fr.paris.lutece.plugins.profiles.business.views
Class View

java.lang.Object
  extended by fr.paris.lutece.plugins.profiles.business.views.View
All Implemented Interfaces:
fr.paris.lutece.portal.service.rbac.RBACResource

public class View
extends Object
implements fr.paris.lutece.portal.service.rbac.RBACResource

This class provides the object View


Field Summary
static String RESOURCE_TYPE
           
 
Constructor Summary
View()
           
 
Method Summary
 List<ViewAction> getActions()
           
 String getDescription()
          Returns the profile's description
 String getKey()
          Gets the profile key
 String getResourceId()
          RBAC resource implementation
 String getResourceTypeCode()
          RBAC resource implementation
 void setActions(List<ViewAction> profileActions)
          set a list of action can be use for the directory
 void setDescription(String strDescription)
          Sets the profile's description
 void setKey(String strKey)
          Sets the profile key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_TYPE

public static final String RESOURCE_TYPE
See Also:
Constant Field Values
Constructor Detail

View

public View()
Method Detail

getKey

public String getKey()
Gets the profile key

Returns:
Returns the Key.

setKey

public void setKey(String strKey)
Sets the profile key

Parameters:
strKey - The Key

getDescription

public String getDescription()
Returns the profile's description

Returns:
Returns the Description.

setDescription

public void setDescription(String strDescription)
Sets the profile's description

Parameters:
strDescription - The profile's description

getResourceId

public String getResourceId()
RBAC resource implementation

Specified by:
getResourceId in interface fr.paris.lutece.portal.service.rbac.RBACResource
Returns:
The resource type code

getResourceTypeCode

public String getResourceTypeCode()
RBAC resource implementation

Specified by:
getResourceTypeCode in interface fr.paris.lutece.portal.service.rbac.RBACResource
Returns:
The resourceId

getActions

public List<ViewAction> getActions()
Returns:
a list of action can be use for the profile

setActions

public void setActions(List<ViewAction> profileActions)
set a list of action can be use for the directory

Parameters:
profileActions - a list of action must be use for the profile


Copyright © 2013 Mairie de Paris. All Rights Reserved.