ILIAS
Release_4_1_x_branch Revision 61804
|
Class ilObjPaymentSettingsGUI. More...
Public Member Functions | |
ilPaymethods ($a_pm_id=0) | |
setPmId ($a_pm_id) | |
getPmId () | |
setPmTitle ($a_pm_title) | |
getPmTitle () | |
setPmEnabled ($a_pm_enabled) | |
getPmEnabled () | |
setSaveUserAddress ($a_save_usr_adr) | |
getSaveUserAddress () | |
read () | |
readAll () |
Static Public Member Functions | |
static | countPM () |
static | _PMEnabled ($a_id) |
static | _PMdisable ($a_id) |
static | _PMenable ($a_id) |
static | _PMdisableAll () |
static | _disableSaveUserAddress ($a_id) |
static | _enableSaveUserAddress ($a_id) |
static | _EnabledSaveUserAddress ($a_id) |
static | _getIdByTitle ($a_pm_title) |
static | _getTitleById ($a_pm_id) |
static | getStringByPaymethod ($a_type) |
static | getPayMethodsOptions ($type=0) |
Data Fields | |
$pm_id | |
$pm_title | |
$pm_enabled | |
$save_usr_adr |
|
static |
Definition at line 152 of file class.ilPayMethods.php.
Referenced by ilObjPaymentSettingsGUI\deleteAddressesForPaymethodsObject().
|
static |
Definition at line 170 of file class.ilPayMethods.php.
References $ilDB, $res, and $row.
Referenced by ilPurchasePaypal\__saveTransaction(), ilPaymentBookings\add(), ilPaymentStatisticGUI\saveCustomer(), ilObjPaymentSettingsGUI\saveCustomerObject(), and ilObjPaymentSettingsGUI\savePayMethodsObject().
|
static |
Definition at line 161 of file class.ilPayMethods.php.
Referenced by ilObjPaymentSettingsGUI\savePayMethodsObject().
|
static |
Definition at line 182 of file class.ilPayMethods.php.
References $ilDB, $res, and $row.
Referenced by ilShopShoppingCartGUI\finishEPay(), ilPurchaseBillGUI\ilPurchaseBillGUI(), ilPurchaseBMFGUI\ilPurchaseBMFGUI(), and ilPurchasePaypal\ilPurchasePaypal().
|
static |
|
static |
Definition at line 125 of file class.ilPayMethods.php.
Referenced by ilObjPaymentSettingsGUI\savePayMethodsObject().
|
static |
|
static |
Definition at line 134 of file class.ilPayMethods.php.
Referenced by ilObjPaymentSettingsGUI\savePayMethodsObject().
|
static |
Definition at line 112 of file class.ilPayMethods.php.
References $ilDB, $res, and $row.
Referenced by ilObjPaymentSettingsGUI\editStatisticObject().
|
static |
Definition at line 71 of file class.ilPayMethods.php.
References $ilDB, $res, and $row.
Referenced by ilObjPaymentSettingsGUI\savePayMethodsObject().
|
static |
Definition at line 244 of file class.ilPayMethods.php.
References $ilDB, $lng, $res, $row, and getStringByPaymethod().
Referenced by ilPaymentStatisticGUI\addCustomer(), ilObjPaymentSettingsGUI\editDetailsObject(), and ilPaymentStatisticGUI\showStatistics().
ilPayMethods::getPmEnabled | ( | ) |
Definition at line 57 of file class.ilPayMethods.php.
References $pm_enabled.
ilPayMethods::getPmId | ( | ) |
Definition at line 39 of file class.ilPayMethods.php.
References $pm_id.
Referenced by read().
ilPayMethods::getPmTitle | ( | ) |
Definition at line 48 of file class.ilPayMethods.php.
References $pm_title.
ilPayMethods::getSaveUserAddress | ( | ) |
Definition at line 66 of file class.ilPayMethods.php.
References $save_usr_adr.
|
static |
Definition at line 204 of file class.ilPayMethods.php.
References $lng.
Referenced by ilPaymentStatisticGUI\addStatisticWorksheet(), ilObjPaymentSettingsGUI\addStatisticWorksheet(), ilPaymentStatisticGUI\editStatistic(), ilObjPaymentSettingsGUI\editStatisticObject(), getPayMethodsOptions(), ilObjPaymentSettingsGUI\objectsObject(), ilObjPaymentSettingsGUI\payMethodsObject(), ilShopBoughtObjectsGUI\showItems(), ilShopShoppingCartGUI\showItemsTable(), ilPaymentObjectGUI\showObjects(), ilPaymentStatisticGUI\showStatistics(), and ilObjPaymentSettingsGUI\statisticObject().
ilPayMethods::ilPaymethods | ( | $a_pm_id = 0 | ) |
ilPayMethods::read | ( | ) |
Definition at line 81 of file class.ilPayMethods.php.
References $res, $row, getPmId(), setPmEnabled(), setPmTitle(), and setSaveUserAddress().
Referenced by ilPaymethods().
ilPayMethods::readAll | ( | ) |
Definition at line 96 of file class.ilPayMethods.php.
Referenced by ilPaymethods().
ilPayMethods::setPmEnabled | ( | $a_pm_enabled | ) |
Definition at line 53 of file class.ilPayMethods.php.
Referenced by read().
ilPayMethods::setPmId | ( | $a_pm_id | ) |
Definition at line 35 of file class.ilPayMethods.php.
ilPayMethods::setPmTitle | ( | $a_pm_title | ) |
Definition at line 44 of file class.ilPayMethods.php.
Referenced by read().
ilPayMethods::setSaveUserAddress | ( | $a_save_usr_adr | ) |
Definition at line 62 of file class.ilPayMethods.php.
Referenced by read().
ilPayMethods::$pm_enabled |
Definition at line 17 of file class.ilPayMethods.php.
Referenced by getPmEnabled().
ilPayMethods::$pm_id |
Definition at line 15 of file class.ilPayMethods.php.
Referenced by getPmId().
ilPayMethods::$pm_title |
Definition at line 16 of file class.ilPayMethods.php.
Referenced by getPmTitle().
ilPayMethods::$save_usr_adr |
Definition at line 18 of file class.ilPayMethods.php.
Referenced by getSaveUserAddress().