com.softslate.commerce.administrator.core
Class StoreMessagesForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.softslate.commerce.customer.core.BaseForm
          extended by com.softslate.commerce.administrator.core.StoreMessagesForm
All Implemented Interfaces:
java.io.Serializable

public class StoreMessagesForm
extends BaseForm

Form to handle requests to view and change the store messages in the Administrator.

Author:
David Tobey
See Also:
Serialized Form

Field Summary
private  java.lang.String bundle
           
(package private) static org.apache.commons.logging.Log log
           
private  java.lang.String searchString
           
private static long serialVersionUID
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
StoreMessagesForm()
           
 
Method Summary
 java.lang.String getBundle()
           
 java.lang.String getSearchString()
           
 void setBundle(java.lang.String bundle)
           
 void setSearchString(java.lang.String searchString)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, initializeProperties, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUser
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

log

static org.apache.commons.logging.Log log

searchString

private java.lang.String searchString

bundle

private java.lang.String bundle
Constructor Detail

StoreMessagesForm

public StoreMessagesForm()
Method Detail

getSearchString

public java.lang.String getSearchString()

setSearchString

public void setSearchString(java.lang.String searchString)

getBundle

public java.lang.String getBundle()

setBundle

public void setBundle(java.lang.String bundle)

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Overrides:
validate in class org.apache.struts.action.ActionForm


Copyright © SoftSlate, LLC 2003–2005