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

java.lang.Object
  |
  +--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
        |
        +--org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
              |
              +--org.infoglue.cms.applications.common.actions.ModelAction
                    |
                    +--org.infoglue.cms.applications.contenttool.actions.ContentCategoryAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, 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 interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ContentCategoryAction()
           
 
Method Summary
 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
getModel, getModels
 
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

ContentCategoryAction

public ContentCategoryAction()
Method Detail

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
SystemException

doDelete

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

doAddStandalone

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

doDeleteStandalone

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