|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilOrgUnitPermission:
Collaboration diagram for ilOrgUnitPermission:Public Member Functions | |
| __construct ($primary_key=0) | |
| update () | |
| create () | |
| delete () | |
| afterObjectLoad () | |
| getId () | |
| setId (?int $id) | |
| getContextId () | |
| setContextId (int $context_id) | |
| getOperations () | |
| setOperations (array $operations) | |
| getParentId () | |
| setParentId (int $parent_id) | |
| getPossibleOperations () | |
| getSelectedOperationIds () | |
| isOperationIdSelected (int $operation_id) | |
| getContext () | |
| setContext (ilOrgUnitOperationContext $context) | |
| getPositionId () | |
| setPositionId (int $position_id) | |
| isTemplate () | |
| isDedicated () | |
| isProtected () | |
| setProtected (bool $protected) | |
| isNewlyCreated () | |
| setNewlyCreated (bool $newly_created) | |
| sleep ($field_name) | |
| wakeUp ($field_name, $field_value) | |
Public Member Functions inherited from ActiveRecord | |
| getArConnector () | |
| getArFieldList () | |
| getConnectorContainerName () | |
| @description Return the Name of your Connector Table More... | |
| setConnectorContainerName (string $connector_container_name) | |
| getPrimaryFieldValue () | |
| setPrimaryFieldValue ($value) | |
| __construct ($primary_key=0) | |
| storeObjectToCache () | |
| asStdClass () | |
| buildFromArray (array $array) | |
| fixDateField ($field_name, $value) | |
| sleep ($field_name) | |
| wakeUp ($field_name, $field_value) | |
| getArrayForConnector () | |
| installConnector () | |
| store () | |
| save () | |
| create () | |
| copy (int $new_id=0) | |
| afterObjectLoad () | |
| read () | |
| update () | |
| delete () | |
| __call ($name, $arguments) | |
Static Public Member Functions | |
| static | returnDbTableName () |
Static Public Member Functions inherited from ActiveRecord | |
| static | returnDbTableName () |
| static | installDB () |
| static | renameDBField (string $old_name, string $new_name) |
| static | tableExists () |
| static | fieldExists (string $field_name) |
| static | removeDBField (string $field_name) |
| static | updateDB () |
| static | resetDB () |
| static | truncateDB () |
| static | flushDB () |
| @depracated never use in ILIAS Core, Plugins only More... | |
| static | preloadObjects () |
| static | additionalParams (array $additional_params) |
| static | findOrFail ($primary_key, array $add_constructor_args=array()) |
| Tries to find the object and throws an Exception if object is not found, instead of returning null. More... | |
| static | findOrGetInstance ($primary_key, array $add_constructor_args=array()) |
| static | where ($where, $operator=null) |
| static | innerjoinAR (ActiveRecord $ar, $on_this, $on_external, array $fields=array(' *'), string $operator='=', $both_external=false) |
| static | innerjoin ( $tablename, $on_this, $on_external, array $fields=array(' *'), string $operator='=', bool $both_external=false) |
| static | leftjoin ( $tablename, $on_this, $on_external, array $fields=array(' *'), string $operator='=', bool $both_external=false) |
| static | orderBy ($orderBy, string $orderDirection='ASC') |
| static | dateFormat (string $date_format='d.m.Y - H:i:s') |
| static | limit ($start, $end) |
| static | affectedRows () |
| static | count () |
| static | get () |
| static | debug () |
| static | first () |
| static | getCollection () |
| static | last () |
| static | getFirstFromLastQuery () |
| static | connector (arConnector $connector) |
| static | raw (bool $set_raw=true) |
| static | getArray (?string $key=null, $values=null) |
| static | _toCamelCase (string $str, bool $capitalise_first_char=false) |
Data Fields | |
| const | PARENT_TEMPLATE = -1 |
| const | TABLE_NAME = 'il_orgu_permissions' |
Protected Attributes | |
| int | $id = 0 |
| int | $context_id = 0 |
| array | $operations = [] |
| array | $possible_operations = [] |
| array | $selected_operation_ids = [] |
| int | $parent_id = self::PARENT_TEMPLATE |
| int | $position_id = 0 |
| ilOrgUnitOperationContext | $context = null |
| bool | $protected = false |
| @con_has_field true @con_fieldtype integer @con_length 1 More... | |
| bool | $newly_created = false |
Protected Attributes inherited from ActiveRecord | |
| bool | $ar_safe_read = true |
| string | $connector_container_name = '' |
| bool | $is_new = true |
Additional Inherited Members | |
Protected Member Functions inherited from ActiveRecord | |
| installDatabase () | |
Static Protected Member Functions inherited from ActiveRecord | |
| static | getCalledClass () |
| @description Returns an instance of the instatiated calling active record (needs to be done in static methods) @TODO : This should be cached somehow More... | |
| static | fromCamelCase (string $str) |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilOrgUnitPermissionGUI
Definition at line 23 of file class.ilOrgUnitPermission.php.
| ilOrgUnitPermission::__construct | ( | $primary_key = 0 | ) |
| mixed | $primary_key |
Reimplemented from ActiveRecord.
Definition at line 82 of file class.ilOrgUnitPermission.php.
References ILIAS\GlobalScreen\Provider\__construct(), and afterObjectLoad().
Here is the call graph for this function:| ilOrgUnitPermission::afterObjectLoad | ( | ) |
Reimplemented from ActiveRecord.
Definition at line 112 of file class.ilOrgUnitPermission.php.
References ilOrgUnitOperationContextQueries\findById(), getContextId(), and ilOrgUnitOperationQueries\getOperationsForContextId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitPermission::create | ( | ) |
Reimplemented from ActiveRecord.
Definition at line 96 of file class.ilOrgUnitPermission.php.
References isProtected().
Here is the call graph for this function:| ilOrgUnitPermission::delete | ( | ) |
Reimplemented from ActiveRecord.
Definition at line 104 of file class.ilOrgUnitPermission.php.
References isProtected().
Here is the call graph for this function:| ilOrgUnitPermission::getContext | ( | ) |
Definition at line 192 of file class.ilOrgUnitPermission.php.
References $context.
Referenced by ilOrgUnitDefaultPermissionTableGUI\__construct().
Here is the caller graph for this function:| ilOrgUnitPermission::getContextId | ( | ) |
Definition at line 138 of file class.ilOrgUnitPermission.php.
References $context_id.
Referenced by afterObjectLoad().
Here is the caller graph for this function:| ilOrgUnitPermission::getId | ( | ) |
Definition at line 122 of file class.ilOrgUnitPermission.php.
References $id.
Referenced by ilOrgUnitDefaultPermissionTableGUI\__construct().
Here is the caller graph for this function:| ilOrgUnitPermission::getOperations | ( | ) |
Definition at line 154 of file class.ilOrgUnitPermission.php.
References $operations.
| ilOrgUnitPermission::getParentId | ( | ) |
Definition at line 167 of file class.ilOrgUnitPermission.php.
References $parent_id.
Referenced by isDedicated(), and isTemplate().
Here is the caller graph for this function:| ilOrgUnitPermission::getPositionId | ( | ) |
Definition at line 207 of file class.ilOrgUnitPermission.php.
References $position_id.
| ilOrgUnitPermission::getPossibleOperations | ( | ) |
Definition at line 177 of file class.ilOrgUnitPermission.php.
References $possible_operations.
Referenced by ilOrgUnitDefaultPermissionTableGUI\__construct().
Here is the caller graph for this function:| ilOrgUnitPermission::getSelectedOperationIds | ( | ) |
Definition at line 182 of file class.ilOrgUnitPermission.php.
References $selected_operation_ids.
| ilOrgUnitPermission::isDedicated | ( | ) |
Definition at line 222 of file class.ilOrgUnitPermission.php.
References getParentId().
Here is the call graph for this function:| ilOrgUnitPermission::isNewlyCreated | ( | ) |
Definition at line 237 of file class.ilOrgUnitPermission.php.
References $newly_created.
| ilOrgUnitPermission::isOperationIdSelected | ( | int | $operation_id | ) |
Definition at line 187 of file class.ilOrgUnitPermission.php.
Referenced by ilOrgUnitDefaultPermissionTableGUI\fillRow().
Here is the caller graph for this function:| ilOrgUnitPermission::isProtected | ( | ) |
Definition at line 227 of file class.ilOrgUnitPermission.php.
References $protected.
Referenced by create(), delete(), and update().
Here is the caller graph for this function:| ilOrgUnitPermission::isTemplate | ( | ) |
Definition at line 217 of file class.ilOrgUnitPermission.php.
References getParentId().
Here is the call graph for this function:
|
static |
Reimplemented from ActiveRecord.
Definition at line 202 of file class.ilOrgUnitPermission.php.
References TABLE_NAME.
| ilOrgUnitPermission::setContext | ( | ilOrgUnitOperationContext | $context | ) |
Definition at line 197 of file class.ilOrgUnitPermission.php.
References $context.
| ilOrgUnitPermission::setContextId | ( | int | $context_id | ) |
| int | $context_id |
Definition at line 146 of file class.ilOrgUnitPermission.php.
References $context_id.
| ilOrgUnitPermission::setId | ( | ?int | $id | ) |
| ilOrgUnitPermission::setNewlyCreated | ( | bool | $newly_created | ) |
Definition at line 242 of file class.ilOrgUnitPermission.php.
References $newly_created.
| ilOrgUnitPermission::setOperations | ( | array | $operations | ) |
| ilOrgUnitOperation[] | $operations |
Definition at line 162 of file class.ilOrgUnitPermission.php.
References $operations.
| ilOrgUnitPermission::setParentId | ( | int | $parent_id | ) |
Definition at line 172 of file class.ilOrgUnitPermission.php.
References $parent_id.
| ilOrgUnitPermission::setPositionId | ( | int | $position_id | ) |
Definition at line 212 of file class.ilOrgUnitPermission.php.
References $position_id.
| ilOrgUnitPermission::setProtected | ( | bool | $protected | ) |
Definition at line 232 of file class.ilOrgUnitPermission.php.
References $protected.
| ilOrgUnitPermission::sleep | ( | $field_name | ) |
| $field_name |
Reimplemented from ActiveRecord.
Definition at line 247 of file class.ilOrgUnitPermission.php.
| ilOrgUnitPermission::update | ( | ) |
Reimplemented from ActiveRecord.
Definition at line 88 of file class.ilOrgUnitPermission.php.
References isProtected().
Here is the call graph for this function:| ilOrgUnitPermission::wakeUp | ( | $field_name, | |
| $field_value | |||
| ) |
| $field_name | |
| $field_value |
Reimplemented from ActiveRecord.
Definition at line 267 of file class.ilOrgUnitPermission.php.
References $id, $operations, and ilOrgUnitOperationQueries\findById().
Here is the call graph for this function:
|
protected |
Definition at line 73 of file class.ilOrgUnitPermission.php.
Referenced by getContext(), and setContext().
|
protected |
Definition at line 43 of file class.ilOrgUnitPermission.php.
Referenced by getContextId(), and setContextId().
|
protected |
Definition at line 36 of file class.ilOrgUnitPermission.php.
|
protected |
Definition at line 80 of file class.ilOrgUnitPermission.php.
Referenced by isNewlyCreated(), and setNewlyCreated().
|
protected |
Definition at line 50 of file class.ilOrgUnitPermission.php.
Referenced by getOperations(), setOperations(), and wakeUp().
|
protected |
Definition at line 65 of file class.ilOrgUnitPermission.php.
Referenced by getParentId(), and setParentId().
|
protected |
Definition at line 72 of file class.ilOrgUnitPermission.php.
Referenced by getPositionId(), and setPositionId().
|
protected |
Definition at line 54 of file class.ilOrgUnitPermission.php.
Referenced by getPossibleOperations().
|
protected |
@con_has_field true @con_fieldtype integer @con_length 1
Definition at line 79 of file class.ilOrgUnitPermission.php.
Referenced by isProtected(), and setProtected().
|
protected |
Definition at line 58 of file class.ilOrgUnitPermission.php.
Referenced by getSelectedOperationIds().
| const ilOrgUnitPermission::PARENT_TEMPLATE = -1 |
Definition at line 25 of file class.ilOrgUnitPermission.php.
Referenced by ilOrgUnitPermissionQueries\getTemplateSetForContextName().
| const ilOrgUnitPermission::TABLE_NAME = 'il_orgu_permissions' |
Definition at line 26 of file class.ilOrgUnitPermission.php.
Referenced by returnDbTableName().