|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
LP collection of repository objects. More...
Inheritance diagram for ilLPCollectionOfRepositoryObjects:
Collaboration diagram for ilLPCollectionOfRepositoryObjects:Public Member Functions | |
| __construct (int $a_obj_id, int $a_mode) | |
| getPossibleItems (int $a_ref_id, bool $a_full_data=false) | |
| cloneCollection (int $a_target_id, int $a_copy_id) | |
| deactivateEntries (array $a_item_ids) | |
| activateEntries (array $a_item_ids) | |
| createNewGrouping (array $a_item_ids, int $a_num_obligatory=1) | |
| releaseGrouping (array $a_item_ids) | |
| saveObligatoryMaterials (array $a_obl) | |
| getTableGUIData (int $a_parent_ref_id) | |
| getGroupedItemsForLPStatus () | |
Public Member Functions inherited from ilLPCollection | |
| __construct (int $a_obj_id, int $a_mode) | |
| hasSelectableItems () | |
| cloneCollection (int $a_target_id, int $a_copy_id) | |
| getItems () | |
| delete () | |
| isAssignedEntry (int $a_item_id) | |
| deactivateEntries (array $a_item_ids) | |
| activateEntries (array $a_item_ids) | |
Static Public Member Functions | |
| static | hasGroupedItems (int $a_obj_id) |
Static Public Member Functions inherited from ilLPCollection | |
| static | getInstanceByMode (int $a_obj_id, int $a_mode) |
| static | getCollectionModes () |
Protected Member Functions | |
| validateEntry (int $a_item_id) | |
| read (int $a_obj_id) | |
| addEntry (int $a_item_id) | |
| deleteEntry (int $a_item_id) | |
| getNonGroupedItems (array $a_item_ids) | |
| getGroupingIds (array $a_item_ids) | |
| parseTableGUIItem (int $a_id, array $a_item) | |
| getTableGUItemGroup (int $item_id) | |
| read (int $a_obj_id) | |
| validateEntry (int $a_item_id) | |
| addEntry (int $a_item_id) | |
| deleteEntry (int $a_item_id) | |
Protected Attributes | |
| ilTree | $tree |
| ilObjectDefinition | $objDefinition |
Protected Attributes inherited from ilLPCollection | |
| int | $obj_id |
| int | $mode |
| array | $items = [] |
| ilDBInterface | $db |
| ilLogger | $logger |
Static Protected Attributes | |
| static array | $possible_items = array() |
LP collection of repository objects.
Definition at line 26 of file class.ilLPCollectionOfRepositoryObjects.php.
| ilLPCollectionOfRepositoryObjects::__construct | ( | int | $a_obj_id, |
| int | $a_mode | ||
| ) |
Reimplemented from ilLPCollection.
Definition at line 33 of file class.ilLPCollectionOfRepositoryObjects.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilLPCollectionOfRepositoryObjects::activateEntries | ( | array | $a_item_ids | ) |
| int[] | $a_item_ids |
Reimplemented from ilLPCollection.
Definition at line 324 of file class.ilLPCollectionOfRepositoryObjects.php.
|
protected |
Reimplemented from ilLPCollection.
Definition at line 229 of file class.ilLPCollectionOfRepositoryObjects.php.
| ilLPCollectionOfRepositoryObjects::cloneCollection | ( | int | $a_target_id, |
| int | $a_copy_id | ||
| ) |
Reimplemented from ilLPCollection.
Definition at line 157 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilCopyWizardOptions\_getInstance(), and ilObject\_lookupObjId().
Here is the call graph for this function:| ilLPCollectionOfRepositoryObjects::createNewGrouping | ( | array | $a_item_ids, |
| int | $a_num_obligatory = 1 |
||
| ) |
Definition at line 345 of file class.ilLPCollectionOfRepositoryObjects.php.
| ilLPCollectionOfRepositoryObjects::deactivateEntries | ( | array | $a_item_ids | ) |
| int[] | $a_item_ids |
Reimplemented from ilLPCollection.
Definition at line 305 of file class.ilLPCollectionOfRepositoryObjects.php.
|
protected |
Reimplemented from ilLPCollection.
Definition at line 251 of file class.ilLPCollectionOfRepositoryObjects.php.
| ilLPCollectionOfRepositoryObjects::getGroupedItemsForLPStatus | ( | ) |
Definition at line 526 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Here is the call graph for this function:
|
protected |
Definition at line 289 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, and ilDBConstants\T_INTEGER.
|
protected |
Definition at line 273 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, and ilDBConstants\T_INTEGER.
| ilLPCollectionOfRepositoryObjects::getPossibleItems | ( | int | $a_ref_id, |
| bool | $a_full_data = false |
||
| ) |
Definition at line 43 of file class.ilLPCollectionOfRepositoryObjects.php.
References $data, ILIAS\Repository\int(), ilLPCollection\isAssignedEntry(), ilRepositoryObjectPluginSlot\isTypePluginWithLP(), and validateEntry().
Here is the call graph for this function:| ilLPCollectionOfRepositoryObjects::getTableGUIData | ( | int | $a_parent_ref_id | ) |
Definition at line 443 of file class.ilLPCollectionOfRepositoryObjects.php.
References $data.
|
protected |
Definition at line 495 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Here is the call graph for this function:
|
static |
Definition at line 261 of file class.ilLPCollectionOfRepositoryObjects.php.
References $DIC, $ilDB, $res, and true.
Referenced by ilLPCollectionSettingsTableGUI\parse().
Here is the caller graph for this function:
|
protected |
Definition at line 481 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilObjectLP\getInstance().
Here is the call graph for this function:
|
protected |
Reimplemented from ilLPCollection.
Definition at line 200 of file class.ilLPCollectionOfRepositoryObjects.php.
References $ref_id, $res, ilObject\_getAllReferences(), and ilDBConstants\FETCHMODE_OBJECT.
Here is the call graph for this function:| ilLPCollectionOfRepositoryObjects::releaseGrouping | ( | array | $a_item_ids | ) |
Definition at line 391 of file class.ilLPCollectionOfRepositoryObjects.php.
| ilLPCollectionOfRepositoryObjects::saveObligatoryMaterials | ( | array | $a_obl | ) |
Definition at line 408 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, and ilDBConstants\FETCHMODE_OBJECT.
|
protected |
Reimplemented from ilLPCollection.
Definition at line 142 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilObject\_lookupObjId(), ilObject\_lookupType(), and ilObjectLP\getInstance().
Referenced by getPossibleItems().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 31 of file class.ilLPCollectionOfRepositoryObjects.php.
|
staticprotected |
Definition at line 28 of file class.ilLPCollectionOfRepositoryObjects.php.
|
protected |
Definition at line 30 of file class.ilLPCollectionOfRepositoryObjects.php.