| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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) | |
  Protected Member Functions inherited from ilLPCollection | |
| 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 12 of file class.ilLPCollectionOfRepositoryObjects.php.
| ilLPCollectionOfRepositoryObjects::__construct | ( | int | $a_obj_id, | 
| int | $a_mode | ||
| ) | 
Definition at line 19 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 | ) | 
Definition at line 310 of file class.ilLPCollectionOfRepositoryObjects.php.
References getGroupingIds(), and getNonGroupedItems().
Referenced by createNewGrouping().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 215 of file class.ilLPCollectionOfRepositoryObjects.php.
References deleteEntry(), and ilLPCollection\isAssignedEntry().
Referenced by cloneCollection().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilLPCollectionOfRepositoryObjects::cloneCollection | ( | int | $a_target_id, | 
| int | $a_copy_id | ||
| ) | 
Definition at line 143 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilLPCollection\$mode, ilCopyWizardOptions\_getInstance(), ilObject\_lookupObjId(), addEntry(), and getGroupedItemsForLPStatus().
 Here is the call graph for this function:| ilLPCollectionOfRepositoryObjects::createNewGrouping | ( | array | $a_item_ids, | 
| int | $a_num_obligatory = 1  | 
        ||
| ) | 
Definition at line 331 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, activateEntries(), ilDBConstants\FETCHMODE_OBJECT, getGroupingIds(), and releaseGrouping().
 Here is the call graph for this function:| ilLPCollectionOfRepositoryObjects::deactivateEntries | ( | array | $a_item_ids | ) | 
Definition at line 291 of file class.ilLPCollectionOfRepositoryObjects.php.
References getGroupingIds().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 237 of file class.ilLPCollectionOfRepositoryObjects.php.
Referenced by addEntry(), and read().
 Here is the caller graph for this function:| ilLPCollectionOfRepositoryObjects::getGroupedItemsForLPStatus | ( | ) | 
Definition at line 512 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilLPCollection\$items, $res, ilDBConstants\FETCHMODE_OBJECT, ilLPCollection\getItems(), and ILIAS\Repository\int().
Referenced by cloneCollection().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 275 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, and ilDBConstants\T_INTEGER.
Referenced by activateEntries(), createNewGrouping(), deactivateEntries(), and releaseGrouping().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 259 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, and ilDBConstants\T_INTEGER.
Referenced by activateEntries().
 Here is the caller graph for this function:| ilLPCollectionOfRepositoryObjects::getPossibleItems | ( | int | $a_ref_id, | 
| bool | $a_full_data = false  | 
        ||
| ) | 
Definition at line 29 of file class.ilLPCollectionOfRepositoryObjects.php.
References $data, $DIC, ILIAS\Repository\int(), ilLPCollection\isAssignedEntry(), ilRepositoryObjectPluginSlot\isTypePluginWithLP(), and validateEntry().
Referenced by getTableGUIData(), and read().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilLPCollectionOfRepositoryObjects::getTableGUIData | ( | int | $a_parent_ref_id | ) | 
Definition at line 429 of file class.ilLPCollectionOfRepositoryObjects.php.
References $data, ilLPCollection\$items, getPossibleItems(), getTableGUItemGroup(), and parseTableGUIItem().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 481 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilLPCollection\$items, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by getTableGUIData().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 247 of file class.ilLPCollectionOfRepositoryObjects.php.
References $DIC, $ilDB, and $res.
Referenced by ilLPCollectionSettingsTableGUI\parse().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 467 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilObjectLP\getInstance(), and ilLPCollection\isAssignedEntry().
Referenced by getTableGUIData().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 186 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilLPCollection\$items, $ref_id, $res, ilObject\_getAllReferences(), deleteEntry(), ilDBConstants\FETCHMODE_OBJECT, getPossibleItems(), and validateEntry().
 Here is the call graph for this function:| ilLPCollectionOfRepositoryObjects::releaseGrouping | ( | array | $a_item_ids | ) | 
Definition at line 377 of file class.ilLPCollectionOfRepositoryObjects.php.
References getGroupingIds().
Referenced by createNewGrouping().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilLPCollectionOfRepositoryObjects::saveObligatoryMaterials | ( | array | $a_obl | ) | 
Definition at line 394 of file class.ilLPCollectionOfRepositoryObjects.php.
References $res, and ilDBConstants\FETCHMODE_OBJECT.
      
  | 
  protected | 
Definition at line 128 of file class.ilLPCollectionOfRepositoryObjects.php.
References ilObject\_lookupObjId(), ilObject\_lookupType(), and ilObjectLP\getInstance().
Referenced by getPossibleItems(), and read().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 17 of file class.ilLPCollectionOfRepositoryObjects.php.
      
  | 
  staticprotected | 
Definition at line 14 of file class.ilLPCollectionOfRepositoryObjects.php.
      
  | 
  protected | 
Definition at line 16 of file class.ilLPCollectionOfRepositoryObjects.php.