|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.profiles.business.views.View
public class View
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 |
---|
public static final String RESOURCE_TYPE
Constructor Detail |
---|
public View()
Method Detail |
---|
public String getKey()
public void setKey(String strKey)
strKey
- The Keypublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The profile's descriptionpublic String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public List<ViewAction> getActions()
public void setActions(List<ViewAction> profileActions)
profileActions
- a list of action must be use for the profile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |