org.infoglue.cms.applications.contenttool.actions
Class ViewListContentVersionAction

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

public class ViewListContentVersionAction
extends InfoGlueAbstractAction

Author:
Stefan Sik Present a list of contentVersion under a given content, recursing down in the hierarcy
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewListContentVersionAction()
           
 
Method Summary
 java.lang.Integer getContentId()
           
 java.util.List getContentVersionVOList()
           
 java.lang.Integer getRepositoryId()
           
 java.util.List getSiteNodeVersionVOList()
           
 void setContentId(java.lang.Integer integer)
           
 
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

ViewListContentVersionAction

public ViewListContentVersionAction()
Method Detail

getContentId

public java.lang.Integer getContentId()
Returns:

setContentId

public void setContentId(java.lang.Integer integer)
Parameters:
integer -

getRepositoryId

public java.lang.Integer getRepositoryId()

getContentVersionVOList

public java.util.List getContentVersionVOList()

getSiteNodeVersionVOList

public java.util.List getSiteNodeVersionVOList()