|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAction
IAction
Method Summary | |
---|---|
java.lang.String |
getActionType()
Get the action type |
java.lang.String |
getDescription()
Returns the Description |
java.lang.String |
getDescriptionKey()
Returns the DescriptionKey |
java.lang.String |
getIconUrl()
Returns the IconUrl |
int |
getIdAction()
Get the id action |
java.lang.String |
getName()
Returns the Name |
java.lang.String |
getNameKey()
Returns the NameKey |
java.lang.String |
getPermission()
Returns the permission associated to the action |
java.lang.String |
getUrl()
Returns the Url |
void |
setActionType(java.lang.String strActionType)
Set the action type |
void |
setDescriptionKey(java.lang.String strDescriptionKey)
Sets the DescriptionKey |
void |
setIconUrl(java.lang.String strIconUrl)
Sets the IconUrl |
void |
setIdAction(int nIdAction)
Set the id action |
void |
setLocale(java.util.Locale locale)
Implements Localizable |
void |
setNameKey(java.lang.String strNameKey)
Sets the NameKey |
void |
setPermission(java.lang.String strPermission)
Sets the Permission |
void |
setUrl(java.lang.String strUrl)
Sets the Url |
Method Detail |
---|
void setIdAction(int nIdAction)
nIdAction
- the nIdAction to setint getIdAction()
void setLocale(java.util.Locale locale)
setLocale
in interface fr.paris.lutece.portal.service.i18n.Localizable
locale
- The current localejava.lang.String getUrl()
void setUrl(java.lang.String strUrl)
strUrl
- The Urljava.lang.String getNameKey()
java.lang.String getName()
void setNameKey(java.lang.String strNameKey)
strNameKey
- The NameKeyjava.lang.String getDescriptionKey()
java.lang.String getDescription()
void setDescriptionKey(java.lang.String strDescriptionKey)
strDescriptionKey
- The DescriptionKeyjava.lang.String getIconUrl()
void setIconUrl(java.lang.String strIconUrl)
strIconUrl
- The IconUrljava.lang.String getPermission()
getPermission
in interface fr.paris.lutece.portal.service.rbac.RBACAction
void setPermission(java.lang.String strPermission)
strPermission
- The Permissionjava.lang.String getActionType()
void setActionType(java.lang.String strActionType)
strActionType
- the action type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |