Class FacetCountsForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.customer.product.FacetCountsForm
- All Implemented Interfaces:
Serializable
Form class corresponding to FacetCountsAction.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String(package private) String[](package private) String(package private) static org.apache.commons.logging.Log(package private) String(package private) Stringprivate static final long(package private) StringFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getType()voidsetCategoryID(String categoryID) voidvoidsetIndexDir(String indexDir) voidsetManufacturerID(String manufacturerID) voidsetSearchString(String searchString) voidorg.apache.struts.action.ActionErrorsvalidate(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, html5OrXhtml, initializeProperties, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUserMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
-
Field Details
-
Constructor Details
-
FacetCountsForm
public FacetCountsForm()
-
-
Method Details
-
getSearchString
-
setSearchString
-
getIndexDir
-
setIndexDir
-
getCategoryID
-
setCategoryID
-
getManufacturerID
-
setManufacturerID
-
getType
-
setType
-
getFacets
-
setFacets
-
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) - Overrides:
validatein classorg.apache.struts.action.ActionForm
-