|
||||||||||
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.helpdesk.service.QuestionTopicResourceIdService
public class QuestionTopicResourceIdService
Resource Id service for RBAC features to control access to portlet
Field Summary | |
---|---|
static java.lang.String |
PERMISSION_CREATE
Permission for creating a question type |
static java.lang.String |
PERMISSION_DELETE
Permission for deleting a question type |
static java.lang.String |
PERMISSION_MANAGE
Permission for managing a question type |
static java.lang.String |
PERMISSION_MODIFY
Permission for modifying a question type |
static java.lang.String |
PERMISSION_VIEW
Permission for viewing a question type |
Constructor Summary | |
---|---|
QuestionTopicResourceIdService()
|
Method Summary | |
---|---|
fr.paris.lutece.util.ReferenceList |
getResourceIdList(java.util.Locale locale)
Returns a list of resource ids |
java.lang.String |
getTitle(java.lang.String strQuestionTopicId,
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_CREATE
public static final java.lang.String PERMISSION_MANAGE
public static final java.lang.String PERMISSION_DELETE
public static final java.lang.String PERMISSION_MODIFY
public static final java.lang.String PERMISSION_VIEW
Constructor Detail |
---|
public QuestionTopicResourceIdService()
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 strQuestionTopicId, java.util.Locale locale)
getTitle
in class fr.paris.lutece.portal.service.rbac.ResourceIdService
strQuestionTopicId
- The Identifier of the resourcelocale
- The current locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |