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

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.common.actions.ModelAction
              extended by org.infoglue.cms.applications.contenttool.actions.ContentCategoryAction
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class ContentCategoryAction
extends ModelAction

This action will manage the category to content relations

Author:
Frank Febbraro (frank@phase2technology.com)
See Also:
Serialized Form

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
ContentCategoryAction()
           
 
Method Summary
protected  Persistent createModel()
          Template method used by subclasses to provide a new instance of the model.
 java.lang.String doAdd()
           
 java.lang.String doAddStandalone()
           
 java.lang.String doDelete()
           
 java.lang.String doDeleteStandalone()
           
 ContentCategoryVO getContentCategory()
           
 java.lang.Integer getContentCategoryId()
           
 java.lang.Integer getContentId()
           
 java.lang.Integer getLanguageId()
           
 void setContentCategoryId(java.lang.Integer i)
           
 void setContentId(java.lang.Integer i)
           
 void setLanguageId(java.lang.Integer i)
           
 
Methods inherited from class org.infoglue.cms.applications.common.actions.ModelAction
doExecute, getModel, getModels, setModel, setModels, validateModel
 
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

ContentCategoryAction

public ContentCategoryAction()
Method Detail

createModel

protected Persistent createModel()
Description copied from class: ModelAction
Template method used by subclasses to provide a new instance of the model.

Specified by:
createModel in class ModelAction
Returns:
a new PersistentObject

getContentCategory

public ContentCategoryVO getContentCategory()

getContentCategoryId

public java.lang.Integer getContentCategoryId()

setContentCategoryId

public void setContentCategoryId(java.lang.Integer i)

getContentId

public java.lang.Integer getContentId()

setContentId

public void setContentId(java.lang.Integer i)

getLanguageId

public java.lang.Integer getLanguageId()

setLanguageId

public void setLanguageId(java.lang.Integer i)

doAdd

public java.lang.String doAdd()
                       throws SystemException
Throws:
SystemException

doDelete

public java.lang.String doDelete()
                          throws SystemException
Throws:
SystemException

doAddStandalone

public java.lang.String doAddStandalone()
                                 throws SystemException
Throws:
SystemException

doDeleteStandalone

public java.lang.String doDeleteStandalone()
                                    throws SystemException
Throws:
SystemException


Copyright © 2005 InfoGlue.org All Rights Reserved.