protected class Products.Context extends Home.Context
Home.Context
and adds variables unique to this servlet.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
action
The submitted action.
|
protected java.lang.String |
buyOneNdx
The submitted buy now value product index.
|
protected java.lang.String[] |
compareNdxs
The submitted product compare indexes.
|
protected java.lang.String |
favoritesId
The current favorites id.
|
protected java.lang.String |
highPrice
The submitted highest product price filter.
|
protected java.lang.String |
lowPrice
The submitted lowest product price filter.
|
protected boolean |
omitNoStock
The current include no stock products flag.
|
protected java.util.ArrayList<java.lang.Integer> |
pageHistory
The history of page numbers displayed so far for the category.
|
protected java.lang.String |
pageStyle
The current catalog page style (grid or list).
|
protected java.lang.String |
pricingFilters
The submitted entered product price filters.
|
protected java.util.ArrayList<ProductAttribute> |
prodAttrFilters
The current list of product attribute filters.
|
protected java.lang.String[] |
productNdxs
The submitted product indexes.
|
protected java.lang.String[] |
productQtys
The submitted product quantities.
|
protected java.util.ArrayList<Product> |
products
The current list of products.
|
protected java.util.ArrayList<Product> |
productsInStock
The current list of products with stock.
|
protected boolean |
realtimeForced
The current realtime avail/pricing forced flag.
|
protected java.lang.String |
selAttrFilters
The submitted selected product attribute filters.
|
private static long |
serialVersionUID
The class' serialization version id.
|
protected java.lang.String |
source
The current catalog source name (Catalog or Search).
|
listSize, pageNum, pageSize
errCode, errField, errMessage, mpBldListOnly, mpExternalReq, mpPreviousList, mpPreviousPath, mpRedirectURL, mpRevisedList, mpRevisedPath, mpSelectedCode, mpSelectedIdx, mpSelectedObj, mpSelectedSame
nextURL, reqDbConnectInfo, sessionCart, sessionLogon, sessionSecProfile, sessionUser, sessionUserSfi, thisURL
request, requestBrowser, requestFlag, response, responseFlag, session, sessionNextURL, templateData
Modifier | Constructor and Description |
---|---|
protected |
Context(javax.servlet.http.HttpServletRequest rqst,
javax.servlet.http.HttpServletResponse resp)
Constructs a new
Context . |
getConfigMaxPages, getConfigMinPerPage, getListSize, getPageNum, getPageSize, setListSize, setPageNum, setPageSize
getCatalogVerifier, getDbConnection, getDbConnectionInfo, getDbController, getDbObject, getFavoritesHandler, getInterface, getLogonUser, getServletRequest, getServletStack, getShoppingCart, getShoppingProfile, getShoppingUser, getSiteActivity, getUomHandler, isCustAdmin, isDefaultUser, isLoggedOn, isPermitActive, isRetail, isSfiSelect, isSfiShopping, isShopping, isSiteAdmin, isWholesale, setLogonUser
delAttr, getAttr, getAttrBigDecimal, getAttrBoolean, getAttrDouble, getAttrInteger, getAttrLong, getAttrString, getParam, getParamBigDecimal, getParamDate, getParamDouble, getParamInteger, getParamLong, getParams, getParamString, getRequest, getResponse, getSession, isPost, setAttr
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delAttr, getAttr, getAttrBigDecimal, getAttrBoolean, getAttrDouble, getAttrInteger, getAttrLong, getAttrString, getParam, getParamBigDecimal, getParamDate, getParamDouble, getParamInteger, getParamLong, getParams, getParamString, getRequest, getResponse, getSession, isPost, setAttr
private static final long serialVersionUID
protected java.lang.String action
protected java.lang.String source
protected java.lang.String pageStyle
protected boolean omitNoStock
protected java.lang.String buyOneNdx
protected java.lang.String[] productNdxs
protected java.lang.String[] productQtys
protected java.lang.String[] compareNdxs
protected java.lang.String favoritesId
protected java.util.ArrayList<Product> products
protected java.util.ArrayList<Product> productsInStock
protected java.util.ArrayList<ProductAttribute> prodAttrFilters
protected java.lang.String selAttrFilters
protected java.lang.String pricingFilters
protected java.lang.String lowPrice
protected java.lang.String highPrice
protected java.util.ArrayList<java.lang.Integer> pageHistory
protected boolean realtimeForced