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:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
Direct Known Subclasses:
UpdateSystemUserAction

public class ViewSystemUserAction
extends InfoGlueAbstractAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewSystemUserAction()
           
 
Method Summary
 java.lang.String doExecute()
           
 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
 void setUserName(java.lang.String userName)
           
 
Methods inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
beginTransaction, closeDatabase, closeTransaction, encode, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getLanguageCode, getLocale, getPrincipalPropertyHashValues, getPrincipalPropertyValue, getPrincipalPropertyValue, getSessionTimeout, getThis, getURLBase, hasAccessTo, hasAccessTo, rollbackTransaction, setColorScheme
 
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

ViewSystemUserAction

public ViewSystemUserAction()
Method Detail

doExecute

public java.lang.String doExecute()
                           throws java.lang.Exception
Overrides:
doExecute in class WebworkAbstractAction
java.lang.Exception

getAssignedRoles

public java.util.List getAssignedRoles()
                                throws java.lang.Exception
java.lang.Exception

getAllRoles

public java.util.List getAllRoles()
                           throws java.lang.Exception
java.lang.Exception

getAssignedGroups

public java.util.List getAssignedGroups()
                                 throws java.lang.Exception
java.lang.Exception

getAllGroups

public java.util.List getAllGroups()
                            throws java.lang.Exception
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()