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

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

public class ViewGroupPropertiesAction
extends ViewEntityPropertiesAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewGroupPropertiesAction()
           
 
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.lang.String getGroupName()
           
 GroupPropertiesVO getGroupPropertiesVO()
           
 java.util.List getGroupPropertiesVOList()
           
 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 getXML()
           
 void setGroupName(java.lang.String groupName)
           
 void setOwnerEntityId(java.lang.String ownerEntityId)
           
 
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

ViewGroupPropertiesAction

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

getGroupName

public java.lang.String getGroupName()

getGroupPropertiesVO

public GroupPropertiesVO getGroupPropertiesVO()

getGroupPropertiesVOList

public java.util.List getGroupPropertiesVOList()

setGroupName

public void setGroupName(java.lang.String groupName)

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