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

java.lang.Object
  |
  +--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
        |
        +--org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
              |
              +--org.infoglue.cms.applications.managementtool.actions.ViewEntityPropertiesAction
                    |
                    +--org.infoglue.cms.applications.managementtool.actions.ViewUserPropertiesAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class ViewUserPropertiesAction
extends ViewEntityPropertiesAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewUserPropertiesAction()
           
 
Method Summary
 java.lang.String doExecute()
           
 java.lang.String getCancelAddress()
           
 java.util.List getDigitalAssets()
          Returns a list of digital assets available for this content version.
 java.lang.Integer getEntityId()
           
 java.util.List getRelatedCategories(java.lang.String attribute)
          Returns all current Category relationships for th specified attrbiute name
 java.lang.String getReturnAddress()
           
 java.lang.String getUserName()
          Get the username for the currently logged in user
 UserPropertiesVO getUserPropertiesVO()
           
 java.util.List getUserPropertiesVOList()
           
 java.lang.String getXML()
           
 void setOwnerEntityId(java.lang.String ownerEntityId)
           
 void setUserName(java.lang.String userName)
           
 
Methods inherited from class org.infoglue.cms.applications.managementtool.actions.ViewEntityPropertiesAction
getArguments, getAttributeName, getAttributeValue, getAvailableCategories, getAvailableLanguages, getCancelAction, getCategoryController, getContentRelationQualifyers, getContentTypeAttributes, getContentTypeDefinitionId, getContentTypeDefinitionVO, getContentTypeDefinitionVOList, getCurrentAction, getDefinedCategoryKeys, getDigitalAssetThumbnailUrl, getDigitalAssetUrl, getEntityName, getLanguageId, getOwnerEntityId, getOwnerEntityName, getPropertiesCategoryController, getQualifyerPath, getSiteNodeRelationQualifyers, getTextAreaId, getTitleKey, getToolbarKey, getUnescapedAttributeValue, getUpdateAction, initialize, setArguments, setAttributeName, setAttributes, setAvailableLanguages, setCancelAction, setContentTypeDefinitionId, setContentTypeDefinitionVO, setContentTypeDefinitionVOList, setCurrentAction, setEntityId, setEntityName, setLanguageId, setOwnerEntityName, setTextAreaId, setTitleKey, setToolbarKey, setUpdateAction
 
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

ViewUserPropertiesAction

public ViewUserPropertiesAction()
Method Detail

doExecute

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

getDigitalAssets

public java.util.List getDigitalAssets()
Returns a list of digital assets available for this content version.


getRelatedCategories

public java.util.List getRelatedCategories(java.lang.String attribute)
Returns all current Category relationships for th specified attrbiute name

Parameters:
attribute -
Returns:

getXML

public java.lang.String getXML()
Specified by:
getXML in class ViewEntityPropertiesAction

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

getUserPropertiesVO

public UserPropertiesVO getUserPropertiesVO()

getUserPropertiesVOList

public java.util.List getUserPropertiesVOList()

setUserName

public void setUserName(java.lang.String userName)

getEntityId

public java.lang.Integer getEntityId()
Overrides:
getEntityId in class ViewEntityPropertiesAction

setOwnerEntityId

public void setOwnerEntityId(java.lang.String ownerEntityId)
Overrides:
setOwnerEntityId in class ViewEntityPropertiesAction

getReturnAddress

public java.lang.String getReturnAddress()
                                  throws java.lang.Exception
Specified by:
getReturnAddress in class ViewEntityPropertiesAction
java.lang.Exception

getCancelAddress

public java.lang.String getCancelAddress()
                                  throws java.lang.Exception
Specified by:
getCancelAddress in class ViewEntityPropertiesAction
java.lang.Exception