org.infoglue.cms.applications.managementtool.actions
Class CategoryAction
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.managementtool.actions.CategoryAction
- All Implemented Interfaces:
- java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
public class CategoryAction
- extends ModelAction
- Author:
- Frank Febbraro (frank@phase2technology.com)
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
MAIN
|
| 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, getAllowPublicationEventFilter, getAnonymousPrincipal, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getDisableImageEditor, getInfoGluePrincipal, getLanguageCode, getLocale, 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 |
MAIN
public static final java.lang.String MAIN
- See Also:
- Constant Field Values
CategoryAction
public CategoryAction()
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
getCategory
public CategoryVO getCategory()
getCategoryId
public java.lang.Integer getCategoryId()
setCategoryId
public void setCategoryId(java.lang.Integer i)
doList
public java.lang.String doList()
throws SystemException
- Throws:
SystemException
doNew
public java.lang.String doNew()
throws SystemException
- Throws:
SystemException
doEdit
public java.lang.String doEdit()
throws SystemException
- Throws:
SystemException
doDisplayTreeForMove
public java.lang.String doDisplayTreeForMove()
throws SystemException
- Throws:
SystemException
doMove
public java.lang.String doMove()
throws SystemException
- Throws:
SystemException
doSave
public java.lang.String doSave()
throws SystemException,
ConstraintException
- Throws:
SystemException
ConstraintException
doDelete
public java.lang.String doDelete()
throws SystemException
- Throws:
SystemException
doExecute
public java.lang.String doExecute()
throws java.lang.Exception
- Description copied from class:
ModelAction
- Default implementation for WebworkAbstractAction, subclasses shold feel free to override
- Overrides:
doExecute in class ModelAction
- Throws:
java.lang.Exception
Copyright © 2005 InfoGlue.org All Rights Reserved.