|
ILIAS
Release_5_0_x_branch Revision 61816
|
Collaboration diagram for ilPaymentTrustees:Public Member Functions | |
| __construct ($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 () | |
Static Public Member Functions | |
| static | _deleteTrusteesOfVendor ($a_vendor_id) |
| static | _hasStatisticPermission ($a_trustee) |
| static | _hasObjectPermission ($a_trustee) |
| static | _hasCouponsPermission ($a_trustee) |
| static | _hasStatisticPermissionByVendor ($a_trustee, $a_vendor) |
| static | _hasObjectPermissionByVendor ($a_trustee, $a_vendor) |
| static | _hasCouponsPermissionByVendor ($a_trustee, $a_vendor) |
| static | _hasAccess ($a_usr_id) |
| static | _getVendorsForObjects ($a_usr_id) |
| static | _getVendorsForStatisticsByTrusteeId ($a_trustee_id) |
| static | _getVendorsForCouponsByTrusteeId ($a_usr_id) |
| static | _getTrusteesForCouponsByVendorId ($a_usr_id) |
| static | _getVendorIdsByTrustee ($a_usr_id) |
Data Fields | |
| $db = null | |
| $user_obj | |
| $trustees = array() | |
| $perm_stat = null | |
| $perm_obj = null | |
| $perm_coupons = null | |
| $trustee_id = 0 | |
Private Member Functions | |
| __getTrusteeId () | |
| __getStatisticPermissionStatus () | |
| __getObjectPermissisonStatus () | |
| __getCouponsPermissisonStatus () | |
| __read () | |
Definition at line 15 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::__construct | ( | $user_obj | ) |
|
private |
Definition at line 174 of file class.ilPaymentTrustees.php.
References $perm_coupons.
Referenced by add(), and modify().
Here is the caller graph for this function:
|
private |
Definition at line 170 of file class.ilPaymentTrustees.php.
References $perm_obj.
Referenced by add(), and modify().
Here is the caller graph for this function:
|
private |
Definition at line 166 of file class.ilPaymentTrustees.php.
References $perm_stat.
Referenced by add(), and modify().
Here is the caller graph for this function:
|
private |
Definition at line 162 of file class.ilPaymentTrustees.php.
References $trustee_id.
Referenced by add(), delete(), and modify().
Here is the caller graph for this function:
|
private |
Definition at line 178 of file class.ilPaymentTrustees.php.
Referenced by __construct(), add(), delete(), deleteAll(), and modify().
Here is the caller graph for this function:
|
static |
Definition at line 199 of file class.ilPaymentTrustees.php.
References $ilDB.
Referenced by ilObjPaymentSettingsGUI\performDeleteVendorsObject().
Here is the caller graph for this function:
|
static |
Definition at line 379 of file class.ilPaymentTrustees.php.
References $ilDB, $res, $row, and $trustees.
Referenced by ilPaymentCoupons\getVendorIds().
Here is the caller graph for this function:
|
static |
Definition at line 396 of file class.ilPaymentTrustees.php.
References $ilDB, $res, and $row.
Referenced by ilPaymentObject\_hasAccess().
Here is the caller graph for this function:
|
static |
Definition at line 360 of file class.ilPaymentTrustees.php.
References $ilDB, $res, and $row.
Referenced by ilPaymentCoupons\getVendorIds().
Here is the caller graph for this function:
|
static |
Definition at line 322 of file class.ilPaymentTrustees.php.
References $ilDB, $res, and $row.
Referenced by ilPaymentObject\_getObjectsData(), and ilPaymentObject\_isPurchasable().
Here is the caller graph for this function:
|
static |
Definition at line 341 of file class.ilPaymentTrustees.php.
References $ilDB, $res, and $row.
Referenced by ilPaymentBookings\__getVendorIds().
Here is the caller graph for this function:
|
static |
Definition at line 315 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:
|
static |
Definition at line 250 of file class.ilPaymentTrustees.php.
References $ilDB, $res, and $row.
Referenced by _hasAccess(), ilPaymentAdminGUI\buildSubTabs(), and ilPaymentAdminGUI\forwardToDefault().
Here is the caller graph for this function:
|
static |
Definition at line 300 of file class.ilPaymentTrustees.php.
|
static |
Definition at line 230 of file class.ilPaymentTrustees.php.
References $ilDB, $res, and $row.
Referenced by _hasAccess(), ilPaymentAdminGUI\buildSubTabs(), and ilPaymentAdminGUI\forwardToDefault().
Here is the caller graph for this function:
|
static |
Definition at line 285 of file class.ilPaymentTrustees.php.
|
static |
Definition at line 211 of file class.ilPaymentTrustees.php.
References $ilDB, $res, and $row.
Referenced by _hasAccess(), ilPaymentAdminGUI\buildSubTabs(), and ilPaymentAdminGUI\forwardToDefault().
Here is the caller graph for this function:
|
static |
Definition at line 270 of file class.ilPaymentTrustees.php.
Referenced by ilPaymentBookings\__getVendorIds().
Here is the caller graph for this function:| ilPaymentTrustees::add | ( | ) |
Definition at line 75 of file class.ilPaymentTrustees.php.
References __getCouponsPermissisonStatus(), __getObjectPermissisonStatus(), __getStatisticPermissionStatus(), __getTrusteeId(), and __read().
Here is the call graph for this function:| ilPaymentTrustees::delete | ( | ) |
Definition at line 128 of file class.ilPaymentTrustees.php.
References __getTrusteeId(), and __read().
Here is the call graph for this function:| ilPaymentTrustees::deleteAll | ( | ) |
Definition at line 147 of file class.ilPaymentTrustees.php.
References __read().
Here is the call graph for this function:| ilPaymentTrustees::getTrustee | ( | $a_usr_id | ) |
Definition at line 49 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::getTrustees | ( | ) |
Definition at line 45 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::isTrustee | ( | $a_usr_id | ) |
Definition at line 53 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::modify | ( | ) |
Definition at line 99 of file class.ilPaymentTrustees.php.
References __getCouponsPermissisonStatus(), __getObjectPermissisonStatus(), __getStatisticPermissionStatus(), __getTrusteeId(), and __read().
Here is the call graph for this function:| ilPaymentTrustees::setTrusteeId | ( | $a_id | ) |
Definition at line 70 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::toggleCouponsPermission | ( | $a_on | ) |
Definition at line 66 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::toggleObjectPermission | ( | $a_on | ) |
Definition at line 62 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::toggleStatisticPermission | ( | $a_on | ) |
Definition at line 58 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::$db = null |
Definition at line 17 of file class.ilPaymentTrustees.php.
| ilPaymentTrustees::$perm_coupons = null |
Definition at line 24 of file class.ilPaymentTrustees.php.
Referenced by __getCouponsPermissisonStatus().
| ilPaymentTrustees::$perm_obj = null |
Definition at line 23 of file class.ilPaymentTrustees.php.
Referenced by __getObjectPermissisonStatus().
| ilPaymentTrustees::$perm_stat = null |
Definition at line 22 of file class.ilPaymentTrustees.php.
Referenced by __getStatisticPermissionStatus().
| ilPaymentTrustees::$trustee_id = 0 |
Definition at line 26 of file class.ilPaymentTrustees.php.
Referenced by __getTrusteeId().
| ilPaymentTrustees::$trustees = array() |
Definition at line 20 of file class.ilPaymentTrustees.php.
Referenced by _getTrusteesForCouponsByVendorId().
| ilPaymentTrustees::$user_obj |
Definition at line 19 of file class.ilPaymentTrustees.php.
Referenced by __construct().