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

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.UpdateAccessRightsAction
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class UpdateAccessRightsAction
extends InfoGlueAbstractAction

This is the action-class for Update Access Rights

Author:
Mattias Bogeblad
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
colorScheme
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
UpdateAccessRightsAction()
           
 
Method Summary
 java.lang.String doAddGroups()
           
 java.lang.String doAddUser()
           
 java.lang.String doDeleteUser()
           
 java.lang.String doExecute()
          Subclasses implement this
 java.lang.String doSaveAndExit()
           
 java.lang.Integer getAccessRightId()
           
 java.lang.String getInterceptionPointCategory()
           
 java.lang.Integer getInterceptionPointId()
           
 java.lang.String getParameters()
           
 java.lang.String getReturnAddress()
           
 java.lang.String getUrl()
           
 void setAccessRightId(java.lang.Integer accessRightId)
           
 void setInterceptionPointCategory(java.lang.String interceptionPointCategory)
           
 void setInterceptionPointId(java.lang.Integer interceptionPointId)
           
 void setParameters(java.lang.String parameters)
           
 void setReturnAddress(java.lang.String returnAddress)
           
 
Methods inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
beginTransaction, closeDatabase, closeTransaction, commitTransaction, encode, getAnonymousPrincipal, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getLanguageCode, getLocale, getLogger, getLogoutURL, getOriginalFullURL, getParameter, getPrincipalPropertyHashValues, getPrincipalPropertyValue, getPrincipalPropertyValue, getSessionTimeout, getSingleParameter, getThis, getToolId, getToolLocales, getURLBase, getUserName, hasAccessTo, hasAccessTo, rollbackTransaction, setColorScheme, 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

UpdateAccessRightsAction

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

doAddGroups

public java.lang.String doAddGroups()
                             throws java.lang.Exception
Throws:
java.lang.Exception

doAddUser

public java.lang.String doAddUser()
                           throws java.lang.Exception
Throws:
java.lang.Exception

doDeleteUser

public java.lang.String doDeleteUser()
                              throws java.lang.Exception
Throws:
java.lang.Exception

doSaveAndExit

public java.lang.String doSaveAndExit()
                               throws java.lang.Exception
Throws:
java.lang.Exception

getReturnAddress

public java.lang.String getReturnAddress()

setReturnAddress

public void setReturnAddress(java.lang.String returnAddress)

getInterceptionPointId

public java.lang.Integer getInterceptionPointId()

setInterceptionPointId

public void setInterceptionPointId(java.lang.Integer interceptionPointId)

getAccessRightId

public java.lang.Integer getAccessRightId()

setAccessRightId

public void setAccessRightId(java.lang.Integer accessRightId)

getParameters

public java.lang.String getParameters()

setParameters

public void setParameters(java.lang.String parameters)

getInterceptionPointCategory

public java.lang.String getInterceptionPointCategory()

setInterceptionPointCategory

public void setInterceptionPointCategory(java.lang.String interceptionPointCategory)

getUrl

public java.lang.String getUrl()


Copyright © 2005 InfoGlue.org All Rights Reserved.