Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AccountCreditCardSelect.deleteCreditCard(AccountCreditCardSelect.Context ctx)
Deletes a credit card from the db.
|
protected boolean |
AccountCreditCardSelect.setTemplateError(AccountCreditCardSelect.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected boolean |
AccountCreditCardSelect.updateAccount(AccountCreditCardSelect.Context ctx)
Updates the selected credit card for the user in the db and in the session.
|