ILIAS
Release_4_4_x_branch Revision 61816
|
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().
|
private |
Definition at line 1039 of file class.ilPaymentCouponGUI.php.
Referenced by __construct().
|
private |
Definition at line 1030 of file class.ilPaymentCouponGUI.php.
Referenced by showObjects().
|
private |
Definition at line 711 of file class.ilPaymentCouponGUI.php.
Referenced by saveCodeForm().
|
private |
Definition at line 1019 of file class.ilPaymentCouponGUI.php.
Referenced by addCoupon(), deleteCoupon(), generateCodes(), showCodeImport(), showCodes(), and showObjects().
|
private |
Definition at line 264 of file class.ilPaymentCouponGUI.php.
Referenced by showCoupons().
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().
ilPaymentCouponGUI::assignObjects | ( | ) |
Definition at line 796 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, and showObjects().
ilPaymentCouponGUI::cancelDelete | ( | ) |
Definition at line 507 of file class.ilPaymentCouponGUI.php.
References $_SESSION, and showCodes().
ilPaymentCouponGUI::deleteAllCodes | ( | ) |
Definition at line 456 of file class.ilPaymentCouponGUI.php.
References showCodes().
ilPaymentCouponGUI::deleteCodes | ( | ) |
Definition at line 472 of file class.ilPaymentCouponGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), and showCodes().
ilPaymentCouponGUI::deleteCoupon | ( | ) |
Definition at line 1047 of file class.ilPaymentCouponGUI.php.
References $_GET, __showButtons(), ilPaymentCoupons\_lookupTitle(), ilUtil\sendFailure(), and ilUtil\sendQuestion().
ilPaymentCouponGUI::executeCommand | ( | ) |
Definition at line 39 of file class.ilPaymentCouponGUI.php.
References $cmd, and prepareOutput().
ilPaymentCouponGUI::exportCodes | ( | ) |
Definition at line 601 of file class.ilPaymentCouponGUI.php.
References $_GET, ilUtil\deliverData(), and showCodes().
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().
ilPaymentCouponGUI::importCodes | ( | ) |
Definition at line 952 of file class.ilPaymentCouponGUI.php.
References $_GET, ilUtil\sendInfo(), showCodeImport(), showCodes(), and ilUtil\stripSlashes().
ilPaymentCouponGUI::performDeleteAllCodes | ( | ) |
Definition at line 463 of file class.ilPaymentCouponGUI.php.
References $_GET, and showCodes().
ilPaymentCouponGUI::performDeleteCodes | ( | ) |
Definition at line 490 of file class.ilPaymentCouponGUI.php.
References $_SESSION, ilUtil\sendInfo(), and showCodes().
ilPaymentCouponGUI::performDeleteCoupon | ( | ) |
Definition at line 1074 of file class.ilPaymentCouponGUI.php.
References $_POST, ilUtil\sendFailure(), and showCoupons().
|
protected |
Reimplemented from ilShopBaseGUI.
Definition at line 27 of file class.ilPaymentCouponGUI.php.
References ilShopBaseGUI\setSection().
Referenced by executeCommand().
ilPaymentCouponGUI::resetFilter | ( | ) |
Definition at line 55 of file class.ilPaymentCouponGUI.php.
References $_POST, $_SESSION, and showCoupons().
Referenced by showCoupons().
ilPaymentCouponGUI::saveCodeForm | ( | ) |
Definition at line 629 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, $_SESSION, __makeCode(), generateCodes(), ilUtil\sendInfo(), showCodes(), and ilUtil\stripSlashes().
ilPaymentCouponGUI::saveCouponForm | ( | ) |
Definition at line 288 of file class.ilPaymentCouponGUI.php.
References $_GET, $_POST, addCoupon(), ilFormat\checkDecimal(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
ilPaymentCouponGUI::showCodeImport | ( | ) |
Definition at line 994 of file class.ilPaymentCouponGUI.php.
References $_GET, __showButtons(), ilFileInputGUI\setSuffixes(), and ilUtil\stripSlashes().
Referenced by importCodes().
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().
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().
ilPaymentCouponGUI::showObjects | ( | ) |
Definition at line 834 of file class.ilPaymentCouponGUI.php.
References $_GET, __initPaymentObject(), __showButtons(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByRefId(), and ilUtil\stripSlashes().
Referenced by assignObjects(), and unassignObjects().
ilPaymentCouponGUI::unassignObjects | ( | ) |
Definition at line 815 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 __construct().