protected class CheckOut.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.
|
java.util.ArrayList<CartLine> |
cartlines
The current list of cart lines.
|
java.lang.String |
comments
The current order comments.
|
java.lang.String |
contractNum
The current contract number.
|
java.lang.String |
emailAddr
The billing email address.
|
boolean |
isPunchOut
The "is this a punchout session" flag.
|
boolean |
isPunchOutExit
The "exit punchout during checkout" flag.
|
int |
payMethod
The current payment method value.
|
java.lang.String |
poNumber
The current p.o.
|
PunchOutSession |
punchOutSession
The punchout session object.
|
java.util.Date |
reqShipDate
The current requested shipping date.
|
private static long |
serialVersionUID
The class' serialization version id.
|
java.lang.String |
shipperCode
The current shipper code.
|
java.lang.String |
userDefinedField1
The additional information field.
|
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
public java.lang.String action
public java.lang.String poNumber
public java.lang.String contractNum
public java.lang.String shipperCode
public java.util.Date reqShipDate
public java.lang.String comments
public java.lang.String emailAddr
public int payMethod
public java.lang.String userDefinedField1
public java.util.ArrayList<CartLine> cartlines
public boolean isPunchOut
public boolean isPunchOutExit
public PunchOutSession punchOutSession