fr.paris.lutece.portal.service.search
Class SearchResourceIdService
java.lang.Object
fr.paris.lutece.portal.service.rbac.ResourceIdService
fr.paris.lutece.portal.service.search.SearchResourceIdService
public class SearchResourceIdService
- extends ResourceIdService
RBAC Resource Id Service to allow roles on Search Services
Method Summary |
ReferenceList |
getResourceIdList(java.util.Locale locale)
Provide the list of all resources (id - label) |
java.lang.String |
getTitle(java.lang.String strId,
java.util.Locale locale)
Provide the title of a resource given its id |
void |
register()
This method should register permissions and resource type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PERMISSION_MANAGE_ADVANCED_PARAMETERS
public static final java.lang.String PERMISSION_MANAGE_ADVANCED_PARAMETERS
- See Also:
- Constant Field Values
SearchResourceIdService
public SearchResourceIdService()
register
public void register()
- This method should register permissions and resource type
- Specified by:
register
in class ResourceIdService
getResourceIdList
public ReferenceList getResourceIdList(java.util.Locale locale)
- Provide the list of all resources (id - label)
- Specified by:
getResourceIdList
in class ResourceIdService
- Parameters:
locale
- The locale
- Returns:
- the list of all resources available for restricted access
getTitle
public java.lang.String getTitle(java.lang.String strId,
java.util.Locale locale)
- Provide the title of a resource given its id
- Specified by:
getTitle
in class ResourceIdService
- Parameters:
strId
- the id of the resourcelocale
- The locale
- Returns:
- the title the corresponding label
Copyright © 2011 Mairie de Paris. All Rights Reserved.