| Package | Description |
|---|---|
| com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AccountShippingSelect.canDelete(AccountShippingSelect.Context ctx)
Answers if a ship-to customer can be deleted.
|
protected boolean |
AccountShippingSelect.deleteShipto(AccountShippingSelect.Context ctx)
Deletes a ship-to customer from the back-end and front-end dbs.
|
protected boolean |
AccountShippingSelect.setTemplateError(AccountShippingSelect.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected boolean |
AccountShippingSelect.updateShipto(AccountShippingSelect.Context ctx)
Updates the ship-to customer for the user in the db and in the session.
|