ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
ilPurchaseBMFGUI ($user_obj) | |
cancel () | |
showPersonalData () | |
getPersonalData () | |
showPaymentType () | |
getPaymentType () | |
showDebitEntry () | |
getDebitEntry () | |
sendDebitEntry () | |
showCreditCard () | |
getCreditCard () | |
sendCreditCard () | |
& | executeCommand () |
execute command | |
Public Member Functions inherited from ilPurchaseBaseGUI | |
__construct ($user_obj, $pay_method) | |
showBillConfirm () | |
__addBookings ($external_data=null) | |
__sendBill ($bookings) | |
__emptyShoppingCart () | |
__clearSession () | |
__loadTemplate () | |
__buildStatusline () | |
__buildLocator () | |
__buildStylesheet () | |
__getCountries () | |
shows select box f�r countries | |
__getCountryCode ($value= '') | |
__getCountryName ($value= '') | |
__getTotalAmount () | |
depricated!? | |
getBill () | |
__showShoppingCart () | |
getAccess () | |
setAccess ($access) | |
getPayed () | |
setPayed ($payed) | |
Public Member Functions inherited from ilShopBaseGUI | |
__construct () |
Data Fields | |
$ctrl | |
$tpl | |
$user_obj | |
$coupon_obj = null | |
$error | |
$shoppingCart | |
$soapClient | |
$pay_method = null | |
Data Fields inherited from ilPurchaseBaseGUI | |
$ctrl | |
$tpl | |
$psc_obj = null | |
$user_obj = null | |
$coupon_obj = null | |
$error | |
$pmethod_obj = null |
Private Attributes | |
$totalVat = 0 | |
$pm_id = 0 |
Additional Inherited Members | |
Protected Member Functions inherited from ilShopBaseGUI | |
prepareOutput () | |
addPager ($result) | |
Protected Attributes inherited from ilShopBaseGUI | |
$ctrl = null | |
$lng = null | |
$tpl = null | |
$settings = null |
Definition at line 27 of file class.ilPurchaseBMFGUI.php.
ilPurchaseBMFGUI::cancel | ( | ) |
Reimplemented from ilPurchaseBaseGUI.
Definition at line 52 of file class.ilPurchaseBMFGUI.php.
References ilUtil\redirect().
& ilPurchaseBMFGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilPurchaseBaseGUI.
Definition at line 1015 of file class.ilPurchaseBMFGUI.php.
References $cmd.
ilPurchaseBMFGUI::getCreditCard | ( | ) |
Definition at line 785 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, sendCreditCard(), ilUtil\sendInfo(), showCreditCard(), and ilUtil\stripSlashes().
ilPurchaseBMFGUI::getDebitEntry | ( | ) |
Definition at line 370 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, sendDebitEntry(), ilUtil\sendInfo(), showDebitEntry(), and ilUtil\stripSlashes().
ilPurchaseBMFGUI::getPaymentType | ( | ) |
Definition at line 256 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), showCreditCard(), showDebitEntry(), and showPaymentType().
ilPurchaseBMFGUI::getPersonalData | ( | ) |
Reimplemented from ilPurchaseBaseGUI.
Definition at line 139 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), showPaymentType(), and showPersonalData().
ilPurchaseBMFGUI::ilPurchaseBMFGUI | ( | $user_obj | ) |
Definition at line 42 of file class.ilPurchaseBMFGUI.php.
References $user_obj, ilShopBaseGUI\__construct(), and ilPayMethods\_getIdByTitle().
ilPurchaseBMFGUI::sendCreditCard | ( | ) |
Definition at line 832 of file class.ilPurchaseBMFGUI.php.
References $_SESSION, $error, $result, ilPurchaseBaseGUI\__clearSession(), ilPurchaseBaseGUI\__emptyShoppingCart(), ilUtil\sendInfo(), showCreditCard(), showPaymentType(), and showPersonalData().
Referenced by getCreditCard().
ilPurchaseBMFGUI::sendDebitEntry | ( | ) |
Definition at line 406 of file class.ilPurchaseBMFGUI.php.
References $_SESSION, $error, $result, ilPurchaseBaseGUI\__clearSession(), ilPurchaseBaseGUI\__emptyShoppingCart(), ilUtil\sendInfo(), showDebitEntry(), showPaymentType(), and showPersonalData().
Referenced by getDebitEntry().
ilPurchaseBMFGUI::showCreditCard | ( | ) |
Definition at line 639 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, ilPurchaseBaseGUI\__showShoppingCart(), ilObject\_getIcon(), ilUtil\prepareFormOutput(), and ilUtil\sendInfo().
Referenced by getCreditCard(), getPaymentType(), and sendCreditCard().
ilPurchaseBMFGUI::showDebitEntry | ( | ) |
Definition at line 280 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, ilPurchaseBaseGUI\__showShoppingCart(), ilObject\_getIcon(), ilUtil\prepareFormOutput(), and ilUtil\sendInfo().
Referenced by getDebitEntry(), getPaymentType(), and sendDebitEntry().
ilPurchaseBMFGUI::showPaymentType | ( | ) |
Definition at line 189 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, ilObject\_getIcon(), and ilUtil\sendInfo().
Referenced by getPaymentType(), getPersonalData(), sendCreditCard(), and sendDebitEntry().
ilPurchaseBMFGUI::showPersonalData | ( | ) |
Reimplemented from ilPurchaseBaseGUI.
Definition at line 57 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, ilPurchaseBaseGUI\__getCountries(), ilUtil\prepareFormOutput(), ilUtil\sendInfo(), ilSelectInputGUI\setOptions(), ilTextInputGUI\setValue(), and ilNonEditableValueGUI\setValue().
Referenced by getPersonalData(), sendCreditCard(), and sendDebitEntry().
ilPurchaseBMFGUI::$coupon_obj = null |
Definition at line 33 of file class.ilPurchaseBMFGUI.php.
ilPurchaseBMFGUI::$ctrl |
Definition at line 29 of file class.ilPurchaseBMFGUI.php.
ilPurchaseBMFGUI::$error |
Definition at line 34 of file class.ilPurchaseBMFGUI.php.
Referenced by sendCreditCard(), and sendDebitEntry().
ilPurchaseBMFGUI::$pay_method = null |
Definition at line 38 of file class.ilPurchaseBMFGUI.php.
|
private |
Definition at line 40 of file class.ilPurchaseBMFGUI.php.
ilPurchaseBMFGUI::$shoppingCart |
Definition at line 35 of file class.ilPurchaseBMFGUI.php.
ilPurchaseBMFGUI::$soapClient |
Definition at line 37 of file class.ilPurchaseBMFGUI.php.
|
private |
Definition at line 39 of file class.ilPurchaseBMFGUI.php.
ilPurchaseBMFGUI::$tpl |
Definition at line 30 of file class.ilPurchaseBMFGUI.php.
ilPurchaseBMFGUI::$user_obj |
Definition at line 32 of file class.ilPurchaseBMFGUI.php.
Referenced by ilPurchaseBMFGUI().