ILIAS
Release_4_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 | |
__sendBill ($customer, $paymentType, $bookingList, $result) | |
__addBookings ($a_result, $a_transaction) | |
__emptyShoppingCart () | |
__clearSession () | |
__loadTemplate () | |
__buildStatusline () | |
__buildLocator () | |
__buildStylesheet () | |
__showCountries (&$tpl, $value="") | |
shows select box f�r countries | |
__getCountries () | |
__getCountryCode ($value="") | |
__getCountryName ($value="") | |
__showShoppingCart () | |
& | __initTableGUI () |
__showItemsTable ($a_result_set) |
Data Fields | |
$ctrl | |
$tpl | |
$user_obj | |
$coupon_obj = null | |
$error | |
$shoppingCart | |
$soapClient |
Private Attributes | |
$totalVat = 0 |
Definition at line 40 of file class.ilPurchaseBMFGUI.php.
ilPurchaseBMFGUI::__addBookings | ( | $a_result, | |
$a_transaction | |||
) |
Definition at line 1257 of file class.ilPurchaseBMFGUI.php.
References $_SESSION, $key, ilPayMethods\_enabled(), ilPaymentPrices\_getPrice(), ilPaymentPrices\_getPriceString(), ilPaymentPrices\_getPriceStringFromAmount(), ilShopVats\getRate(), and PAY_METHOD_BMF.
Referenced by sendCreditCard(), and sendDebitEntry().
ilPurchaseBMFGUI::__buildLocator | ( | ) |
Definition at line 1416 of file class.ilPurchaseBMFGUI.php.
References ilUtil\sendInfo().
ilPurchaseBMFGUI::__buildStatusline | ( | ) |
Definition at line 1410 of file class.ilPurchaseBMFGUI.php.
Referenced by __loadTemplate().
ilPurchaseBMFGUI::__buildStylesheet | ( | ) |
Definition at line 1440 of file class.ilPurchaseBMFGUI.php.
References ilUtil\getStyleSheetLocation().
Referenced by __loadTemplate().
ilPurchaseBMFGUI::__clearSession | ( | ) |
Definition at line 1394 of file class.ilPurchaseBMFGUI.php.
References $_SESSION.
Referenced by sendCreditCard(), and sendDebitEntry().
ilPurchaseBMFGUI::__emptyShoppingCart | ( | ) |
Definition at line 1385 of file class.ilPurchaseBMFGUI.php.
Referenced by sendCreditCard(), and sendDebitEntry().
ilPurchaseBMFGUI::__getCountries | ( | ) |
Definition at line 1467 of file class.ilPurchaseBMFGUI.php.
References $lng.
Referenced by __getCountryCode(), __getCountryName(), and __showCountries().
ilPurchaseBMFGUI::__getCountryCode | ( | $value = "" | ) |
Definition at line 1500 of file class.ilPurchaseBMFGUI.php.
References __getCountries().
Referenced by ilPurchaseBMFGUI().
ilPurchaseBMFGUI::__getCountryName | ( | $value = "" | ) |
Definition at line 1513 of file class.ilPurchaseBMFGUI.php.
References __getCountries().
Referenced by __sendBill().
& ilPurchaseBMFGUI::__initTableGUI | ( | ) |
Definition at line 1640 of file class.ilPurchaseBMFGUI.php.
Referenced by __showItemsTable().
ilPurchaseBMFGUI::__loadTemplate | ( | ) |
Definition at line 1402 of file class.ilPurchaseBMFGUI.php.
References __buildStatusline(), and __buildStylesheet().
Referenced by ilPurchaseBMFGUI().
ilPurchaseBMFGUI::__sendBill | ( | $customer, | |
$paymentType, | |||
$bookingList, | |||
$result | |||
) |
Definition at line 1082 of file class.ilPurchaseBMFGUI.php.
References $_SESSION, $key, $result, $totalVat, $tpl, __getCountryName(), ilShopUtils\_formatFloat(), ilShopUtils\_formatVAT(), ilMimeMail\From(), ilUtil\html2pdf(), and ilUtil\makeDir().
Referenced by sendCreditCard(), and sendDebitEntry().
ilPurchaseBMFGUI::__showCountries | ( | & | $tpl, |
$value = "" |
|||
) |
shows select box f�r countries
Definition at line 1448 of file class.ilPurchaseBMFGUI.php.
References $tpl, and __getCountries().
Referenced by showPersonalData().
ilPurchaseBMFGUI::__showItemsTable | ( | $a_result_set | ) |
Definition at line 1647 of file class.ilPurchaseBMFGUI.php.
References $_GET, $_SESSION, $tpl, __initTableGUI(), ilShopUtils\_formatFloat(), ilPaymentPrices\_getPrice(), and PAY_METHOD_BMF.
Referenced by __showShoppingCart().
ilPurchaseBMFGUI::__showShoppingCart | ( | ) |
Definition at line 1571 of file class.ilPurchaseBMFGUI.php.
References $_SESSION, $key, __showItemsTable(), ilShopUtils\_formatVAT(), ilPaymentPrices\_getPrice(), ilPaymentPrices\_getPriceString(), ilObjectFactory\getInstanceByRefId(), PAY_METHOD_BMF, and ilUtil\sendInfo().
Referenced by showCreditCard(), and showDebitEntry().
ilPurchaseBMFGUI::cancel | ( | ) |
Definition at line 106 of file class.ilPurchaseBMFGUI.php.
References ilUtil\redirect().
& ilPurchaseBMFGUI::executeCommand | ( | ) |
ilPurchaseBMFGUI::getCreditCard | ( | ) |
Definition at line 836 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, sendCreditCard(), ilUtil\sendInfo(), and showCreditCard().
ilPurchaseBMFGUI::getDebitEntry | ( | ) |
Definition at line 428 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, sendDebitEntry(), ilUtil\sendInfo(), and showDebitEntry().
ilPurchaseBMFGUI::getPaymentType | ( | ) |
Definition at line 313 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), showCreditCard(), showDebitEntry(), and showPaymentType().
ilPurchaseBMFGUI::getPersonalData | ( | ) |
Definition at line 196 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), showPaymentType(), and showPersonalData().
ilPurchaseBMFGUI::ilPurchaseBMFGUI | ( | & | $user_obj | ) |
Definition at line 53 of file class.ilPurchaseBMFGUI.php.
References $_SESSION, $ilCtrl, $ilDB, $lng, $tpl, $user_obj, __getCountryCode(), and __loadTemplate().
ilPurchaseBMFGUI::sendCreditCard | ( | ) |
Definition at line 881 of file class.ilPurchaseBMFGUI.php.
References $_SESSION, $error, $key, $result, __addBookings(), __clearSession(), __emptyShoppingCart(), __sendBill(), PAY_METHOD_BMF, ilUtil\sendInfo(), showCreditCard(), showPaymentType(), and showPersonalData().
Referenced by getCreditCard().
ilPurchaseBMFGUI::sendDebitEntry | ( | ) |
Definition at line 463 of file class.ilPurchaseBMFGUI.php.
References $_SESSION, $address, $error, $key, $result, __addBookings(), __clearSession(), __emptyShoppingCart(), __sendBill(), PAY_METHOD_BMF, ilUtil\sendInfo(), showDebitEntry(), showPaymentType(), and showPersonalData().
Referenced by getDebitEntry().
ilPurchaseBMFGUI::showCreditCard | ( | ) |
Definition at line 689 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, __showShoppingCart(), ilUtil\getImagePath(), PAY_METHOD_BMF, ilUtil\prepareFormOutput(), and ilUtil\sendInfo().
Referenced by getCreditCard(), getPaymentType(), and sendCreditCard().
ilPurchaseBMFGUI::showDebitEntry | ( | ) |
Definition at line 337 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, __showShoppingCart(), ilUtil\getImagePath(), PAY_METHOD_BMF, ilUtil\prepareFormOutput(), and ilUtil\sendInfo().
Referenced by getDebitEntry(), getPaymentType(), and sendDebitEntry().
ilPurchaseBMFGUI::showPaymentType | ( | ) |
Definition at line 246 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, ilUtil\getImagePath(), PAY_METHOD_BMF, and ilUtil\sendInfo().
Referenced by getPaymentType(), getPersonalData(), sendCreditCard(), and sendDebitEntry().
ilPurchaseBMFGUI::showPersonalData | ( | ) |
Definition at line 111 of file class.ilPurchaseBMFGUI.php.
References $_POST, $_SESSION, __showCountries(), ilUtil\getImagePath(), PAY_METHOD_BMF, ilUtil\prepareFormOutput(), and ilUtil\sendInfo().
Referenced by getPersonalData(), sendCreditCard(), and sendDebitEntry().
ilPurchaseBMFGUI::$coupon_obj = null |
Definition at line 46 of file class.ilPurchaseBMFGUI.php.
ilPurchaseBMFGUI::$ctrl |
Definition at line 42 of file class.ilPurchaseBMFGUI.php.
ilPurchaseBMFGUI::$error |
Definition at line 47 of file class.ilPurchaseBMFGUI.php.
Referenced by sendCreditCard(), and sendDebitEntry().
ilPurchaseBMFGUI::$shoppingCart |
Definition at line 48 of file class.ilPurchaseBMFGUI.php.
ilPurchaseBMFGUI::$soapClient |
Definition at line 50 of file class.ilPurchaseBMFGUI.php.
|
private |
Definition at line 51 of file class.ilPurchaseBMFGUI.php.
Referenced by __sendBill().
ilPurchaseBMFGUI::$tpl |
Definition at line 43 of file class.ilPurchaseBMFGUI.php.
Referenced by __sendBill(), __showCountries(), __showItemsTable(), and ilPurchaseBMFGUI().
ilPurchaseBMFGUI::$user_obj |
Definition at line 45 of file class.ilPurchaseBMFGUI.php.
Referenced by ilPurchaseBMFGUI().