org.infoglue.cms.applications.managementtool.actions
Class ViewSystemUserPropertiesAction
java.lang.Object
|
+--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
|
+--org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
|
+--org.infoglue.cms.applications.managementtool.actions.ViewSystemUserPropertiesAction
- All Implemented Interfaces:
- webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
- public class ViewSystemUserPropertiesAction
- 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, 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 |
ViewSystemUserPropertiesAction
public ViewSystemUserPropertiesAction()
doExecute
public java.lang.String doExecute()
throws java.lang.Exception
- Overrides:
doExecute in class WebworkAbstractAction
java.lang.Exception
getAttributeValue
public java.lang.String getAttributeValue(java.lang.String key)
- This method fetches a value from the xml that is the contentVersions Value. If the
contentVersioVO is null the contentVersion has not been created yet and no values are present.
getAvailableLanguages
public java.util.List getAvailableLanguages()
getContentTypeDefinitionId
public java.lang.Integer getContentTypeDefinitionId()
getUserPropertiesVO
public UserPropertiesVO getUserPropertiesVO()
getExtraParameters
public java.lang.String getExtraParameters()
getLabelKey
public java.lang.String getLabelKey()
getTitle
public java.lang.String getTitle()
getUpdateAction
public java.lang.String getUpdateAction()
getCurrentAction
public java.lang.String getCurrentAction()
getXML
public java.lang.String getXML()
getLanguageId
public java.lang.Integer getLanguageId()
setLanguageId
public void setLanguageId(java.lang.Integer languageId)
getCurrentEditorId
public java.lang.Integer getCurrentEditorId()
setCurrentEditorId
public void setCurrentEditorId(java.lang.Integer integer)
getAttributeName
public java.lang.String getAttributeName()
setAttributeName
public void setAttributeName(java.lang.String attributeName)
getTextAreaId
public java.lang.String getTextAreaId()
setTextAreaId
public void setTextAreaId(java.lang.String textAreaId)
getContentTypeAttributes
public java.util.List getContentTypeAttributes()
- This method returns the attributes in the content type definition for generation.
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)