org.infoglue.cms.applications.contenttool.actions
Class ViewAccessRightsAction
java.lang.Object
org.infoglue.cms.applications.common.actions.WebworkAbstractAction
org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
org.infoglue.cms.applications.contenttool.actions.ViewAccessRightsAction
- All Implemented Interfaces:
- java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
public class ViewAccessRightsAction
- extends InfoGlueAbstractAction
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.InfoGlueAbstractAction |
beginTransaction, closeDatabase, closeTransaction, commitTransaction, encode, getAnonymousPrincipal, getCMSBaseUrl, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getLanguageCode, getLocale, getLogger, getLogoutURL, getOriginalFullURL, getParameter, getPrincipalPropertyHashValues, getPrincipalPropertyValue, getPrincipalPropertyValue, getSessionTimeout, getSingleParameter, getThis, getToolId, getToolLocales, getURLBase, getUserName, hasAccessTo, hasAccessTo, rollbackTransaction, setLanguageCode, setToolId |
| Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction |
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getHttpSession, getInfoGluePrincipal, getLocalizedString, getRequest, getResponse, getRoot, getSession, setCommand, setError, setServletRequest, setServletResponse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewAccessRightsAction
public ViewAccessRightsAction()
doExecute
public java.lang.String doExecute()
throws java.lang.Exception
- Description copied from class:
WebworkAbstractAction
- Subclasses implement this
- Specified by:
doExecute in class WebworkAbstractAction
- Throws:
java.lang.Exception
getHasAccessRight
public boolean getHasAccessRight(java.lang.Integer interceptionPointId,
java.lang.String extraParameters,
java.lang.String roleName)
throws SystemException,
Bug
- Throws:
SystemException
Bug
getAccessRightId
public java.lang.Integer getAccessRightId(java.lang.Integer interceptionPointId,
java.lang.String extraParameters)
throws SystemException,
Bug
- Throws:
SystemException
Bug
getAccessRightGroups
public java.util.Collection getAccessRightGroups(java.lang.Integer accessRightId)
throws SystemException,
Bug
- Throws:
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()
- Overrides:
getColorScheme in class InfoGlueAbstractAction
setColorScheme
public void setColorScheme(java.lang.String colorScheme)
- Overrides:
setColorScheme in class InfoGlueAbstractAction
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()
getAccessRightsUserRows
public java.util.Collection getAccessRightsUserRows()
Copyright © 2005 InfoGlue.org All Rights Reserved.