|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilPaymentTrustees:Public Member Functions | |
| ilPaymentTrustees (&$user_obj) | |
| Constructor public. | |
| getTrustees () | |
| getTrustee ($a_usr_id) | |
| isTrustee ($a_usr_id) | |
| toggleStatisticPermission ($a_on) | |
| toggleObjectPermission ($a_on) | |
| toggleCouponsPermission ($a_on) | |
| setTrusteeId ($a_id) | |
| add () | |
| modify () | |
| delete () | |
| deleteAll () | |
| __getTrusteeId () | |
| __getStatisticPermissionStatus () | |
| __getObjectPermissisonStatus () | |
| __getCouponsPermissisonStatus () | |
| __read () | |
| _deleteTrusteesOfVendor ($a_vendor_id) | |
| _hasStatisticPermission ($a_trustee) | |
| _hasObjectPermission ($a_trustee) | |
| _hasCouponsPermission ($a_trustee) | |
| _hasStatisticPermissionByVendor ($a_trustee, $a_vendor) | |
| _hasObjectPermissionByVendor ($a_trustee, $a_vendor) | |
| _hasCouponsPermissionByVendor ($a_trustee, $a_vendor) | |
| _hasAccess ($a_usr_id) | |
| _getVendorsForObjects ($a_usr_id) | |
| _getVendorsForCouponsByTrusteeId ($a_usr_id) | |
| _getTrusteesForCouponsByVendorId ($a_usr_id) | |
Data Fields | |
| $db = null | |
| $user_obj | |
| $trustees = array() | |
Definition at line 34 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::__getCouponsPermissisonStatus | ( | ) |
Definition at line 165 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::__getObjectPermissisonStatus | ( | ) |
Definition at line 161 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::__getStatisticPermissionStatus | ( | ) |
Definition at line 157 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::__getTrusteeId | ( | ) |
Definition at line 153 of file class.ilPaymentTrustees.php.
Referenced by delete(), and modify().
Here is the caller graph for this function:| ilPaymentTrustees::__read | ( | ) |
Definition at line 169 of file class.ilPaymentTrustees.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by add(), delete(), deleteAll(), ilPaymentTrustees(), and modify().
Here is the caller graph for this function:| ilPaymentTrustees::_deleteTrusteesOfVendor | ( | $a_vendor_id | ) |
Definition at line 187 of file class.ilPaymentTrustees.php.
Referenced by ilObjPaymentSettingsGUI\performDeleteVendorsObject().
Here is the caller graph for this function:| ilPaymentTrustees::_getTrusteesForCouponsByVendorId | ( | $a_usr_id | ) |
Definition at line 333 of file class.ilPaymentTrustees.php.
References $res, $trustees, and DB_FETCHMODE_OBJECT.
Referenced by ilPaymentCoupons\getVendorIds().
Here is the caller graph for this function:| ilPaymentTrustees::_getVendorsForCouponsByTrusteeId | ( | $a_usr_id | ) |
Definition at line 316 of file class.ilPaymentTrustees.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by ilPaymentCoupons\getVendorIds().
Here is the caller graph for this function:| ilPaymentTrustees::_getVendorsForObjects | ( | $a_usr_id | ) |
Definition at line 299 of file class.ilPaymentTrustees.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by ilPaymentBookings\__getVendorIds(), ilPaymentObjectGUI\__getVendors(), ilPaymentObject\_getObjectsData(), and ilPaymentObject\_isPurchasable().
Here is the caller graph for this function:| ilPaymentTrustees::_hasAccess | ( | $a_usr_id | ) |
Definition at line 292 of file class.ilPaymentTrustees.php.
References _hasCouponsPermission(), _hasObjectPermission(), and _hasStatisticPermission().
Referenced by ilShopController\buildTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentTrustees::_hasCouponsPermission | ( | $a_trustee | ) |
Definition at line 233 of file class.ilPaymentTrustees.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by ilPaymentBaseGUI\__buildButtons(), _hasAccess(), and ilShopBaseGUI\buildSubTabs().
Here is the caller graph for this function:| ilPaymentTrustees::_hasCouponsPermissionByVendor | ( | $a_trustee, | |
| $a_vendor | |||
| ) |
Definition at line 278 of file class.ilPaymentTrustees.php.
References $res.
| ilPaymentTrustees::_hasObjectPermission | ( | $a_trustee | ) |
Definition at line 216 of file class.ilPaymentTrustees.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by ilPaymentBaseGUI\__buildButtons(), _hasAccess(), ilShopBaseGUI\buildSubTabs(), and ilPaymentAdminGUI\forwardToDefault().
Here is the caller graph for this function:| ilPaymentTrustees::_hasObjectPermissionByVendor | ( | $a_trustee, | |
| $a_vendor | |||
| ) |
Definition at line 264 of file class.ilPaymentTrustees.php.
References $res.
| ilPaymentTrustees::_hasStatisticPermission | ( | $a_trustee | ) |
Definition at line 199 of file class.ilPaymentTrustees.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by ilPaymentBaseGUI\__buildButtons(), _hasAccess(), ilShopBaseGUI\buildSubTabs(), and ilPaymentAdminGUI\forwardToDefault().
Here is the caller graph for this function:| ilPaymentTrustees::_hasStatisticPermissionByVendor | ( | $a_trustee, | |
| $a_vendor | |||
| ) |
Definition at line 250 of file class.ilPaymentTrustees.php.
References $res.
Referenced by ilPaymentBookings\__getVendorIds().
Here is the caller graph for this function:| ilPaymentTrustees::add | ( | ) |
Definition at line 90 of file class.ilPaymentTrustees.php.
References __read().
Here is the call graph for this function:| ilPaymentTrustees::delete | ( | ) |
Definition at line 124 of file class.ilPaymentTrustees.php.
References __getTrusteeId(), and __read().
Here is the call graph for this function:| ilPaymentTrustees::deleteAll | ( | ) |
Definition at line 140 of file class.ilPaymentTrustees.php.
References __read().
Here is the call graph for this function:| ilPaymentTrustees::getTrustee | ( | $a_usr_id | ) |
Definition at line 62 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::getTrustees | ( | ) |
Definition at line 58 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::ilPaymentTrustees | ( | & | $user_obj | ) |
| ilPaymentTrustees::isTrustee | ( | $a_usr_id | ) |
Definition at line 66 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::modify | ( | ) |
Definition at line 104 of file class.ilPaymentTrustees.php.
References __getTrusteeId(), and __read().
Here is the call graph for this function:| ilPaymentTrustees::setTrusteeId | ( | $a_id | ) |
Definition at line 85 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::toggleCouponsPermission | ( | $a_on | ) |
Definition at line 81 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::toggleObjectPermission | ( | $a_on | ) |
Definition at line 77 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::toggleStatisticPermission | ( | $a_on | ) |
Definition at line 73 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::$db = null |
Definition at line 36 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::$trustees = array() |
Definition at line 39 of file class.ilPaymentTrustees.php.
Referenced by _getTrusteesForCouponsByVendorId().
| ilPaymentTrustees::$user_obj |
Definition at line 38 of file class.ilPaymentTrustees.php.
Referenced by ilPaymentTrustees().