| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Inheritance diagram for ilPaymentCouponGUI:
 Inheritance diagram for ilPaymentCouponGUI: Collaboration diagram for ilPaymentCouponGUI:
 Collaboration diagram for ilPaymentCouponGUI:| Public Member Functions | |
| __construct ($user_obj) | |
| executeCommand () | |
| resetFilter () | |
| showCoupons () | |
| saveCouponForm () | |
| addCoupon () | |
| deleteAllCodes () | |
| performDeleteAllCodes () | |
| deleteCodes () | |
| performDeleteCodes () | |
| cancelDelete () | |
| showCodes ($a_show_delete="") | |
| exportCodes () | |
| saveCodeForm () | |
| generateCodes ($view="choice") | |
| assignObjects () | |
| unassignObjects () | |
| showObjects () | |
| importCodes () | |
| showCodeImport () | |
| deleteCoupon () | |
| performDeleteCoupon () | |
|  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= '') | |
| Private Member Functions | |
| __showCouponsTable ($f_result) | |
| __makeCode ($a_code="", $a_length=32) | |
| __showButtons () | |
| __initPaymentObject ($a_pobject_id=0) | |
| __initCouponObject () | |
| Additional Inherited Members | |
|  Protected Attributes inherited from ilShopBaseGUI | |
| $ctrl = null | |
| $lng = null | |
| $tpl = null | |
| $oGeneralSettings = null | |
| $section = 0 | |
| $sub_section = 0 | |
Definition at line 8 of file class.ilPaymentCouponGUI.php.
| ilPaymentCouponGUI::__construct | ( | $user_obj | ) | 
Definition at line 18 of file class.ilPaymentCouponGUI.php.
References $user_obj, ilShopBaseGUI\__construct(), and __initCouponObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 1039 of file class.ilPaymentCouponGUI.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1030 of file class.ilPaymentCouponGUI.php.
Referenced by showObjects().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 711 of file class.ilPaymentCouponGUI.php.
Referenced by saveCodeForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 1019 of file class.ilPaymentCouponGUI.php.
Referenced by addCoupon(), deleteCoupon(), generateCodes(), showCodeImport(), showCodes(), and showObjects().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 264 of file class.ilPaymentCouponGUI.php.
Referenced by showCoupons().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCouponGUI::addCoupon | ( | ) | 
Definition at line 349 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, __showButtons(), ilNumberInputGUI\setSize(), ilTextInputGUI\setValue(), and ilTextAreaInputGUI\setValue().
Referenced by saveCouponForm().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCouponGUI::assignObjects | ( | ) | 
Definition at line 796 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, and showObjects().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::cancelDelete | ( | ) | 
Definition at line 507 of file class.ilPaymentCouponGUI.php.
References $_SESSION, and showCodes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::deleteAllCodes | ( | ) | 
Definition at line 456 of file class.ilPaymentCouponGUI.php.
References showCodes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::deleteCodes | ( | ) | 
Definition at line 472 of file class.ilPaymentCouponGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), and showCodes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::deleteCoupon | ( | ) | 
Definition at line 1047 of file class.ilPaymentCouponGUI.php.
References $_GET, __showButtons(), ilPaymentCoupons\_lookupTitle(), ilUtil\sendFailure(), and ilUtil\sendQuestion().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::executeCommand | ( | ) | 
Definition at line 39 of file class.ilPaymentCouponGUI.php.
References $cmd, and prepareOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::exportCodes | ( | ) | 
Definition at line 601 of file class.ilPaymentCouponGUI.php.
References $_GET, $data, ilUtil\deliverData(), and showCodes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::generateCodes | ( | $view = "choice" | ) | 
Definition at line 723 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, __showButtons(), ilNumberInputGUI\setSize(), ilRadioOption\setValue(), and ilUtil\stripSlashes().
Referenced by saveCodeForm(), and showCodes().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCouponGUI::importCodes | ( | ) | 
Definition at line 952 of file class.ilPaymentCouponGUI.php.
References $_GET, $data, ilUtil\sendInfo(), showCodeImport(), showCodes(), and ilUtil\stripSlashes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::performDeleteAllCodes | ( | ) | 
Definition at line 463 of file class.ilPaymentCouponGUI.php.
References $_GET, and showCodes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::performDeleteCodes | ( | ) | 
Definition at line 490 of file class.ilPaymentCouponGUI.php.
References $_SESSION, ilUtil\sendInfo(), and showCodes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::performDeleteCoupon | ( | ) | 
Definition at line 1074 of file class.ilPaymentCouponGUI.php.
References $_POST, ilUtil\sendFailure(), and showCoupons().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Reimplemented from ilShopBaseGUI.
Definition at line 27 of file class.ilPaymentCouponGUI.php.
References ilShopBaseGUI\setSection().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCouponGUI::resetFilter | ( | ) | 
Definition at line 55 of file class.ilPaymentCouponGUI.php.
References $_POST, $_SESSION, and showCoupons().
Referenced by showCoupons().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCouponGUI::saveCodeForm | ( | ) | 
Definition at line 629 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:
 Here is the call graph for this function:| ilPaymentCouponGUI::saveCouponForm | ( | ) | 
Definition at line 288 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, addCoupon(), ilFormat\checkDecimal(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::showCodeImport | ( | ) | 
Definition at line 994 of file class.ilPaymentCouponGUI.php.
References $_GET, __showButtons(), ilFileInputGUI\setSuffixes(), and ilUtil\stripSlashes().
Referenced by importCodes().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCouponGUI::showCodes | ( | $a_show_delete = "" | ) | 
Definition at line 516 of file class.ilPaymentCouponGUI.php.
References $_GET, $_SESSION, __showButtons(), ilUtil\formCheckbox(), generateCodes(), 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 call graph for this function: Here is the caller 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(), ilObjectFactory\getInstanceByRefId(), resetFilter(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
Referenced by performDeleteCoupon(), and resetFilter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCouponGUI::showObjects | ( | ) | 
Definition at line 834 of file class.ilPaymentCouponGUI.php.
References $_GET, $data, __initPaymentObject(), __showButtons(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByRefId(), and ilUtil\stripSlashes().
Referenced by assignObjects(), and unassignObjects().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCouponGUI::unassignObjects | ( | ) | 
Definition at line 815 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, and showObjects().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCouponGUI::$coupon_obj = null | 
Definition at line 15 of file class.ilPaymentCouponGUI.php.
| ilPaymentCouponGUI::$ctrl | 
Definition at line 10 of file class.ilPaymentCouponGUI.php.
| ilPaymentCouponGUI::$lng | 
Definition at line 12 of file class.ilPaymentCouponGUI.php.
| ilPaymentCouponGUI::$pobject = null | 
Definition at line 16 of file class.ilPaymentCouponGUI.php.
| ilPaymentCouponGUI::$user_obj = null | 
Definition at line 14 of file class.ilPaymentCouponGUI.php.
Referenced by __construct().