org.infoglue.cms.applications.contenttool.actions
Class ViewAccessRightsAction

java.lang.Object
  extended by org.infoglue.cms.applications.common.actions.WebworkAbstractAction
      extended by org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
          extended by 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

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewAccessRightsAction()
           
 
Method Summary
 java.lang.String doExecute()
          Subclasses implement this
 java.util.Collection getAccessRightGroups(java.lang.Integer accessRightId)
           
 java.lang.Integer getAccessRightId(java.lang.Integer interceptionPointId, java.lang.String extraParameters)
           
 java.util.Collection getAccessRightsUserRows()
           
 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()
           
 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.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
 

Constructor Detail

ViewAccessRightsAction

public ViewAccessRightsAction()
Method Detail

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.