protected class AccountBillingAddEdit.Context extends AccountServlet.Context
AccountServlet.Context
and adds variables unique to
this servlet.Modifier and Type | Field and Description |
---|---|
java.lang.String |
address1
The submitted address 1.
|
java.lang.String |
address2
The submitted address 2.
|
java.lang.String |
address3
The submitted address 3.
|
java.lang.String |
address4
The submitted address 4.
|
java.lang.String |
arfax
The submitted A/R fax number.
|
java.lang.String |
arphone
The submitted A/R phone number.
|
Customer |
billto
The current bill-to customer being maintained.
|
java.lang.String |
city
The submitted city.
|
boolean |
commercial
The submitted "address is commercial" flag.
|
java.lang.String |
country
The submitted country.
|
java.lang.String |
fax
The submitted fax number.
|
java.lang.String |
id
The submitted id.
|
java.lang.String |
name
The submitted name.
|
java.lang.String |
origId
The original id (before changes).
|
java.lang.String |
phone
The submitted phone number.
|
java.lang.String |
postal
The submitted postal code.
|
boolean |
prepay
The submitted prepay.
|
private static long |
serialVersionUID
The class' serialization version id.
|
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
public java.lang.String origId
public java.lang.String id
public java.lang.String name
public java.lang.String address1
public java.lang.String address2
public java.lang.String address3
public java.lang.String address4
public java.lang.String city
public java.lang.String state
public java.lang.String postal
public java.lang.String country
public boolean commercial
public boolean prepay
public java.lang.String phone
public java.lang.String fax
public java.lang.String arphone
public java.lang.String arfax
public Customer billto