protected class AccountShippingAddEdit.Context extends AccountServlet.Context
AccountServlet.Context
and adds variables unique to
this servlet.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
address1
The submitted address 1.
|
protected java.lang.String |
address2
The submitted address 2.
|
protected java.lang.String |
address3
The submitted address 3.
|
protected java.lang.String |
address4
The submitted address 4.
|
protected java.lang.String |
city
The submitted city.
|
protected boolean |
commercial
The submitted "address is commercial" flag.
|
protected java.lang.String |
contactName
The submitted contact name.
|
protected java.lang.String |
contactPhone
The submitted contact phone number.
|
protected java.lang.String |
country
The submitted country.
|
protected java.lang.String |
emailAddr
The submitted email address.
|
protected boolean |
isCreate
The current create mode flag.
|
protected boolean |
isSame
The submitted "same as bill-to" flag.
|
protected java.lang.String |
name
The submitted name.
|
protected boolean |
persist
The submitted ship-to persist flag.
|
protected java.lang.String |
postal
The submitted postal code.
|
private static long |
serialVersionUID
The class' serialization version id.
|
protected Customer |
shipto
The current ship-to customer being maintained.
|
protected java.lang.String |
state
The submitted state code.
|
account, action, argument, field, fromURL, mode, operand, selectId, selectList, selectNdx, selectPage, userId
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 boolean isCreate
protected boolean isSame
protected java.lang.String name
protected java.lang.String address1
protected java.lang.String address2
protected java.lang.String address3
protected java.lang.String address4
protected java.lang.String city
protected java.lang.String state
protected java.lang.String postal
protected java.lang.String country
protected boolean commercial
protected java.lang.String emailAddr
protected java.lang.String contactName
protected java.lang.String contactPhone
protected boolean persist
protected Customer shipto