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