org.infoglue.cms.applications.managementtool.actions
Class DeleteSystemUserAction

java.lang.Object
  |
  +--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
        |
        +--org.infoglue.cms.applications.managementtool.actions.DeleteSystemUserAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class DeleteSystemUserAction
extends WebworkAbstractAction

This action deletes an systemUser through the authorizerModule.

Author:
Mattias Bogeblad
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
DeleteSystemUserAction()
           
DeleteSystemUserAction(SystemUserVO systemUserVO)
           
 
Method Summary
 java.lang.String getUserName()
           
 void setUserName(java.lang.String userName)
           
 
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

DeleteSystemUserAction

public DeleteSystemUserAction()

DeleteSystemUserAction

public DeleteSystemUserAction(SystemUserVO systemUserVO)
Method Detail

setUserName

public void setUserName(java.lang.String userName)

getUserName

public java.lang.String getUserName()