|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.profiles.business.Profile
public class Profile
This class provides the object Profile
Field Summary | |
---|---|
static java.lang.String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
Profile()
|
Method Summary | |
---|---|
java.util.List<ProfileAction> |
getActions()
|
java.lang.String |
getDescription()
Returns the profile's description |
java.lang.String |
getKey()
Gets the profile key |
java.lang.String |
getResourceId()
RBAC resource implementation |
java.lang.String |
getResourceTypeCode()
RBAC resource implementation |
void |
setActions(java.util.List<ProfileAction> profileActions)
set a list of action can be use for the directory |
void |
setDescription(java.lang.String strDescription)
Sets the profile's description |
void |
setKey(java.lang.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 java.lang.String RESOURCE_TYPE
Constructor Detail |
---|
public Profile()
Method Detail |
---|
public java.lang.String getKey()
public void setKey(java.lang.String strKey)
strKey
- The Keypublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The profile's descriptionpublic java.lang.String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public java.lang.String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public java.util.List<ProfileAction> getActions()
public void setActions(java.util.List<ProfileAction> 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 |