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:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, 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 interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
PropertiesCategoryAction()
           
 
Method Summary
 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
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

PropertiesCategoryAction

public PropertiesCategoryAction()
Method Detail

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
SystemException
java.lang.Exception

doDelete

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