fr.paris.lutece.plugins.helpdesk.service
Class QuestionTypeResourceIdService

java.lang.Object
  extended by fr.paris.lutece.portal.service.rbac.ResourceIdService
      extended by fr.paris.lutece.plugins.helpdesk.service.QuestionTypeResourceIdService

public class QuestionTypeResourceIdService
extends fr.paris.lutece.portal.service.rbac.ResourceIdService

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
QuestionTypeResourceIdService()
           
 
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 strQuestionTypeId, 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

PERMISSION_CREATE

public static final java.lang.String PERMISSION_CREATE
Permission for creating a question type

See Also:
Constant Field Values

PERMISSION_MANAGE

public static final java.lang.String PERMISSION_MANAGE
Permission for managing a question type

See Also:
Constant Field Values

PERMISSION_DELETE

public static final java.lang.String PERMISSION_DELETE
Permission for deleting a question type

See Also:
Constant Field Values

PERMISSION_MODIFY

public static final java.lang.String PERMISSION_MODIFY
Permission for modifying a question type

See Also:
Constant Field Values

PERMISSION_VIEW

public static final java.lang.String PERMISSION_VIEW
Permission for viewing a question type

See Also:
Constant Field Values
Constructor Detail

QuestionTypeResourceIdService

public QuestionTypeResourceIdService()
Method Detail

register

public void register()
Initializes the service

Specified by:
register in class fr.paris.lutece.portal.service.rbac.ResourceIdService

getResourceIdList

public fr.paris.lutece.util.ReferenceList getResourceIdList(java.util.Locale locale)
Returns a list of resource ids

Specified by:
getResourceIdList in class fr.paris.lutece.portal.service.rbac.ResourceIdService
Parameters:
locale - The current locale
Returns:
A list of resource ids

getTitle

public java.lang.String getTitle(java.lang.String strQuestionTypeId,
                                 java.util.Locale locale)
Returns the Title of a given resource

Specified by:
getTitle in class fr.paris.lutece.portal.service.rbac.ResourceIdService
Parameters:
strQuestionTypeId - The Id of the resource
locale - The current locale
Returns:
The Title of a given resource


Copyright © 2007 Mairie de Paris. All Rights Reserved.