org.infoglue.cms.applications.contenttool.actions
Class ViewAccessRightsAction
java.lang.Object
|
+--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
|
+--org.infoglue.cms.applications.contenttool.actions.ViewAccessRightsAction
- All Implemented Interfaces:
- webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
- public class ViewAccessRightsAction
- extends WebworkAbstractAction
This class shows which roles has access to the siteNode.
- See Also:
- Serialized Form
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction |
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getInfoGluePrincipal, getLocalizedString, getRoot, getSession, setCommand, setServletRequest, setServletResponse |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewAccessRightsAction
public ViewAccessRightsAction()
doExecute
public java.lang.String doExecute()
throws java.lang.Exception
- Overrides:
doExecute in class WebworkAbstractAction
java.lang.Exception
getThis
public ViewAccessRightsAction getThis()
getHasAccessRight
public boolean getHasAccessRight(java.lang.Integer interceptionPointId,
java.lang.String extraParameters,
java.lang.String roleName)
throws SystemException,
Bug
SystemException
Bug
getAccessRightId
public java.lang.Integer getAccessRightId(java.lang.Integer interceptionPointId,
java.lang.String extraParameters)
throws SystemException,
Bug
SystemException
Bug
getAccessRightGroups
public java.util.Collection getAccessRightGroups(java.lang.Integer accessRightId)
throws SystemException,
Bug
SystemException
Bug
getRoleList
public java.util.List getRoleList()
getGroupList
public java.util.List getGroupList()
getReturnAddress
public java.lang.String getReturnAddress()
setReturnAddress
public void setReturnAddress(java.lang.String returnAddress)
getColorScheme
public java.lang.String getColorScheme()
setColorScheme
public void setColorScheme(java.lang.String colorScheme)
getInterceptionPointId
public java.lang.Integer getInterceptionPointId()
setInterceptionPointId
public void setInterceptionPointId(java.lang.Integer interceptionPointId)
getExtraParameters
public java.lang.String getExtraParameters()
getInterceptionPointName
public java.lang.String getInterceptionPointName()
setExtraParameters
public void setExtraParameters(java.lang.String extraParameters)
setInterceptionPointName
public void setInterceptionPointName(java.lang.String interceptionPointName)
getInterceptionPointCategory
public java.lang.String getInterceptionPointCategory()
setInterceptionPointCategory
public void setInterceptionPointCategory(java.lang.String interceptionPointCategory)
getInterceptionPointVOList
public java.util.List getInterceptionPointVOList()