Store.StoreAccountPaymentMethodDelete
/Store/admin/components/Account/PaymentMethodDelete.php at line 14
Class StoreAccountPaymentMethodDelete
SwatObject
└─SiteObject
└─SiteAbstractPage
└─SitePage
└─AdminPage
└─AdminConfirmation
└─AdminDBConfirmation
└─AdminDBDelete
└─StoreAccountPaymentMethodDelete
public class StoreAccountPaymentMethodDelete
extends AdminDBDelete
- Copyright:
- 2006 silverorange
- License:
- http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
| Fields inherited from Admin.AdminConfirmation |
| ui_xml |
| Methods inherited from Admin.AdminPage |
| build, buildInternal, buildMessages, createLayout, display, finalize, formsAreAuthenticated, getComponentName, getComponentTitle, getRefererURL, getRelativeURL, init, initInternal, process, processInternal |
Method Detail
/Store/admin/components/Account/PaymentMethodDelete.php at line 111
buildAccount
private void buildAccount()
/Store/admin/components/Account/PaymentMethodDelete.php at line 52
buildInternal
protected void buildInternal()
Build the page for display
Sub-classes should implement this method to initialize elements of
the page. This method is called at the beginning of . This is useful to do database queries that are
only needed for AdminPage::display() and not , while initialization needed for both display
and process should be included in AdminPage::init().
/Store/admin/components/Account/PaymentMethodDelete.php at line 26
processDBData
protected void processDBData()
Process data in the database
This method is called to process data after an affirmative
confirmation response. Sub-classes should implement this method and
perform whatever actions are necessary process the repsonse.
Delete confirmation page for Account Payment Methods