silverorange Code


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

Delete confirmation page for Account Payment Methods

Copyright:
2006 silverorange
License:
http://www.gnu.org/copyleft/lesser.html LGPL License 2.1

Fields inherited from Admin.AdminDBDelete
single_delete
Fields inherited from Admin.AdminDBConfirmation
extended_selected, items
Fields inherited from Admin.AdminConfirmation
ui_xml
Fields inherited from Admin.AdminPage
RELOCATE_URL_FIELD, component, navbar, source, subcomponent, title, ui
Method Summary
private void

buildAccount()

protected void

buildInternal()

Build the page for display.

protected void

processDBData()

Process data in the database.

Methods inherited from Admin.AdminDBDelete
generateMessage, initInternal, relocate
Methods inherited from Admin.AdminDBConfirmation
buildInternal, generateMessage, getFirstItem, getItemCount, getItemList, initInternal, processDBData, processResponse, setItems
Methods inherited from Admin.AdminConfirmation
buildForm, buildInternal, initInternal, processInternal, processResponse, relocate, switchToCancelButton
Methods inherited from Admin.AdminPage
build, buildInternal, buildMessages, createLayout, display, finalize, formsAreAuthenticated, getComponentName, getComponentTitle, getRefererURL, getRelativeURL, init, initInternal, process, processInternal
Methods inherited from Site.SitePage
build, buildContent, buildMetaDescription, buildNavBar, buildTitle, createLayout
Methods inherited from Site.SiteAbstractPage
build, finalize, getArgument, getArgumentMap, getSource, init, process, setLayout, setSource

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.


silverorange Code