|
||||||||||
| 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.ViewSiteNodePageComponentsAction
public class ViewSiteNodePageComponentsAction
| Field Summary | |
|---|---|
static java.lang.String |
CATEGORY_TREE
|
static java.lang.String |
CATEGORY_TREE_MULTIPLE
|
| 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 | |
|---|---|
ViewSiteNodePageComponentsAction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
doAddComponent()
This method adds a component to the page. |
java.lang.String |
doAddComponentPropertyBinding()
This method shows the user a list of Components(HTML Templates). |
java.lang.String |
doAddComponentPropertyBindingWithQualifyer()
This method shows the user a list of Components(HTML Templates). |
java.lang.String |
doAddPageTemplate()
This method adds a page template to a sitenode. |
java.lang.String |
doDeleteComponent()
This method shows the user a list of Components(HTML Templates). |
java.lang.String |
doDeleteComponentBinding()
This method shows the user a list of Components(HTML Templates). |
java.lang.String |
doDeleteComponentPropertyValue()
This method deletes a component property value. |
java.lang.String |
doExecute()
This method which is the default one only serves to show a list of tasks to the user so he/she can select one to run. |
java.lang.String |
doListComponents()
This method shows the user a list of Components(HTML Templates). |
java.lang.String |
doListComponentsForPalette()
This method shows the user a list of Components(HTML Templates). |
java.lang.String |
doMoveComponent()
This method moves the component up a step if possible within the same slot. |
java.lang.String |
doShowCategoryTree()
This method shows the user a list of Categories. |
java.lang.String |
doShowCategoryTreeForMultipleBinding()
This method shows the user a list of Categories to chose multiple. |
java.lang.String |
doShowContentTree()
This method shows the user a list of Contents. |
java.lang.String |
doShowContentTreeForMultipleBinding()
This method shows the user a interface to choose multiple contents. |
java.lang.String |
doShowStructureTree()
This method shows the user a list of SiteNodes. |
java.lang.String |
doShowStructureTreeForMultipleBinding()
This method shows the user a interface to choose multiple sitenodes. |
java.lang.String |
doUpdateComponentProperties()
This method updates the given properties with new values. |
java.lang.String[] |
getAllowedComponentNames()
|
java.lang.String |
getAllowedComponentNamesAsUrlEncodedString()
|
java.lang.String[] |
getAllowedContentTypeIds()
|
java.lang.String |
getAllowedContentTypeIdsAsUrlEncodedString()
|
java.util.List |
getComponentBindings()
This method shows the user a list of Components(HTML Templates). |
java.lang.Integer |
getComponentId()
|
java.lang.String |
getContentAttribute(java.lang.Integer contentId,
java.lang.String attributeName)
|
java.lang.Integer |
getContentId()
|
java.lang.String |
getCurrentAction()
|
java.lang.String |
getDigitalAssetUrl(java.lang.Integer contentId,
java.lang.String key)
This method fetches an url to the asset for the component. |
java.lang.Integer |
getDirection()
|
java.lang.String[] |
getDisallowedComponentNames()
|
java.lang.String |
getDisallowedComponentNamesAsUrlEncodedString()
|
java.lang.Integer |
getFilterRepositoryId()
|
java.lang.Integer |
getLanguageId()
|
LanguageVO |
getMasterLanguageVO()
|
java.lang.Integer |
getPageTemplateContentId()
|
java.lang.Integer |
getParentComponentId()
|
java.lang.String |
getPath()
|
java.lang.String |
getPropertyName()
|
java.util.List |
getRepositories()
|
java.lang.Integer |
getRepositoryId()
|
boolean |
getShowSimple()
|
java.lang.Integer |
getSiteNodeId()
|
java.lang.String |
getSlotId()
|
java.util.List |
getSortedComponents(java.lang.String sortProperty)
This method returns the contents that are of contentTypeDefinition "HTMLTemplate" sorted on the property given. |
java.lang.String |
getSortProperty()
|
java.lang.String |
getSpecifyBaseTemplate()
|
java.lang.String |
getUrl()
|
void |
setAllowedComponentNames(java.lang.String[] allowedComponentNames)
|
void |
setAllowedContentTypeIds(java.lang.String[] allowedContentTypeIds)
|
void |
setComponentId(java.lang.Integer componentId)
|
void |
setContentId(java.lang.Integer integer)
|
void |
setDirection(java.lang.Integer direction)
|
void |
setDisallowedComponentNames(java.lang.String[] disallowedComponentNames)
|
void |
setFilterRepositoryId(java.lang.Integer filterRepositoryId)
|
void |
setLanguageId(java.lang.Integer languageId)
|
void |
setPageTemplateContentId(java.lang.Integer pageTemplateContentId)
|
void |
setParentComponentId(java.lang.Integer parentComponentId)
|
void |
setPath(java.lang.String path)
|
void |
setPropertyName(java.lang.String propertyName)
|
void |
setRepositoryId(java.lang.Integer repositoryId)
|
void |
setShowSimple(boolean showSimple)
|
void |
setSiteNodeId(java.lang.Integer siteNodeId)
|
void |
setSlotId(java.lang.String slotId)
|
void |
setSortProperty(java.lang.String sortProperty)
|
void |
setSpecifyBaseTemplate(java.lang.String specifyBaseTemplate)
|
| 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 |
| Field Detail |
|---|
public static final java.lang.String CATEGORY_TREE
public static final java.lang.String CATEGORY_TREE_MULTIPLE
| Constructor Detail |
|---|
public ViewSiteNodePageComponentsAction()
| Method Detail |
|---|
public java.lang.String doExecute()
throws java.lang.Exception
doExecute in class WebworkAbstractActionjava.lang.Exception
public java.lang.String doListComponents()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doListComponentsForPalette()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doShowContentTree()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doShowContentTreeForMultipleBinding()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doShowStructureTree()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doShowStructureTreeForMultipleBinding()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doShowCategoryTree()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doShowCategoryTreeForMultipleBinding()
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List getRepositories()
public java.lang.String getCurrentAction()
public java.lang.String getContentAttribute(java.lang.Integer contentId,
java.lang.String attributeName)
throws java.lang.Exception
java.lang.Exception
public java.lang.String doAddPageTemplate()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doAddComponent()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doMoveComponent()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doUpdateComponentProperties()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doDeleteComponent()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doAddComponentPropertyBinding()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doAddComponentPropertyBindingWithQualifyer()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doDeleteComponentBinding()
throws java.lang.Exception
java.lang.Exception
public java.util.List getComponentBindings()
throws java.lang.Exception
java.lang.Exception
public java.lang.String doDeleteComponentPropertyValue()
throws java.lang.Exception
java.lang.Exception
public java.util.List getSortedComponents(java.lang.String sortProperty)
throws java.lang.Exception
java.lang.Exception
public java.lang.String getDigitalAssetUrl(java.lang.Integer contentId,
java.lang.String key)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getContentId()
public void setContentId(java.lang.Integer integer)
public java.lang.Integer getComponentId()
public void setComponentId(java.lang.Integer componentId)
public java.lang.Integer getParentComponentId()
public void setParentComponentId(java.lang.Integer parentComponentId)
public java.lang.Integer getLanguageId()
public java.lang.Integer getSiteNodeId()
public void setLanguageId(java.lang.Integer languageId)
public void setSiteNodeId(java.lang.Integer siteNodeId)
public java.lang.String getSlotId()
public void setSlotId(java.lang.String slotId)
public java.lang.Integer getRepositoryId()
public void setRepositoryId(java.lang.Integer repositoryId)
public java.lang.Integer getFilterRepositoryId()
public void setFilterRepositoryId(java.lang.Integer filterRepositoryId)
public java.lang.String getSpecifyBaseTemplate()
public void setSpecifyBaseTemplate(java.lang.String specifyBaseTemplate)
public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public LanguageVO getMasterLanguageVO()
public java.lang.String getUrl()
public java.lang.String getSortProperty()
public void setSortProperty(java.lang.String sortProperty)
public java.lang.Integer getDirection()
public void setDirection(java.lang.Integer direction)
public java.lang.String[] getAllowedContentTypeIds()
public void setAllowedContentTypeIds(java.lang.String[] allowedContentTypeIds)
public java.lang.String getAllowedContentTypeIdsAsUrlEncodedString()
throws java.lang.Exception
java.lang.Exceptionpublic boolean getShowSimple()
public void setShowSimple(boolean showSimple)
public java.lang.Integer getPageTemplateContentId()
public void setPageTemplateContentId(java.lang.Integer pageTemplateContentId)
public java.lang.String[] getAllowedComponentNames()
public void setAllowedComponentNames(java.lang.String[] allowedComponentNames)
public java.lang.String[] getDisallowedComponentNames()
public void setDisallowedComponentNames(java.lang.String[] disallowedComponentNames)
public java.lang.String getAllowedComponentNamesAsUrlEncodedString()
throws java.lang.Exception
java.lang.Exception
public java.lang.String getDisallowedComponentNamesAsUrlEncodedString()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||