protected class AccountCreditCardAddEdit.Context extends AccountServlet.Context
AccountServlet.Context and adds variables unique to
this servlet.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
address
The submitted credit card primary holder's street address.
|
protected CreditCard |
creditCard
The credit card being processed.
|
protected java.lang.String |
month
The submitted credit card expiration month.
|
protected java.lang.String |
name
The submitted cardholder's name.
|
protected java.lang.String |
number
The submitted credit card number.
|
protected boolean |
persist
The submitted credit card persist flag.
|
protected java.lang.String |
postal
The submitted credit card primary holder's billing zip code.
|
protected java.lang.String |
purchRef
The submitted credit card purchase reference.
|
protected java.lang.String |
secCode
The submitted credit card security code.
|
private static long |
serialVersionUID
The class' serialization version id.
|
protected java.lang.String |
type
The submitted credit card type.
|
protected java.lang.String |
year
The submitted credit card expiration year.
|
account, action, argument, field, fromURL, mode, operand, selectId, selectList, selectNdx, selectPage, userIderrCode, errField, errMessage, mpBldListOnly, mpExternalReq, mpPreviousList, mpPreviousPath, mpRedirectURL, mpRevisedList, mpRevisedPath, mpSelectedCode, mpSelectedIdx, mpSelectedObj, mpSelectedSamenextURL, reqDbConnectInfo, sessionCart, sessionLogon, sessionSecProfile, sessionUser, sessionUserSfi, thisURLrequest, 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, setLogonUserdelAttr, getAttr, getAttrBigDecimal, getAttrBoolean, getAttrDouble, getAttrInteger, getAttrLong, getAttrString, getParam, getParamBigDecimal, getParamDate, getParamDouble, getParamInteger, getParamLong, getParams, getParamString, getRequest, getResponse, getSession, isPost, setAttrclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelAttr, getAttr, getAttrBigDecimal, getAttrBoolean, getAttrDouble, getAttrInteger, getAttrLong, getAttrString, getParam, getParamBigDecimal, getParamDate, getParamDouble, getParamInteger, getParamLong, getParams, getParamString, getRequest, getResponse, getSession, isPost, setAttrprivate static final long serialVersionUID
protected java.lang.String type
protected java.lang.String name
protected java.lang.String number
protected java.lang.String month
protected java.lang.String year
protected java.lang.String postal
protected java.lang.String address
protected java.lang.String secCode
protected java.lang.String purchRef
protected boolean persist
protected CreditCard creditCard