Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AccountBillingAddEdit.setBilltoValues(AccountBillingAddEdit.Context ctx)
Sets the bill-to customer values using the submitted parameter values.
|
protected boolean |
AccountBillingAddEdit.setTemplateError(AccountBillingAddEdit.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected void |
AccountBillingAddEdit.storeBillingInfo(AccountBillingAddEdit.Context ctx)
Stores the entered billing information in the session for later retrieval.
|
protected boolean |
AccountBillingAddEdit.updateAccount(AccountBillingAddEdit.Context ctx)
Controls the updating of the account's components.
|
protected boolean |
AccountBillingAddEdit.validateBillto(AccountBillingAddEdit.Context ctx)
Validates the entered bill-to id.
|
protected boolean |
AccountBillingAddEdit.validateState(AccountBillingAddEdit.Context ctx)
Validates the entered state and country combination.
|