ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilPaymentObjectGUI ($user_obj) | |
executeCommand () | |
forwardToPageObject () | |
showObjects () | |
editDetails ($a_show_confirm=false) | |
deleteObject () | |
performDelete () | |
editPayMethod () | |
editPrices ($a_show_delete=false) | |
__editPricesTable ($a_result_set) | |
addPrice () | |
performAddPrice () | |
performDeletePrice () | |
deletePrice () | |
updatePrice () | |
updateDetails () | |
showObjectSelector () | |
showSelectedObject () | |
addObject () | |
__showButton ($a_cmd, $a_text, $a_target= '') | |
__showObjectsTable ($a_result_set) | |
__getHTMLPath ($a_ref_id) | |
__initPaymentObject ($a_pobject_id=0) | |
Public Member Functions inherited from ilShopBaseGUI | |
__construct () |
Data Fields | |
$ctrl | |
$lng | |
$user_obj | |
$pobject = null |
Protected Member Functions | |
prepareOutput () | |
Protected Member Functions inherited from ilShopBaseGUI | |
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= '') |
Private Member Functions | |
__getVendors () | |
__getStatus () | |
__getPayMethods () |
Additional Inherited Members | |
Protected Attributes inherited from ilShopBaseGUI | |
$ctrl = null | |
$ilias = null | |
$lng = null | |
$tpl = null | |
$oGeneralSettings = null | |
$section = 0 | |
$sub_section = 0 |
Definition at line 39 of file class.ilPaymentObjectGUI.php.
ilPaymentObjectGUI::__editPricesTable | ( | $a_result_set | ) |
Definition at line 628 of file class.ilPaymentObjectGUI.php.
References $_GET, ilShopBaseGUI\$tpl, ilUtil\getImagePath(), and ilObjectFactory\getInstanceByRefId().
Referenced by editPrices().
ilPaymentObjectGUI::__getHTMLPath | ( | $a_ref_id | ) |
Definition at line 1374 of file class.ilPaymentObjectGUI.php.
References $data.
Referenced by editDetails(), and showSelectedObject().
|
private |
Definition at line 1226 of file class.ilPaymentObjectGUI.php.
References ilPayMethods\_enabled().
Referenced by editDetails().
|
private |
Definition at line 1215 of file class.ilPaymentObjectGUI.php.
Referenced by editDetails().
|
private |
Definition at line 1191 of file class.ilPaymentObjectGUI.php.
References $vendor, ilPaymentTrustees\_getVendorsForObjects(), ilPaymentVendors\_isVendor(), and ilObjectFactory\getInstanceByObjId().
Referenced by editDetails(), and showSelectedObject().
ilPaymentObjectGUI::__initPaymentObject | ( | $a_pobject_id = 0 | ) |
Definition at line 1395 of file class.ilPaymentObjectGUI.php.
Referenced by addPrice(), editDetails(), editPayMethod(), editPrices(), forwardToPageObject(), performDelete(), performDeletePrice(), showObjects(), and updateDetails().
ilPaymentObjectGUI::__showButton | ( | $a_cmd, | |
$a_text, | |||
$a_target = '' |
|||
) |
Definition at line 1285 of file class.ilPaymentObjectGUI.php.
Referenced by editPrices().
ilPaymentObjectGUI::__showObjectsTable | ( | $a_result_set | ) |
Definition at line 1301 of file class.ilPaymentObjectGUI.php.
References $_GET, ilShopBaseGUI\$tpl, and ilShopBaseGUI\initTableGUI().
Referenced by showObjects().
ilPaymentObjectGUI::addObject | ( | ) |
Definition at line 1143 of file class.ilPaymentObjectGUI.php.
References $_GET, $_POST, ilPaymentObject\_isPurchasable(), editDetails(), ilUtil\sendInfo(), showObjects(), showObjectSelector(), and showSelectedObject().
ilPaymentObjectGUI::addPrice | ( | ) |
Definition at line 717 of file class.ilPaymentObjectGUI.php.
References $_GET, $_POST, __initPaymentObject(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByRefId(), ilUtil\sendInfo(), ilShopBaseGUI\showButton(), and showObjects().
Referenced by performAddPrice().
ilPaymentObjectGUI::deleteObject | ( | ) |
Definition at line 412 of file class.ilPaymentObjectGUI.php.
References $_GET, ilPaymentBookings\_getCountBookingsByObject(), editDetails(), ilUtil\sendFailure(), ilUtil\sendInfo(), ilUtil\sendQuestion(), and showObjects().
ilPaymentObjectGUI::deletePrice | ( | ) |
Definition at line 863 of file class.ilPaymentObjectGUI.php.
References $_GET, $_POST, $_SESSION, editPrices(), ilUtil\sendInfo(), and showObjects().
ilPaymentObjectGUI::editDetails | ( | $a_show_confirm = false | ) |
Definition at line 274 of file class.ilPaymentObjectGUI.php.
References $_GET, __getHTMLPath(), __getPayMethods(), __getStatus(), __getVendors(), __initPaymentObject(), ilShopUtils\_formatVAT(), ilPaymentBookings\_getCountBookingsByObject(), ilShopTopics\_getInstance(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByRefId(), ilUtil\sendInfo(), ilSelectInputGUI\setOptions(), ilNonEditableValueGUI\setValue(), ilShopBaseGUI\showButton(), and showObjects().
Referenced by addObject(), deleteObject(), editPayMethod(), and updateDetails().
ilPaymentObjectGUI::editPayMethod | ( | ) |
Definition at line 473 of file class.ilPaymentObjectGUI.php.
References $_GET, __initPaymentObject(), editDetails(), and ilUtil\sendInfo().
ilPaymentObjectGUI::editPrices | ( | $a_show_delete = false | ) |
Definition at line 506 of file class.ilPaymentObjectGUI.php.
References $_GET, $_SESSION, $data, ilShopBaseGUI\$tpl, __editPricesTable(), __initPaymentObject(), __showButton(), ilPaymentCurrency\_getCurrency(), ilFormat\_getLocalMoneyFormat(), ilUtil\formInput(), ilUtil\sendInfo(), and ilUtil\sendQuestion().
Referenced by deletePrice(), performAddPrice(), performDeletePrice(), and updatePrice().
ilPaymentObjectGUI::executeCommand | ( | ) |
Definition at line 66 of file class.ilPaymentObjectGUI.php.
References $cmd, $ret, forwardToPageObject(), and prepareOutput().
ilPaymentObjectGUI::forwardToPageObject | ( | ) |
Definition at line 91 of file class.ilPaymentObjectGUI.php.
References $_GET, __initPaymentObject(), ilPageObject\_exists(), ilObjStyleSheet\getContentStylePath(), ilUtil\sendInfo(), ilPageObjectGUI\setIntLinkHelpDefault(), and showObjects().
Referenced by executeCommand().
ilPaymentObjectGUI::ilPaymentObjectGUI | ( | $user_obj | ) |
Definition at line 46 of file class.ilPaymentObjectGUI.php.
References $user_obj, and ilShopBaseGUI\__construct().
ilPaymentObjectGUI::performAddPrice | ( | ) |
Definition at line 776 of file class.ilPaymentObjectGUI.php.
References $_GET, $_POST, ilPaymentCurrency\_getAvailableCurrencies(), addPrice(), editPrices(), ilUtil\sendInfo(), ilUtil\sendSuccess(), and showObjects().
ilPaymentObjectGUI::performDelete | ( | ) |
Definition at line 439 of file class.ilPaymentObjectGUI.php.
References $_GET, __initPaymentObject(), ilUtil\sendInfo(), and showObjects().
ilPaymentObjectGUI::performDeletePrice | ( | ) |
Definition at line 820 of file class.ilPaymentObjectGUI.php.
References $_GET, $_SESSION, __initPaymentObject(), editPrices(), ilUtil\sendInfo(), and showObjects().
|
protected |
Reimplemented from ilShopBaseGUI.
Definition at line 54 of file class.ilPaymentObjectGUI.php.
References ilShopBaseGUI\setSection().
Referenced by executeCommand().
ilPaymentObjectGUI::showObjects | ( | ) |
Definition at line 146 of file class.ilPaymentObjectGUI.php.
References $data, __initPaymentObject(), __showObjectsTable(), ilShopUtils\_formatVAT(), ilPaymentBookings\_getCountBookingsByObject(), ilPaymentObject\_getObjectsData(), ilObject\_isInTrash(), ilObjectFactory\getInstanceByObjId(), ilObjectFactory\getInstanceByRefId(), ilUtil\sendInfo(), and ilShopBaseGUI\showButton().
Referenced by addObject(), addPrice(), deleteObject(), deletePrice(), editDetails(), forwardToPageObject(), performAddPrice(), performDelete(), performDeletePrice(), updateDetails(), and updatePrice().
ilPaymentObjectGUI::showObjectSelector | ( | ) |
Definition at line 1055 of file class.ilPaymentObjectGUI.php.
References $_GET, ilUtil\sendInfo(), ilExplorer\setExpand(), and ilShopBaseGUI\showButton().
Referenced by addObject(), and showSelectedObject().
ilPaymentObjectGUI::showSelectedObject | ( | ) |
Definition at line 1078 of file class.ilPaymentObjectGUI.php.
References $_GET, __getHTMLPath(), __getVendors(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByRefId(), ilUtil\sendInfo(), ilSelectInputGUI\setOptions(), ilNonEditableValueGUI\setValue(), ilShopBaseGUI\showButton(), and showObjectSelector().
Referenced by addObject().
ilPaymentObjectGUI::updateDetails | ( | ) |
Definition at line 965 of file class.ilPaymentObjectGUI.php.
References $_GET, $_POST, __initPaymentObject(), ilFileDataShop\assignFileToPaymentObject(), ilFileDataShop\deassignFileFromPaymentObject(), editDetails(), ilUtil\sendInfo(), and showObjects().
ilPaymentObjectGUI::updatePrice | ( | ) |
Definition at line 886 of file class.ilPaymentObjectGUI.php.
References $_GET, $_POST, $error, editPrices(), ilUtil\sendInfo(), and showObjects().
ilPaymentObjectGUI::$ctrl |
Definition at line 41 of file class.ilPaymentObjectGUI.php.
ilPaymentObjectGUI::$lng |
Definition at line 42 of file class.ilPaymentObjectGUI.php.
ilPaymentObjectGUI::$pobject = null |
Definition at line 44 of file class.ilPaymentObjectGUI.php.
ilPaymentObjectGUI::$user_obj |
Definition at line 43 of file class.ilPaymentObjectGUI.php.
Referenced by ilPaymentObjectGUI().