org.infoglue.cms.applications.managementtool.actions
Class ViewSystemUserAction
java.lang.Object
org.infoglue.cms.applications.common.actions.WebworkAbstractAction
org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
org.infoglue.cms.applications.managementtool.actions.ViewSystemUserAction
- All Implemented Interfaces:
- java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
- Direct Known Subclasses:
- UpdateSystemUserAction
public class ViewSystemUserAction
- extends InfoGlueAbstractAction
- 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, getDisableImageEditor, 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 |
ViewSystemUserAction
public ViewSystemUserAction()
initialize
protected void initialize(java.lang.String userName)
throws java.lang.Exception
- Throws:
java.lang.Exception
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
getAssignedRoles
public java.util.List getAssignedRoles()
throws java.lang.Exception
- Throws:
java.lang.Exception
getAllRoles
public java.util.List getAllRoles()
throws java.lang.Exception
- Throws:
java.lang.Exception
getAssignedGroups
public java.util.List getAssignedGroups()
throws java.lang.Exception
- Throws:
java.lang.Exception
getAllGroups
public java.util.List getAllGroups()
throws java.lang.Exception
- Throws:
java.lang.Exception
getContentTypeDefinitionVOList
public java.util.List getContentTypeDefinitionVOList()
getUserName
public java.lang.String getUserName()
- Description copied from class:
InfoGlueAbstractAction
- Get the username for the currently logged in user
- Overrides:
getUserName in class InfoGlueAbstractAction
setUserName
public void setUserName(java.lang.String userName)
getFirstName
public java.lang.String getFirstName()
getLastName
public java.lang.String getLastName()
getEmail
public java.lang.String getEmail()
getSupportsUpdate
public boolean getSupportsUpdate()
getAssignedContentTypeDefinitionVOList
public java.util.List getAssignedContentTypeDefinitionVOList()
Copyright © 2005 InfoGlue.org All Rights Reserved.