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

java.lang.Object
  extended by org.infoglue.cms.applications.common.actions.WebworkAbstractAction
      extended by org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
          extended by org.infoglue.cms.applications.contenttool.actions.ViewRelationEditorAction
              extended by org.infoglue.cms.applications.contenttool.actions.ViewContentRelationEditorAction
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class ViewContentRelationEditorAction
extends ViewRelationEditorAction

This action handles all interaction when a user wishes to relate pages to a contentversion. The xml representing the relations is stored in the attribute given in the contentversion.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.infoglue.cms.applications.contenttool.actions.ViewRelationEditorAction
attributeName, ceb, changeRepositoryAction, currentAction, currentEntity, currentEntityIdentifyer, entityId, entityName, path, qualifyers, qualifyerXML, relationXML, repositories, repositoryId, tree, updateAction
 
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
ViewContentRelationEditorAction()
          The default constructor.
 
Method Summary
 java.lang.String getQualifyerPath(java.lang.String entityId)
          A method that gets the name for the qualifyer for representation purposes.
 
Methods inherited from class org.infoglue.cms.applications.contenttool.actions.ViewRelationEditorAction
doChangeRepository, doExecute, doUpdateQualifyer, doUpdateQualifyerInEntityProperties, getAttributeName, getChangeRepositoryAction, getCurrentAction, getCurrentEntity, getCurrentEntityIdentifyer, getEntityId, getEntityName, getQualifyers, getQualifyerXML, getRepositories, getRepositoryId, getTree, getUpdateAction, getXML, initialize, setAttributeName, setCurrentEntity, setCurrentEntityIdentifyer, setEntityId, setEntityName, setPath, setQualifyerXML, setRepositoryId, setTree, setUpdateAction, updateAttributeValue
 
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

ViewContentRelationEditorAction

public ViewContentRelationEditorAction()
The default constructor. It sets the parameters needed for the interaction.

Method Detail

getQualifyerPath

public java.lang.String getQualifyerPath(java.lang.String entityId)
A method that gets the name for the qualifyer for representation purposes.

Specified by:
getQualifyerPath in class ViewRelationEditorAction


Copyright © 2005 InfoGlue.org All Rights Reserved.