ILIAS
Release_4_0_x_branch Revision 61816
|
Static Public Member Functions | |
static | __readBillByTransaction ($a_user_id, $a_transaction_nr) |
Data Fields | |
$user_id = null | |
$db = null | |
$bookings = array() | |
$booking_id = null | |
$payed = null | |
$access = null | |
$voucher = null | |
$street = null | |
$house_nr = null | |
$po_box = null | |
$zipcode = null | |
$city = null | |
$country = null | |
$admin_view = false |
Definition at line 34 of file class.ilPaymentBookings.php.
ilPaymentBookings::__getVendorIds | ( | ) |
Definition at line 833 of file class.ilPaymentBookings.php.
References $user_id, ilPaymentTrustees\_getVendorsForObjects(), ilPaymentTrustees\_hasStatisticPermissionByVendor(), and ilPaymentVendors\_isVendor().
Referenced by __read().
ilPaymentBookings::__read | ( | ) |
Definition at line 689 of file class.ilPaymentBookings.php.
References $_SESSION, $data, $query, $res, $row, and __getVendorIds().
Referenced by ilPaymentBookings().
|
static |
Definition at line 853 of file class.ilPaymentBookings.php.
ilPaymentBookings::_getActivation | ( | $a_pobject_id, | |
$a_user_id = 0 |
|||
) |
Definition at line 578 of file class.ilPaymentBookings.php.
References $ilDB, $res, $row, and $usr_id.
ilPaymentBookings::_getCountBookingsByCustomer | ( | $a_vendor_id | ) |
Definition at line 494 of file class.ilPaymentBookings.php.
ilPaymentBookings::_getCountBookingsByObject | ( | $a_pobject_id | ) |
Definition at line 511 of file class.ilPaymentBookings.php.
References $ilDB, $res, and $row.
Referenced by ilPaymentObjectGUI\deleteObject(), ilObjPaymentSettingsGUI\deleteObjectObject(), ilPaymentObjectGUI\editDetails(), ilObjPaymentSettingsGUI\editObjectObject(), ilObjPaymentSettingsGUI\objectsObject(), and ilPaymentObjectGUI\showObjects().
ilPaymentBookings::_getCountBookingsByPayMethod | ( | $a_pm | ) |
Definition at line 627 of file class.ilPaymentBookings.php.
ilPaymentBookings::_getCountBookingsByVendor | ( | $a_vendor_id | ) |
Definition at line 477 of file class.ilPaymentBookings.php.
References $ilDB, $res, and $row.
Referenced by ilObjPaymentSettingsGUI\deleteVendors(), and ilObjPaymentSettingsGUI\vendorsObject().
ilPaymentBookings::_hasAccess | ( | $a_pobject_id, | |
$a_user_id = 0 |
|||
) |
Definition at line 528 of file class.ilPaymentBookings.php.
References $ilDB, $res, $row, and $usr_id.
Referenced by ilPaymentObject\_hasAccess().
ilPaymentBookings::add | ( | ) |
Definition at line 271 of file class.ilPaymentBookings.php.
References getAccessStatus(), getCity(), getCountry(), getCustomerId(), getDiscount(), getDuration(), getObjectTitle(), getOrderDate(), getPayedStatus(), getPayMethod(), getPobjectId(), getPoBox(), getPrice(), getStreet(), getTransaction(), getTransactionExtern(), getVatRate(), getVatUnit(), getVendorId(), getVoucher(), and getZipcode().
ilPaymentBookings::delete | ( | ) |
Definition at line 369 of file class.ilPaymentBookings.php.
References getBookingId().
ilPaymentBookings::deleteAddressesByPaymethod | ( | $pay_method | ) |
Definition at line 963 of file class.ilPaymentBookings.php.
References $ilDB, and $pay_method.
ilPaymentBookings::getAccessStatus | ( | ) |
Definition at line 180 of file class.ilPaymentBookings.php.
References $access.
Referenced by add(), and update().
ilPaymentBookings::getBooking | ( | $a_booking_id | ) |
Definition at line 434 of file class.ilPaymentBookings.php.
ilPaymentBookings::getBookingId | ( | ) |
Definition at line 79 of file class.ilPaymentBookings.php.
References $booking_id.
Referenced by delete(), and update().
ilPaymentBookings::getBookings | ( | ) |
Definition at line 429 of file class.ilPaymentBookings.php.
ilPaymentBookings::getBookingsByPaymethod | ( | $pay_method | ) |
Definition at line 946 of file class.ilPaymentBookings.php.
References $ilDB, $pay_method, $res, and $row.
ilPaymentBookings::getBookingsOfCustomer | ( | $a_usr_id | ) |
Definition at line 384 of file class.ilPaymentBookings.php.
ilPaymentBookings::getCity | ( | ) |
Definition at line 227 of file class.ilPaymentBookings.php.
References $city.
Referenced by add().
ilPaymentBookings::getCountry | ( | ) |
Definition at line 236 of file class.ilPaymentBookings.php.
References $country.
Referenced by add().
ilPaymentBookings::getCustomerId | ( | ) |
Definition at line 103 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getDiscount | ( | ) |
Definition at line 163 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getDistinctTransactions | ( | $a_usr_id | ) |
ilPaymentBookings::getDuration | ( | ) |
Definition at line 135 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getObjectTitle | ( | ) |
Definition at line 266 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getOrderDate | ( | ) |
Definition at line 127 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getPayedStatus | ( | ) |
Definition at line 172 of file class.ilPaymentBookings.php.
References $payed.
Referenced by add(), and update().
ilPaymentBookings::getPayMethod | ( | ) |
Definition at line 119 of file class.ilPaymentBookings.php.
References $pay_method.
Referenced by add().
ilPaymentBookings::getPobjectId | ( | ) |
Definition at line 95 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getPoBox | ( | ) |
Definition at line 210 of file class.ilPaymentBookings.php.
References $po_box.
Referenced by add().
ilPaymentBookings::getPrice | ( | ) |
Definition at line 154 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getStreet | ( | ) |
Definition at line 201 of file class.ilPaymentBookings.php.
References $street.
Referenced by add().
ilPaymentBookings::getTransaction | ( | ) |
Definition at line 87 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getTransactionExtern | ( | ) |
Definition at line 196 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getUnlimitedDuration | ( | ) |
Definition at line 145 of file class.ilPaymentBookings.php.
ilPaymentBookings::getVatRate | ( | ) |
Definition at line 258 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getVatUnit | ( | ) |
Definition at line 249 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getVendorId | ( | ) |
Definition at line 111 of file class.ilPaymentBookings.php.
Referenced by add().
ilPaymentBookings::getVoucher | ( | ) |
Definition at line 188 of file class.ilPaymentBookings.php.
References $voucher.
Referenced by add().
ilPaymentBookings::getZipcode | ( | ) |
Definition at line 219 of file class.ilPaymentBookings.php.
References $zipcode.
Referenced by add().
ilPaymentBookings::ilPaymentBookings | ( | $a_user_id = '' , |
|
$a_admin_view = false |
|||
) |
ilPaymentBookings::setAccess | ( | $a_access | ) |
Definition at line 176 of file class.ilPaymentBookings.php.
ilPaymentBookings::setBookingId | ( | $a_booking_id | ) |
Definition at line 75 of file class.ilPaymentBookings.php.
ilPaymentBookings::setCity | ( | $a_city | ) |
Definition at line 231 of file class.ilPaymentBookings.php.
ilPaymentBookings::setCountry | ( | $a_country | ) |
Definition at line 240 of file class.ilPaymentBookings.php.
ilPaymentBookings::setCustomerId | ( | $a_customer_id | ) |
Definition at line 99 of file class.ilPaymentBookings.php.
ilPaymentBookings::setDiscount | ( | $a_discount | ) |
Definition at line 158 of file class.ilPaymentBookings.php.
ilPaymentBookings::setDuration | ( | $a_duration | ) |
Definition at line 131 of file class.ilPaymentBookings.php.
ilPaymentBookings::setObjectTitle | ( | $a_object_title | ) |
Definition at line 262 of file class.ilPaymentBookings.php.
ilPaymentBookings::setOrderDate | ( | $a_order_date | ) |
Definition at line 123 of file class.ilPaymentBookings.php.
ilPaymentBookings::setPayed | ( | $a_payed | ) |
Definition at line 168 of file class.ilPaymentBookings.php.
ilPaymentBookings::setPayMethod | ( | $a_pay_method | ) |
Definition at line 115 of file class.ilPaymentBookings.php.
ilPaymentBookings::setPobjectId | ( | $a_pobject_id | ) |
Definition at line 91 of file class.ilPaymentBookings.php.
ilPaymentBookings::setPoBox | ( | $a_po_box | ) |
Definition at line 214 of file class.ilPaymentBookings.php.
ilPaymentBookings::setPrice | ( | $a_price | ) |
Definition at line 150 of file class.ilPaymentBookings.php.
ilPaymentBookings::setStreet | ( | $a_street, | |
$a_house_nr | |||
) |
Definition at line 205 of file class.ilPaymentBookings.php.
References $street.
ilPaymentBookings::setTransaction | ( | $a_transaction | ) |
Definition at line 83 of file class.ilPaymentBookings.php.
Referenced by ilPurchase\purchase().
ilPaymentBookings::setTransactionExtern | ( | $a_transaction_extern | ) |
Definition at line 192 of file class.ilPaymentBookings.php.
ilPaymentBookings::setUnlimitedDuration | ( | $a_unlimited_duration | ) |
Definition at line 139 of file class.ilPaymentBookings.php.
ilPaymentBookings::setVatRate | ( | $a_vat_rate | ) |
Definition at line 254 of file class.ilPaymentBookings.php.
ilPaymentBookings::setVatUnit | ( | $a_vat_unit | ) |
Definition at line 244 of file class.ilPaymentBookings.php.
ilPaymentBookings::setVendorId | ( | $a_vendor_id | ) |
Definition at line 107 of file class.ilPaymentBookings.php.
ilPaymentBookings::setVoucher | ( | $a_voucher | ) |
Definition at line 184 of file class.ilPaymentBookings.php.
ilPaymentBookings::setZipcode | ( | $a_zipcode | ) |
Definition at line 223 of file class.ilPaymentBookings.php.
ilPaymentBookings::update | ( | ) |
Definition at line 352 of file class.ilPaymentBookings.php.
References getAccessStatus(), getBookingId(), and getPayedStatus().
ilPaymentBookings::$access = null |
Definition at line 46 of file class.ilPaymentBookings.php.
Referenced by getAccessStatus().
ilPaymentBookings::$admin_view = false |
Definition at line 55 of file class.ilPaymentBookings.php.
ilPaymentBookings::$booking_id = null |
Definition at line 44 of file class.ilPaymentBookings.php.
Referenced by getBookingId().
ilPaymentBookings::$bookings = array() |
Definition at line 42 of file class.ilPaymentBookings.php.
Referenced by __readBillByTransaction().
ilPaymentBookings::$city = null |
Definition at line 52 of file class.ilPaymentBookings.php.
Referenced by getCity().
ilPaymentBookings::$country = null |
Definition at line 53 of file class.ilPaymentBookings.php.
Referenced by getCountry().
ilPaymentBookings::$db = null |
Definition at line 40 of file class.ilPaymentBookings.php.
ilPaymentBookings::$house_nr = null |
Definition at line 49 of file class.ilPaymentBookings.php.
ilPaymentBookings::$payed = null |
Definition at line 45 of file class.ilPaymentBookings.php.
Referenced by getPayedStatus().
ilPaymentBookings::$po_box = null |
Definition at line 50 of file class.ilPaymentBookings.php.
Referenced by getPoBox().
ilPaymentBookings::$street = null |
Definition at line 48 of file class.ilPaymentBookings.php.
Referenced by getStreet(), and setStreet().
ilPaymentBookings::$user_id = null |
Definition at line 39 of file class.ilPaymentBookings.php.
Referenced by __getVendorIds().
ilPaymentBookings::$voucher = null |
Definition at line 47 of file class.ilPaymentBookings.php.
Referenced by getVoucher().
ilPaymentBookings::$zipcode = null |
Definition at line 51 of file class.ilPaymentBookings.php.
Referenced by getZipcode().