public class ProductDetails.Context extends MainServlet.Context
MainServlet.Context
and adds variables unique to
this servlet.Modifier and Type | Field and Description |
---|---|
java.lang.String |
action
The submitted action.
|
protected java.lang.String |
custPartNum
The submitted customer part number.
|
protected java.lang.String |
favoritesId
The submitted favorites id.
|
protected java.lang.String |
lowstockEmail
The submitted lowstock email address.
|
java.lang.String |
orderUnits
An submitted order unit of measure.
|
java.lang.String |
priceUnits
An submitted price unit of measure.
|
Product |
product
The current product.
|
java.lang.String |
productCode
The current product code.
|
java.lang.String |
productUom
The current product unit of measure code.
|
int |
quantity
The submitted quantity.
|
protected java.util.LinkedHashMap<java.lang.String,java.lang.Integer> |
relatedQtys
The submitted related products quantities.
|
protected boolean |
relatedQtysOn
The submitted flag for processing related item quantities.
|
protected java.lang.String[] |
relatedSels
The submitted related products selections.
|
protected java.lang.String |
restockEmail
The submitted email address.
|
private static long |
serialVersionUID
The class' serialization version id.
|
protected java.lang.String |
source
The current source name (Catalog, Search, ShopCart, Favorites).
|
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 . |
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 source
public java.lang.String productCode
public java.lang.String productUom
public Product product
public java.lang.String action
public int quantity
public java.lang.String orderUnits
public java.lang.String priceUnits
protected java.lang.String restockEmail
protected java.lang.String lowstockEmail
protected java.lang.String favoritesId
protected java.lang.String custPartNum
protected java.lang.String[] relatedSels
protected java.util.LinkedHashMap<java.lang.String,java.lang.Integer> relatedQtys
protected boolean relatedQtysOn