|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.rbac.ResourceIdService
fr.paris.lutece.plugins.workflow.service.ActionResourceIdService
public class ActionResourceIdService
class ActionResourceIdService
Field Summary | |
---|---|
static java.lang.String |
PERMISSION_MANAGE_ADVANCED_PARAMETERS
Permission for managing advanced parameters |
static java.lang.String |
PERMISSION_VIEW
Permission for viewing a action |
Constructor Summary | |
---|---|
ActionResourceIdService()
Creates a new instance of DocumentTypeResourceIdService |
Method Summary | |
---|---|
fr.paris.lutece.util.ReferenceList |
getResourceIdList(java.util.Locale locale)
Returns a list of action resource ids |
java.lang.String |
getTitle(java.lang.String strId,
java.util.Locale locale)
Returns the Title of a given resource |
void |
register()
Initializes the service |
Methods inherited from class fr.paris.lutece.portal.service.rbac.ResourceIdService |
---|
getPluginName, setPluginName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PERMISSION_VIEW
public static final java.lang.String PERMISSION_MANAGE_ADVANCED_PARAMETERS
Constructor Detail |
---|
public ActionResourceIdService()
Method Detail |
---|
public void register()
register
in class fr.paris.lutece.portal.service.rbac.ResourceIdService
public fr.paris.lutece.util.ReferenceList getResourceIdList(java.util.Locale locale)
getResourceIdList
in class fr.paris.lutece.portal.service.rbac.ResourceIdService
locale
- The current locale
public java.lang.String getTitle(java.lang.String strId, java.util.Locale locale)
getTitle
in class fr.paris.lutece.portal.service.rbac.ResourceIdService
strId
- The Id of the resourcelocale
- The current locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |