org.infoglue.cms.applications.managementtool.actions
Class PropertiesCategoryAction

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.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

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
PropertiesCategoryAction()
           
 
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 doDelete()
           
 java.lang.Integer getLanguageId()
           
 PropertiesCategoryVO getPropertiesCategory()
           
 java.lang.Integer getPropertiesCategoryId()
           
 java.lang.Integer getPropertiesId()
           
 java.lang.String getReturnAddress()
           
 void setLanguageId(java.lang.Integer i)
           
 void setPropertiesCategoryId(java.lang.Integer i)
           
 void setPropertiesId(java.lang.Integer i)
           
 void setReturnAddress(java.lang.String returnAddress)
           
 
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, 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
 

Constructor Detail

PropertiesCategoryAction

public PropertiesCategoryAction()
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

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.