org.infoglue.cms.applications.managementtool.actions
Class PropertiesCategoryAction
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.PropertiesCategoryAction
- All Implemented Interfaces:
- java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
public class PropertiesCategoryAction
- extends ModelAction
This action will manage the category to properties 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, getAllowPublicationEventFilter, getAnonymousPrincipal, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getDisableCustomIcons, getDisableImageEditor, getEnableDateTimeDirectEditing, 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 |
PropertiesCategoryAction
public PropertiesCategoryAction()
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
getPropertiesCategory
public PropertiesCategoryVO getPropertiesCategory()
getPropertiesCategoryId
public java.lang.Integer getPropertiesCategoryId()
setPropertiesCategoryId
public void setPropertiesCategoryId(java.lang.Integer i)
getPropertiesId
public java.lang.Integer getPropertiesId()
setPropertiesId
public void setPropertiesId(java.lang.Integer i)
getLanguageId
public java.lang.Integer getLanguageId()
setLanguageId
public void setLanguageId(java.lang.Integer i)
getReturnAddress
public java.lang.String getReturnAddress()
setReturnAddress
public void setReturnAddress(java.lang.String returnAddress)
doAdd
public java.lang.String doAdd()
throws SystemException,
java.lang.Exception
- Throws:
SystemException
java.lang.Exception
doDelete
public java.lang.String doDelete()
throws SystemException,
java.lang.Exception
- Throws:
SystemException
java.lang.Exception
Copyright © 2005 InfoGlue.org All Rights Reserved.