ILIAS
Release_4_1_x_branch Revision 61804
|
Public Member Functions | |
ilPaymentCouponGUI ($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 () | |
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 | |
$ilias = null | |
$lng = null | |
$tpl = null | |
$oGeneralSettings = null | |
$section = 0 | |
$sub_section = 0 |
Definition at line 8 of file class.ilPaymentCouponGUI.php.
|
private |
Definition at line 1038 of file class.ilPaymentCouponGUI.php.
Referenced by ilPaymentCouponGUI().
|
private |
Definition at line 1029 of file class.ilPaymentCouponGUI.php.
Referenced by showObjects().
|
private |
Definition at line 713 of file class.ilPaymentCouponGUI.php.
Referenced by saveCodeForm().
|
private |
Definition at line 1018 of file class.ilPaymentCouponGUI.php.
Referenced by addCoupon(), generateCodes(), showCodeImport(), showCodes(), and showObjects().
|
private |
Definition at line 265 of file class.ilPaymentCouponGUI.php.
Referenced by showCoupons().
ilPaymentCouponGUI::addCoupon | ( | ) |
Definition at line 351 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, __showButtons(), ilNumberInputGUI\setSize(), ilTextInputGUI\setValue(), and ilTextAreaInputGUI\setValue().
Referenced by saveCouponForm().
ilPaymentCouponGUI::assignObjects | ( | ) |
Definition at line 797 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, and showObjects().
ilPaymentCouponGUI::cancelDelete | ( | ) |
Definition at line 510 of file class.ilPaymentCouponGUI.php.
References $_SESSION, and showCodes().
ilPaymentCouponGUI::deleteAllCodes | ( | ) |
Definition at line 459 of file class.ilPaymentCouponGUI.php.
References showCodes().
ilPaymentCouponGUI::deleteCodes | ( | ) |
Definition at line 475 of file class.ilPaymentCouponGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), and showCodes().
ilPaymentCouponGUI::executeCommand | ( | ) |
Definition at line 39 of file class.ilPaymentCouponGUI.php.
References $cmd, and prepareOutput().
ilPaymentCouponGUI::exportCodes | ( | ) |
Definition at line 604 of file class.ilPaymentCouponGUI.php.
References $_GET, $data, ilUtil\deliverData(), and showCodes().
ilPaymentCouponGUI::generateCodes | ( | $view = "choice" | ) |
Definition at line 725 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, __showButtons(), ilNumberInputGUI\setSize(), ilRadioOption\setValue(), and ilUtil\stripSlashes().
Referenced by saveCodeForm(), and showCodes().
ilPaymentCouponGUI::ilPaymentCouponGUI | ( | $user_obj | ) |
Definition at line 18 of file class.ilPaymentCouponGUI.php.
References $user_obj, ilShopBaseGUI\__construct(), and __initCouponObject().
ilPaymentCouponGUI::importCodes | ( | ) |
Definition at line 951 of file class.ilPaymentCouponGUI.php.
References $_GET, $data, ilUtil\sendInfo(), showCodeImport(), showCodes(), and ilUtil\stripSlashes().
ilPaymentCouponGUI::performDeleteAllCodes | ( | ) |
Definition at line 466 of file class.ilPaymentCouponGUI.php.
References $_GET, and showCodes().
ilPaymentCouponGUI::performDeleteCodes | ( | ) |
Definition at line 493 of file class.ilPaymentCouponGUI.php.
References $_SESSION, ilUtil\sendInfo(), and showCodes().
|
protected |
Reimplemented from ilShopBaseGUI.
Definition at line 27 of file class.ilPaymentCouponGUI.php.
References ilShopBaseGUI\setSection().
Referenced by executeCommand().
ilPaymentCouponGUI::resetFilter | ( | ) |
Definition at line 57 of file class.ilPaymentCouponGUI.php.
References $_POST, $_SESSION, and showCoupons().
Referenced by showCoupons().
ilPaymentCouponGUI::saveCodeForm | ( | ) |
Definition at line 632 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, $_SESSION, __makeCode(), generateCodes(), ilUtil\sendInfo(), showCodes(), and ilUtil\stripSlashes().
ilPaymentCouponGUI::saveCouponForm | ( | ) |
Definition at line 289 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, addCoupon(), ilFormat\checkDecimal(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
ilPaymentCouponGUI::showCodeImport | ( | ) |
Definition at line 993 of file class.ilPaymentCouponGUI.php.
References $_GET, __showButtons(), ilFileInputGUI\setSuffixes(), and ilUtil\stripSlashes().
Referenced by importCodes().
ilPaymentCouponGUI::showCodes | ( | $a_show_delete = "" | ) |
Definition at line 519 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().
ilPaymentCouponGUI::showCoupons | ( | ) |
Definition at line 72 of file class.ilPaymentCouponGUI.php.
References $_POST, $_SESSION, __showCouponsTable(), ilObjUser\_lookupLogin(), ilObjectFactory\getInstanceByRefId(), resetFilter(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
Referenced by resetFilter().
ilPaymentCouponGUI::showObjects | ( | ) |
Definition at line 835 of file class.ilPaymentCouponGUI.php.
References $_GET, $data, __initPaymentObject(), __showButtons(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByRefId(), and ilUtil\stripSlashes().
Referenced by assignObjects(), and unassignObjects().
ilPaymentCouponGUI::unassignObjects | ( | ) |
Definition at line 816 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, and showObjects().
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 ilPaymentCouponGUI().