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

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.ViewRolePropertiesAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class ViewRolePropertiesAction
extends ViewEntityPropertiesAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewRolePropertiesAction()
           
 
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 getRoleName()
           
 RolePropertiesVO getRolePropertiesVO()
           
 java.util.List getRolePropertiesVOList()
           
 java.lang.String getXML()
           
 void setOwnerEntityId(java.lang.String ownerEntityId)
           
 void setRoleName(java.lang.String roleName)
           
 
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, getUserName, 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

ViewRolePropertiesAction

public ViewRolePropertiesAction()
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

getRoleName

public java.lang.String getRoleName()

getRolePropertiesVO

public RolePropertiesVO getRolePropertiesVO()

getRolePropertiesVOList

public java.util.List getRolePropertiesVOList()

setRoleName

public void setRoleName(java.lang.String roleName)

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