com.konakart.forms
Class EditNotifiedProductForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by com.konakart.forms.BaseForm
              extended by 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

Field Summary
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
EditNotifiedProductForm()
          Constructor
 
Method Summary
 java.util.ArrayList getItemList()
           
 boolean isGlobalNotificationBool()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Set the encoding of the request parameters to UTF-8
 void setGlobalNotificationBool(boolean globalNotificationBool)
           
 void setItemList(java.util.ArrayList itemList)
           
 
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
 

Constructor Detail

EditNotifiedProductForm

public EditNotifiedProductForm()
Constructor

Method Detail

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.