org.infoglue.cms.applications.managementtool.actions
Class UpdateSystemUserAction
java.lang.Object
org.infoglue.cms.applications.common.actions.WebworkAbstractAction
org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
org.infoglue.cms.applications.managementtool.actions.ViewSystemUserAction
org.infoglue.cms.applications.managementtool.actions.UpdateSystemUserAction
- All Implemented Interfaces:
- java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
public class UpdateSystemUserAction
- extends ViewSystemUserAction
- Author:
- Mattias Bogeblad
- 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, getAllowPublicationEventFilter, getAnonymousPrincipal, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getDisableCustomIcons, getDisableImageEditor, getEnableDateTimeDirectEditing, getInfoGluePrincipal, getLanguageCode, getLocale, getLogoutURL, getOriginalFullURL, getParameter, getPrincipalPropertyHashValues, getPrincipalPropertyValue, getPrincipalPropertyValue, getSessionTimeout, getSingleParameter, getThis, getToolId, getToolLocales, getURLBase, 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 |
UpdateSystemUserAction
public UpdateSystemUserAction()
UpdateSystemUserAction
public UpdateSystemUserAction(SystemUserVO systemUserVO)
doExecute
public java.lang.String doExecute()
throws java.lang.Exception
- Description copied from class:
WebworkAbstractAction
- Subclasses implement this
- Overrides:
doExecute in class ViewSystemUserAction
- Throws:
java.lang.Exception
doSaveAndExit
public java.lang.String doSaveAndExit()
throws java.lang.Exception
- Throws:
java.lang.Exception
doChangePassword
public java.lang.String doChangePassword()
throws java.lang.Exception
- Throws:
java.lang.Exception
getFirstName
public java.lang.String getFirstName()
- Overrides:
getFirstName in class ViewSystemUserAction
setFirstName
public void setFirstName(java.lang.String firstName)
getLastName
public java.lang.String getLastName()
- Overrides:
getLastName in class ViewSystemUserAction
setLastName
public void setLastName(java.lang.String lastName)
getUserName
public java.lang.String getUserName()
- Description copied from class:
InfoGlueAbstractAction
- Get the username for the currently logged in user
- Overrides:
getUserName in class ViewSystemUserAction
setUserName
public void setUserName(java.lang.String userName)
- Overrides:
setUserName in class ViewSystemUserAction
getEmail
public java.lang.String getEmail()
- Overrides:
getEmail in class ViewSystemUserAction
setEmail
public void setEmail(java.lang.String email)
throws java.lang.Exception
- Throws:
java.lang.Exception
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
setOldPassword
public void setOldPassword(java.lang.String oldPassword)
setAction
public void setAction(java.lang.String action)
getAction
public java.lang.String getAction()
Copyright © 2005 InfoGlue.org All Rights Reserved.