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:
- 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
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| 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 |
ContentCategoryAction
public ContentCategoryAction()
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.