Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AccountShippingAddEdit.allowPersist(AccountShippingAddEdit.Context ctx)
Answers if the option to persist the ship-to is displayed on the page.
|
protected void |
AccountShippingAddEdit.setShiptoValues(AccountShippingAddEdit.Context ctx)
Sets the ship-to customer values using the submitted parameter values.
|
protected boolean |
AccountShippingAddEdit.setTemplateError(AccountShippingAddEdit.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected boolean |
AccountShippingAddEdit.validateEmail(AccountShippingAddEdit.Context ctx,
java.lang.String address,
java.lang.String fldname)
Validates an entered email address.
|
protected boolean |
AccountShippingAddEdit.validateState(AccountShippingAddEdit.Context ctx)
Validates the entered state and country combination.
|