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

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.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

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
ViewSystemUserAction()
           
 
Method Summary
 java.lang.String doExecute()
          Subclasses implement this
 java.util.List getAllGroups()
           
 java.util.List getAllRoles()
           
 java.util.List getAssignedContentTypeDefinitionVOList()
           
 java.util.List getAssignedGroups()
           
 java.util.List getAssignedRoles()
           
 java.util.List getContentTypeDefinitionVOList()
           
 java.lang.String getEmail()
           
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 boolean getSupportsUpdate()
           
 java.lang.String getUserName()
          Get the username for the currently logged in user
protected  void initialize(java.lang.String userName)
           
 void setUserName(java.lang.String userName)
           
 
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
 

Constructor Detail

ViewSystemUserAction

public ViewSystemUserAction()
Method Detail

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.