ILIAS
Release_4_4_x_branch Revision 61816
|
LP collection base class. More...
Public Member Functions | |
__construct ($a_obj_id, $a_mode) | |
hasSelectableItems () | |
cloneCollection ($a_target_id, $a_copy_id) | |
getItems () | |
delete () | |
isAssignedEntry ($a_item_id) | |
deactivateEntries (array $a_item_ids) | |
activateEntries (array $a_item_ids) |
Protected Member Functions | |
read () | |
validateEntry ($a_item_id) | |
addEntry ($a_item_id) | |
deleteEntry ($a_item_id) |
Protected Attributes | |
$obj_id | |
$mode | |
$items |
LP collection base class.
Definition at line 14 of file class.ilLPCollection.php.
ilLPCollection::__construct | ( | $a_obj_id, | |
$a_mode | |||
) |
Definition at line 20 of file class.ilLPCollection.php.
References read().
ilLPCollection::activateEntries | ( | array | $a_item_ids | ) |
Reimplemented in ilLPCollectionOfRepositoryObjects.
Definition at line 167 of file class.ilLPCollection.php.
References addEntry().
|
protected |
Reimplemented in ilLPCollectionOfRepositoryObjects.
Definition at line 130 of file class.ilLPCollection.php.
References $query, and isAssignedEntry().
Referenced by activateEntries().
ilLPCollection::cloneCollection | ( | $a_target_id, | |
$a_copy_id | |||
) |
Reimplemented in ilLPCollectionOfRepositoryObjects.
Definition at line 36 of file class.ilLPCollection.php.
References $ilLog, $mode, ilCopyWizardOptions\_getInstance(), and ilObject\_lookupObjId().
ilLPCollection::deactivateEntries | ( | array | $a_item_ids | ) |
Reimplemented in ilLPCollectionOfRepositoryObjects.
Definition at line 159 of file class.ilLPCollection.php.
References deleteEntry().
ilLPCollection::delete | ( | ) |
Definition at line 94 of file class.ilLPCollection.php.
References $query.
|
protected |
Reimplemented in ilLPCollectionOfRepositoryObjects.
Definition at line 148 of file class.ilLPCollection.php.
References $query.
Referenced by deactivateEntries(), and read().
ilLPCollection::getItems | ( | ) |
Definition at line 66 of file class.ilLPCollection.php.
References $items.
Referenced by ilLPCollectionOfRepositoryObjects\getGroupedItemsForLPStatus().
ilLPCollection::hasSelectableItems | ( | ) |
Reimplemented in ilLPCollectionOfObjectives.
Definition at line 31 of file class.ilLPCollection.php.
ilLPCollection::isAssignedEntry | ( | $a_item_id | ) |
Definition at line 121 of file class.ilLPCollection.php.
Referenced by addEntry(), ilLPCollectionOfRepositoryObjects\addEntry(), ilLPCollectionOfRepositoryObjects\getPossibleItems(), ilLPCollectionOfLMChapters\getTableGUIData(), ilLPCollectionOfSCOs\getTableGUIData(), and ilLPCollectionOfRepositoryObjects\parseTableGUIItem().
|
protected |
Reimplemented in ilLPCollectionOfRepositoryObjects.
Definition at line 71 of file class.ilLPCollection.php.
References $items, $res, $row, DB_FETCHMODE_OBJECT, deleteEntry(), and validateEntry().
Referenced by __construct().
|
protected |
Definition at line 116 of file class.ilLPCollection.php.
Referenced by read().
|
protected |
Definition at line 18 of file class.ilLPCollection.php.
Referenced by ilLPCollectionOfRepositoryObjects\getGroupedItemsForLPStatus(), getItems(), ilLPCollectionOfLMChapters\getPossibleItems(), ilLPCollectionOfSCOs\getPossibleItems(), ilLPCollectionOfRepositoryObjects\getTableGUIData(), ilLPCollectionOfRepositoryObjects\getTableGUItemGroup(), read(), and ilLPCollectionOfRepositoryObjects\read().
|
protected |
Definition at line 17 of file class.ilLPCollection.php.
Referenced by cloneCollection(), and ilLPCollectionOfRepositoryObjects\cloneCollection().
|
protected |
Definition at line 16 of file class.ilLPCollection.php.
Referenced by ilLPCollectionOfLMChapters\getPossibleItems(), and ilLPCollectionOfSCOs\getPossibleItems().