com.konakart.forms
Class EditNotifiedProductForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
com.konakart.forms.BaseForm
com.konakart.forms.EditNotifiedProductForm
- All Implemented Interfaces:
- java.io.Serializable
public class EditNotifiedProductForm
- extends BaseForm
This form contains all of the information required in order to edit a list of notified products.
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults, validate |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditNotifiedProductForm
public EditNotifiedProductForm()
- Constructor
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Description copied from class:
BaseForm
- Set the encoding of the request parameters to UTF-8
- Overrides:
reset in class BaseForm
getItemList
public java.util.ArrayList getItemList()
- Returns:
- List of items
setItemList
public void setItemList(java.util.ArrayList itemList)
- Parameters:
itemList -
isGlobalNotificationBool
public boolean isGlobalNotificationBool()
- Returns:
- Returns the globalNotificationBool.
setGlobalNotificationBool
public void setGlobalNotificationBool(boolean globalNotificationBool)
- Parameters:
globalNotificationBool - The globalNotificationBool to set.
Copyright © 2006 DS Data Systems UK Ltd.