|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.infoglue.cms.applications.common.actions.WebworkAbstractAction
org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
org.infoglue.cms.applications.structuretool.actions.ViewSiteNodeAction
public class ViewSiteNodeAction
This class represents the view of a siteNode to the user. In fact - it presents the view of the siteNode as well as the view of the latest siteNodeVersion as well.
| Field Summary |
|---|
| Fields inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction |
|---|
colorScheme |
| Fields inherited from interface webwork.action.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
ViewSiteNodeAction()
|
|
ViewSiteNodeAction(SiteNodeVO siteNodeVO,
SiteNodeVersionVO siteNodeVersionVO)
|
|
| Method Summary | |
|---|---|
java.lang.String |
doChangeState()
|
java.lang.String |
doCommentVersion()
|
java.lang.String |
doExecute()
Subclasses implement this |
java.util.List |
getAvailableLanguages()
|
java.util.List |
getAvailableServiceBindings()
|
java.lang.Integer |
getChangeTypeId()
|
java.lang.String |
getContentType()
|
java.lang.String |
getDest()
|
java.util.List |
getDisabledLanguages()
|
java.lang.Integer |
getDisableEditOnSight()
|
java.lang.Integer |
getDisableLanguages()
|
java.lang.Integer |
getDisablePageCache()
|
java.lang.String |
getExpireDateTime()
|
long |
getExpireDateTimeAsLong()
|
java.lang.Boolean |
getIsBranch()
|
java.lang.Integer |
getIsProtected()
|
boolean |
getIsSiteNodeTypeDefinitionAssigned()
|
java.util.List |
getListPreparedQualifyers(java.lang.Integer serviceBindingId)
|
java.lang.String |
getName()
|
java.lang.String |
getPageCacheKey()
|
java.lang.String |
getPublishDateTime()
|
long |
getPublishDateTimeAsLong()
|
java.lang.String |
getQualifyerDescription(java.lang.Integer serviceBindingId)
This method fetches a description of the qualifyer. |
java.util.List |
getReferenceBeanList()
|
java.util.List |
getReferencingBeanList()
|
java.lang.Integer |
getRepositoryId()
|
java.util.List |
getServiceBindings()
|
java.lang.String |
getShowComponentsFirst()
|
EventVO |
getSiteNodeEvent(java.lang.Integer siteNodeId)
|
java.lang.Integer |
getSiteNodeId()
|
SiteNodeTypeDefinitionVO |
getSiteNodeTypeDefinition()
|
java.util.List |
getSiteNodeTypeDefinitions()
This method fetches the list of SiteNodeTypeDefinitions |
SiteNodeVersionVO |
getSiteNodeVersion()
|
EventVO |
getSiteNodeVersionEvent(java.lang.Integer siteNodeVersionId)
|
java.lang.Integer |
getSiteNodeVersionId()
|
SiteNodeVersionVO |
getSiteNodeVersionVO()
|
java.util.List |
getSortedAvailableContentServiceBindings()
This method sorts a list of available service bindings on the name of the binding. |
java.util.List |
getSortedAvailableServiceBindings()
This method sorts a list of available service bindings on the name of the binding. |
java.util.List |
getSortedAvailableStructureServiceBindings()
This method sorts a list of available service bindings on the name of the binding. |
java.lang.String |
getStateDescription(java.lang.Integer siteNodeId,
java.lang.Integer languageId)
|
java.lang.Integer |
getStateId()
|
java.lang.String |
getStay()
|
java.lang.Integer |
getUnrefreshedSiteNodeId()
|
java.lang.String |
getVersionComment()
|
protected void |
initialize(java.lang.Integer siteNodeId)
|
protected void |
initialize(java.lang.Integer siteNodeId,
org.exolab.castor.jdo.Database db)
|
protected void |
initializeSiteNodeCover(java.lang.Integer siteNodeId)
|
protected void |
initializeSiteNodeCover(java.lang.Integer siteNodeId,
org.exolab.castor.jdo.Database db)
|
void |
setChangeTypeId(java.lang.Integer changeTypeId)
|
void |
setContentType(java.lang.String contentType)
|
void |
setDisableEditOnSight(java.lang.Integer disableEditOnSight)
|
void |
setDisableLanguages(java.lang.Integer disableLanguages)
|
void |
setDisablePageCache(java.lang.Integer disablePageCache)
|
void |
setIsProtected(java.lang.Integer isProtected)
|
void |
setPageCacheKey(java.lang.String pageCacheKey)
|
void |
setRepositoryId(java.lang.Integer repositoryId)
|
void |
setSiteNodeId(java.lang.Integer siteNodeId)
|
void |
setSiteNodeVersionId(java.lang.Integer siteNodeVersionId)
|
void |
setStateId(java.lang.Integer stateId)
|
void |
setStay(java.lang.String stay)
|
void |
setUnrefreshedSiteNodeId(java.lang.Integer unrefreshedSiteNodeId)
|
void |
setVersionComment(java.lang.String versionComment)
|
| Methods inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction |
|---|
beginTransaction, closeDatabase, closeTransaction, commitTransaction, encode, getAnonymousPrincipal, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getLanguageCode, getLocale, getLogger, getLogoutURL, getOriginalFullURL, getParameter, getPrincipalPropertyHashValues, getPrincipalPropertyValue, getPrincipalPropertyValue, getSessionTimeout, getSingleParameter, getThis, getToolId, getToolLocales, getURLBase, getUserName, hasAccessTo, hasAccessTo, rollbackTransaction, setColorScheme, setLanguageCode, setToolId |
| Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction |
|---|
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getHttpSession, getInfoGluePrincipal, getLocalizedString, getRequest, getResponse, getRoot, getSession, setCommand, setError, setServletRequest, setServletResponse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewSiteNodeAction()
public ViewSiteNodeAction(SiteNodeVO siteNodeVO,
SiteNodeVersionVO siteNodeVersionVO)
| Method Detail |
|---|
protected void initialize(java.lang.Integer siteNodeId)
throws java.lang.Exception
java.lang.Exception
protected void initialize(java.lang.Integer siteNodeId,
org.exolab.castor.jdo.Database db)
throws java.lang.Exception
java.lang.Exception
protected void initializeSiteNodeCover(java.lang.Integer siteNodeId)
throws java.lang.Exception
java.lang.Exception
protected void initializeSiteNodeCover(java.lang.Integer siteNodeId,
org.exolab.castor.jdo.Database db)
throws java.lang.Exception
java.lang.Exception
public java.lang.String doExecute()
throws java.lang.Exception
WebworkAbstractAction
doExecute in class WebworkAbstractActionjava.lang.Exception
public java.lang.String doChangeState()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doCommentVersion()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getSiteNodeId()
public boolean getIsSiteNodeTypeDefinitionAssigned()
public void setSiteNodeId(java.lang.Integer siteNodeId)
public java.lang.Integer getRepositoryId()
public void setRepositoryId(java.lang.Integer repositoryId)
public java.lang.Integer getUnrefreshedSiteNodeId()
public void setUnrefreshedSiteNodeId(java.lang.Integer unrefreshedSiteNodeId)
public java.lang.Integer getChangeTypeId()
public void setChangeTypeId(java.lang.Integer changeTypeId)
public java.lang.String getName()
public java.lang.String getPublishDateTime()
public java.lang.String getExpireDateTime()
public long getPublishDateTimeAsLong()
public long getExpireDateTimeAsLong()
public java.lang.Boolean getIsBranch()
public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
public java.lang.String getPageCacheKey()
public void setPageCacheKey(java.lang.String pageCacheKey)
public java.lang.Integer getDisableEditOnSight()
public void setDisableEditOnSight(java.lang.Integer disableEditOnSight)
public java.lang.Integer getDisableLanguages()
public void setDisableLanguages(java.lang.Integer disableLanguages)
public java.lang.Integer getDisablePageCache()
public void setDisablePageCache(java.lang.Integer disablePageCache)
public java.lang.Integer getIsProtected()
public void setIsProtected(java.lang.Integer isProtected)
public void setStateId(java.lang.Integer stateId)
public java.lang.Integer getStateId()
public SiteNodeVersionVO getSiteNodeVersion()
public java.lang.Integer getSiteNodeVersionId()
public void setSiteNodeVersionId(java.lang.Integer siteNodeVersionId)
public void setVersionComment(java.lang.String versionComment)
public java.lang.String getVersionComment()
public SiteNodeTypeDefinitionVO getSiteNodeTypeDefinition()
public java.util.List getAvailableServiceBindings()
public java.lang.String getShowComponentsFirst()
public java.util.List getSortedAvailableServiceBindings()
public java.util.List getSortedAvailableContentServiceBindings()
public java.util.List getSortedAvailableStructureServiceBindings()
public java.util.List getServiceBindings()
public java.lang.String getStateDescription(java.lang.Integer siteNodeId,
java.lang.Integer languageId)
public java.lang.String getQualifyerDescription(java.lang.Integer serviceBindingId)
throws java.lang.Exception
java.lang.Exception
public java.util.List getListPreparedQualifyers(java.lang.Integer serviceBindingId)
throws java.lang.Exception
java.lang.Exception
public java.util.List getSiteNodeTypeDefinitions()
throws java.lang.Exception
java.lang.Exceptionpublic EventVO getSiteNodeVersionEvent(java.lang.Integer siteNodeVersionId)
public EventVO getSiteNodeEvent(java.lang.Integer siteNodeId)
public SiteNodeVersionVO getSiteNodeVersionVO()
public java.lang.String getStay()
public void setStay(java.lang.String stay)
public java.lang.String getDest()
public java.util.List getReferenceBeanList()
public java.util.List getAvailableLanguages()
public java.util.List getDisabledLanguages()
public java.util.List getReferencingBeanList()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||