ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
LP collection of repository objects. More...
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 () | |
![]() | |
__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 | 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 |
![]() | |
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 | ||
) |
Definition at line 33 of file class.ilLPCollectionOfRepositoryObjects.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
ilLPCollectionOfRepositoryObjects::activateEntries | ( | array | $a_item_ids | ) |
Definition at line 324 of file class.ilLPCollectionOfRepositoryObjects.php.
References getGroupingIds(), and getNonGroupedItems().
Referenced by createNewGrouping().
|
protected |
Definition at line 229 of file class.ilLPCollectionOfRepositoryObjects.php.
References deleteEntry(), and ilLPCollection\isAssignedEntry().
Referenced by cloneCollection().
ilLPCollectionOfRepositoryObjects::cloneCollection | ( | int | $a_target_id, |
int | $a_copy_id | ||
) |
Definition at line 157 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilLPCollection\$mode, ilCopyWizardOptions\_getInstance(), ilObject\_lookupObjId(), addEntry(), and getGroupedItemsForLPStatus().
ilLPCollectionOfRepositoryObjects::createNewGrouping | ( | array | $a_item_ids, |
int | $a_num_obligatory = 1 |
||
) |
Definition at line 345 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, activateEntries(), ilDBConstants\FETCHMODE_OBJECT, getGroupingIds(), and releaseGrouping().
ilLPCollectionOfRepositoryObjects::deactivateEntries | ( | array | $a_item_ids | ) |
Definition at line 305 of file class.ilLPCollectionOfRepositoryObjects.php.
References getGroupingIds().
|
protected |
Definition at line 251 of file class.ilLPCollectionOfRepositoryObjects.php.
Referenced by addEntry(), and read().
ilLPCollectionOfRepositoryObjects::getGroupedItemsForLPStatus | ( | ) |
Definition at line 526 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilLPCollection\$items, $res, ilDBConstants\FETCHMODE_OBJECT, ilLPCollection\getItems(), and ILIAS\Repository\int().
Referenced by cloneCollection().
|
protected |
Definition at line 289 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, and ilDBConstants\T_INTEGER.
Referenced by activateEntries(), createNewGrouping(), deactivateEntries(), and releaseGrouping().
|
protected |
Definition at line 273 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, and ilDBConstants\T_INTEGER.
Referenced by activateEntries().
ilLPCollectionOfRepositoryObjects::getPossibleItems | ( | int | $a_ref_id, |
bool | $a_full_data = false |
||
) |
Definition at line 43 of file class.ilLPCollectionOfRepositoryObjects.php.
References $data, $DIC, ILIAS\Repository\int(), ilLPCollection\isAssignedEntry(), ilRepositoryObjectPluginSlot\isTypePluginWithLP(), and validateEntry().
Referenced by getTableGUIData(), and read().
ilLPCollectionOfRepositoryObjects::getTableGUIData | ( | int | $a_parent_ref_id | ) |
Definition at line 443 of file class.ilLPCollectionOfRepositoryObjects.php.
References $data, ilLPCollection\$items, getPossibleItems(), getTableGUItemGroup(), and parseTableGUIItem().
|
protected |
Definition at line 495 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilLPCollection\$items, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by getTableGUIData().
|
static |
Definition at line 261 of file class.ilLPCollectionOfRepositoryObjects.php.
References $DIC, $ilDB, and $res.
Referenced by ilLPCollectionSettingsTableGUI\parse().
|
protected |
Definition at line 481 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilObjectLP\getInstance(), and ilLPCollection\isAssignedEntry().
Referenced by getTableGUIData().
|
protected |
Definition at line 200 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilLPCollection\$items, $ref_id, $res, ilObject\_getAllReferences(), deleteEntry(), ilDBConstants\FETCHMODE_OBJECT, getPossibleItems(), and validateEntry().
ilLPCollectionOfRepositoryObjects::releaseGrouping | ( | array | $a_item_ids | ) |
Definition at line 391 of file class.ilLPCollectionOfRepositoryObjects.php.
References getGroupingIds().
Referenced by createNewGrouping().
ilLPCollectionOfRepositoryObjects::saveObligatoryMaterials | ( | array | $a_obl | ) |
Definition at line 408 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, and ilDBConstants\FETCHMODE_OBJECT.
|
protected |
Definition at line 142 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilObject\_lookupObjId(), ilObject\_lookupType(), and ilObjectLP\getInstance().
Referenced by getPossibleItems(), and read().
|
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.