ILIAS
release_4-3 Revision
|
Public Member Functions | |
__construct ($user_obj) | |
executeCommand () | |
resetObjectFilter () | |
deleteObject () | |
performDelete () | |
editPayMethod () | |
performAddPrice () | |
performDeletePrice () | |
deletePrice () | |
ORg_updatePrice () | |
updateDetails () | |
showSelectedObject () | |
addObject () | |
updatePrice () | |
Public Member Functions inherited from ilShopBaseGUI | |
__construct () |
Data Fields | |
$ctrl | |
$lng | |
$user_obj | |
$pobject = null |
Private Member Functions | |
__getStatus () | |
__showObjectsTable ($a_result_set) | |
__initPaymentObject ($a_pobject_id=0) |
Additional Inherited Members | |
Protected Member Functions inherited from ilShopBaseGUI | |
prepareOutput () | |
addPager ($result, $a_session_key) | |
buildSubTabs () | |
setSection ($a_section) | |
getSection () | |
setSubSection ($a_sub_section) | |
getSubSection () | |
showButton ($a_cmd, $a_text, $a_target= '') | |
initTableGUI () | |
setTableGUIBasicData ($tbl, $result_set, $a_default_order_column= '') | |
Protected Attributes inherited from ilShopBaseGUI | |
$ctrl = null | |
$lng = null | |
$tpl = null | |
$oGeneralSettings = null | |
$section = 0 | |
$sub_section = 0 |
Definition at line 20 of file class.ilPaymentObjectGUI.php.
ilPaymentObjectGUI::__construct | ( | $user_obj | ) |
Definition at line 31 of file class.ilPaymentObjectGUI.php.
References $user_obj, ilShopBaseGUI\__construct(), and ilDatePresentation\setUseRelativeDates().
|
private |
Definition at line 1413 of file class.ilPaymentObjectGUI.php.
|
private |
Definition at line 1464 of file class.ilPaymentObjectGUI.php.
Referenced by editPayMethod(), performDelete(), performDeletePrice(), and updateDetails().
|
private |
Definition at line 1423 of file class.ilPaymentObjectGUI.php.
ilPaymentObjectGUI::addObject | ( | ) |
Definition at line 1328 of file class.ilPaymentObjectGUI.php.
References $_POST, ilPaymentObject\_checkExcSubtype(), ilPaymentObject\_isPurchasable(), ilUtil\sendInfo(), and showSelectedObject().
ilPaymentObjectGUI::deleteObject | ( | ) |
Definition at line 507 of file class.ilPaymentObjectGUI.php.
References ilPaymentBookings\_getCountBookingsByObject(), ilUtil\sendFailure(), and ilUtil\sendInfo().
ilPaymentObjectGUI::deletePrice | ( | ) |
Definition at line 1020 of file class.ilPaymentObjectGUI.php.
References $_POST, $_SESSION, and ilUtil\sendInfo().
ilPaymentObjectGUI::editPayMethod | ( | ) |
Definition at line 562 of file class.ilPaymentObjectGUI.php.
References __initPaymentObject(), ilUtil\sendFailure(), and ilUtil\sendInfo().
ilPaymentObjectGUI::executeCommand | ( | ) |
Definition at line 55 of file class.ilPaymentObjectGUI.php.
References $cmd, $ret, and ilShopBaseGUI\prepareOutput().
ilPaymentObjectGUI::ORg_updatePrice | ( | ) |
Definition at line 1043 of file class.ilPaymentObjectGUI.php.
References $_POST, and ilUtil\sendInfo().
ilPaymentObjectGUI::performAddPrice | ( | ) |
Definition at line 896 of file class.ilPaymentObjectGUI.php.
References $_POST, ilPaymentCurrency\_getAvailableCurrencies(), ilUtil\sendInfo(), ilUtil\stripSlashes(), ilPaymentPrices\TYPE_DURATION_DATE, ilPaymentPrices\TYPE_DURATION_MONTH, and ilPaymentPrices\TYPE_UNLIMITED_DURATION.
ilPaymentObjectGUI::performDelete | ( | ) |
Definition at line 534 of file class.ilPaymentObjectGUI.php.
References __initPaymentObject(), and ilUtil\sendInfo().
ilPaymentObjectGUI::performDeletePrice | ( | ) |
Definition at line 977 of file class.ilPaymentObjectGUI.php.
References $_SESSION, __initPaymentObject(), and ilUtil\sendInfo().
ilPaymentObjectGUI::resetObjectFilter | ( | ) |
Definition at line 138 of file class.ilPaymentObjectGUI.php.
References $_POST, $_SESSION, and ilUtil\sendInfo().
ilPaymentObjectGUI::showSelectedObject | ( | ) |
Definition at line 1258 of file class.ilPaymentObjectGUI.php.
References ilUtil\getImagePath(), ilObjectFactory\getInstanceByRefId(), ilNonEditableValueGUI\getTitle(), ilUtil\sendInfo(), ilSelectInputGUI\setOptions(), and ilNonEditableValueGUI\setValue().
Referenced by addObject().
ilPaymentObjectGUI::updateDetails | ( | ) |
Definition at line 1139 of file class.ilPaymentObjectGUI.php.
References $_POST, __initPaymentObject(), ilPaymentShoppingCart\_deleteShoppingCartEntries(), and ilUtil\sendInfo().
ilPaymentObjectGUI::updatePrice | ( | ) |
Definition at line 1574 of file class.ilPaymentObjectGUI.php.
References $_POST, ilUtil\sendInfo(), ilUtil\stripSlashes(), ilPaymentPrices\TYPE_DURATION_DATE, ilPaymentPrices\TYPE_DURATION_MONTH, and ilPaymentPrices\TYPE_UNLIMITED_DURATION.
ilPaymentObjectGUI::$ctrl |
Definition at line 23 of file class.ilPaymentObjectGUI.php.
ilPaymentObjectGUI::$lng |
Definition at line 25 of file class.ilPaymentObjectGUI.php.
ilPaymentObjectGUI::$pobject = null |
Definition at line 29 of file class.ilPaymentObjectGUI.php.
ilPaymentObjectGUI::$user_obj |
Definition at line 27 of file class.ilPaymentObjectGUI.php.
Referenced by __construct().