|
ILIAS
Release_4_0_x_branch Revision 61816
|
Inheritance diagram for ilPaymentCouponGUI:
Collaboration diagram for ilPaymentCouponGUI:Public Member Functions | |
| ilPaymentCouponGUI ($user_obj) | |
| executeCommand () | |
| resetFilter () | |
| showCoupons () | |
| __showCouponsTable ($f_result) | |
| saveCouponForm () | |
| addCoupon () | |
| deleteAllCodes () | |
| performDeleteAllCodes () | |
| deleteCodes () | |
| performDeleteCodes () | |
| cancelDelete () | |
| showCodes ($a_show_delete="") | |
| exportCodes () | |
| saveCodeForm () | |
| __makeCode ($a_code="", $a_length=32) | |
| generateCodes ($view="choice") | |
| assignObjects () | |
| unassignObjects () | |
| showObjects () | |
| importCodes () | |
| showCodeImport () | |
| __showButtons () | |
| __initPaymentObject ($a_pobject_id=0) | |
| __initCouponObject () | |
Public Member Functions inherited from ilShopBaseGUI | |
| __construct () | |
Data Fields | |
| $ctrl | |
| $lng | |
| $user_obj = null | |
| $coupon_obj = null | |
| $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= '') | |
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 2 of file class.ilPaymentCouponGUI.php.
| ilPaymentCouponGUI::__initCouponObject | ( | ) |
Definition at line 985 of file class.ilPaymentCouponGUI.php.
Referenced by ilPaymentCouponGUI().
Here is the caller graph for this function:| ilPaymentCouponGUI::__initPaymentObject | ( | $a_pobject_id = 0 | ) |
Definition at line 976 of file class.ilPaymentCouponGUI.php.
Referenced by showObjects().
Here is the caller graph for this function:| ilPaymentCouponGUI::__makeCode | ( | $a_code = "", |
|
$a_length = 32 |
|||
| ) |
Definition at line 629 of file class.ilPaymentCouponGUI.php.
Referenced by saveCodeForm().
Here is the caller graph for this function:| ilPaymentCouponGUI::__showButtons | ( | ) |
Definition at line 967 of file class.ilPaymentCouponGUI.php.
References ilShopBaseGUI\showButton().
Referenced by addCoupon(), generateCodes(), showCodeImport(), showCodes(), and showObjects().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentCouponGUI::__showCouponsTable | ( | $f_result | ) |
Definition at line 190 of file class.ilPaymentCouponGUI.php.
References $_GET, ilShopBaseGUI\$tpl, and ilShopBaseGUI\initTableGUI().
Referenced by showCoupons().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentCouponGUI::addCoupon | ( | ) |
Definition at line 293 of file class.ilPaymentCouponGUI.php.
References $_GET, __showButtons(), ilUtil\makeDateSelect(), and ilUtil\prepareFormOutput().
Referenced by saveCouponForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentCouponGUI::assignObjects | ( | ) |
Definition at line 698 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, and showObjects().
Here is the call graph for this function:| ilPaymentCouponGUI::cancelDelete | ( | ) |
Definition at line 399 of file class.ilPaymentCouponGUI.php.
References $_SESSION, and showCodes().
Here is the call graph for this function:| ilPaymentCouponGUI::deleteAllCodes | ( | ) |
Definition at line 348 of file class.ilPaymentCouponGUI.php.
References showCodes().
Here is the call graph for this function:| ilPaymentCouponGUI::deleteCodes | ( | ) |
Definition at line 364 of file class.ilPaymentCouponGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), and showCodes().
Here is the call graph for this function:| ilPaymentCouponGUI::executeCommand | ( | ) |
Definition at line 33 of file class.ilPaymentCouponGUI.php.
References $cmd, and prepareOutput().
Here is the call graph for this function:| ilPaymentCouponGUI::exportCodes | ( | ) |
Definition at line 520 of file class.ilPaymentCouponGUI.php.
References $_GET, $data, ilUtil\deliverData(), and showCodes().
Here is the call graph for this function:| ilPaymentCouponGUI::generateCodes | ( | $view = "choice" | ) |
Definition at line 641 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, $view, __showButtons(), ilUtil\prepareFormOutput(), and ilUtil\stripSlashes().
Referenced by saveCodeForm(), and showCodes().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentCouponGUI::ilPaymentCouponGUI | ( | $user_obj | ) |
Definition at line 12 of file class.ilPaymentCouponGUI.php.
References $user_obj, ilShopBaseGUI\__construct(), and __initCouponObject().
Here is the call graph for this function:| ilPaymentCouponGUI::importCodes | ( | ) |
Definition at line 903 of file class.ilPaymentCouponGUI.php.
References $_GET, $data, ilUtil\sendInfo(), showCodeImport(), showCodes(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilPaymentCouponGUI::performDeleteAllCodes | ( | ) |
Definition at line 355 of file class.ilPaymentCouponGUI.php.
References $_GET, and showCodes().
Here is the call graph for this function:| ilPaymentCouponGUI::performDeleteCodes | ( | ) |
Definition at line 382 of file class.ilPaymentCouponGUI.php.
References $_SESSION, ilUtil\sendInfo(), and showCodes().
Here is the call graph for this function:
|
protected |
Reimplemented from ilShopBaseGUI.
Definition at line 21 of file class.ilPaymentCouponGUI.php.
References ilShopBaseGUI\setSection().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentCouponGUI::resetFilter | ( | ) |
Definition at line 51 of file class.ilPaymentCouponGUI.php.
References $_POST, and showCoupons().
Here is the call graph for this function:| ilPaymentCouponGUI::saveCodeForm | ( | ) |
Definition at line 548 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, $_SESSION, __makeCode(), generateCodes(), ilUtil\sendInfo(), showCodes(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilPaymentCouponGUI::saveCouponForm | ( | ) |
Definition at line 235 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, addCoupon(), ilFormat\checkDecimal(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilPaymentCouponGUI::showCodeImport | ( | ) |
Definition at line 945 of file class.ilPaymentCouponGUI.php.
References $_GET, __showButtons(), and ilUtil\stripSlashes().
Referenced by importCodes().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentCouponGUI::showCodes | ( | $a_show_delete = "" | ) |
Definition at line 408 of file class.ilPaymentCouponGUI.php.
References $_GET, $_SESSION, ilShopBaseGUI\$tpl, __showButtons(), ilUtil\formCheckbox(), generateCodes(), ilUtil\getImagePath(), ilShopBaseGUI\initTableGUI(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
Referenced by cancelDelete(), deleteAllCodes(), deleteCodes(), exportCodes(), importCodes(), performDeleteAllCodes(), performDeleteCodes(), and saveCodeForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentCouponGUI::showCoupons | ( | ) |
Definition at line 70 of file class.ilPaymentCouponGUI.php.
References $_POST, $_SESSION, __showCouponsTable(), ilObjUser\_lookupLogin(), ilFormat\formatDate(), ilObjectFactory\getInstanceByRefId(), ilUtil\makeDateSelect(), ilUtil\prepareFormOutput(), ilUtil\sendInfo(), ilShopBaseGUI\showButton(), and ilUtil\stripSlashes().
Referenced by resetFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentCouponGUI::showObjects | ( | ) |
Definition at line 736 of file class.ilPaymentCouponGUI.php.
References $_GET, $data, ilShopBaseGUI\$tpl, __initPaymentObject(), __showButtons(), ilUtil\formCheckbox(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByRefId(), ilShopBaseGUI\initTableGUI(), and ilUtil\stripSlashes().
Referenced by assignObjects(), and unassignObjects().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentCouponGUI::unassignObjects | ( | ) |
Definition at line 717 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, and showObjects().
Here is the call graph for this function:| ilPaymentCouponGUI::$coupon_obj = null |
Definition at line 9 of file class.ilPaymentCouponGUI.php.
| ilPaymentCouponGUI::$ctrl |
Definition at line 4 of file class.ilPaymentCouponGUI.php.
| ilPaymentCouponGUI::$lng |
Definition at line 6 of file class.ilPaymentCouponGUI.php.
| ilPaymentCouponGUI::$pobject = null |
Definition at line 10 of file class.ilPaymentCouponGUI.php.
| ilPaymentCouponGUI::$user_obj = null |
Definition at line 8 of file class.ilPaymentCouponGUI.php.
Referenced by ilPaymentCouponGUI().