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

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewAccessRightsAction()
           
 
Method Summary
 java.lang.String doExecute()
           
 java.util.Collection getAccessRightGroups(java.lang.Integer accessRightId)
           
 java.lang.Integer getAccessRightId(java.lang.Integer interceptionPointId, java.lang.String extraParameters)
           
 java.lang.String getColorScheme()
           
 java.lang.String getExtraParameters()
           
 java.util.List getGroupList()
           
 boolean getHasAccessRight(java.lang.Integer interceptionPointId, java.lang.String extraParameters, java.lang.String roleName)
           
 java.lang.String getInterceptionPointCategory()
           
 java.lang.Integer getInterceptionPointId()
           
 java.lang.String getInterceptionPointName()
           
 java.util.List getInterceptionPointVOList()
           
 java.lang.String getReturnAddress()
           
 java.util.List getRoleList()
           
 ViewAccessRightsAction getThis()
           
 void setColorScheme(java.lang.String colorScheme)
           
 void setExtraParameters(java.lang.String extraParameters)
           
 void setInterceptionPointCategory(java.lang.String interceptionPointCategory)
           
 void setInterceptionPointId(java.lang.Integer interceptionPointId)
           
 void setInterceptionPointName(java.lang.String interceptionPointName)
           
 void setReturnAddress(java.lang.String returnAddress)
           
 
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
 

Constructor Detail

ViewAccessRightsAction

public ViewAccessRightsAction()
Method Detail

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()