|
||||||||||
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.ViewAction
public class ViewAction
Action available on a view
Constructor Summary | |
---|---|
ViewAction()
|
Method Summary | |
---|---|
String |
getDescription()
Returns the Description |
String |
getDescriptionKey()
Returns the DescriptionKey |
String |
getIconUrl()
Returns the IconUrl |
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 |
setDescriptionKey(String strDescriptionKey)
Sets the DescriptionKey |
void |
setIconUrl(String strIconUrl)
Sets the IconUrl |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewAction()
Method Detail |
---|
public String getUrl()
public void setUrl(String strUrl)
strUrl
- The Urlpublic String getNameKey()
public String getName()
public void setNameKey(String strNameKey)
strNameKey
- The NameKeypublic String getDescriptionKey()
public String getDescription()
public void setDescriptionKey(String strDescriptionKey)
strDescriptionKey
- The DescriptionKeypublic String getIconUrl()
public void setIconUrl(String strIconUrl)
strIconUrl
- The IconUrlpublic String getPermission()
getPermission
in interface fr.paris.lutece.portal.service.rbac.RBACAction
public void setPermission(String strPermission)
strPermission
- The Permissionpublic void setLocale(Locale locale)
setLocale
in interface fr.paris.lutece.portal.service.i18n.Localizable
locale
- The current locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |