ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilExcCriteriaCatalogue. More...
Public Member Functions | |
__construct ($a_id=null) | |
getId () | |
setParent ($a_value) | |
getParent () | |
setTitle ($a_value) | |
getTitle () | |
setPosition ($a_value) | |
getPosition () | |
save () | |
update () | |
delete () | |
cloneObject ($a_target_parent_id) | |
Static Public Member Functions | |
static | getInstancesByParentId ($a_parent_id) |
static | deleteByParent ($a_parent_id) |
Protected Member Functions | |
setId ($a_id) | |
importFromDB (array $a_row) | |
getDBProperties () | |
getLastPosition () | |
read ($a_id) | |
Protected Attributes | |
$db | |
$id | |
$parent | |
$title | |
$pos | |
Class ilExcCriteriaCatalogue.
Definition at line 11 of file class.ilExcCriteriaCatalogue.php.
ilExcCriteriaCatalogue::__construct | ( | $a_id = null | ) |
Definition at line 23 of file class.ilExcCriteriaCatalogue.php.
ilExcCriteriaCatalogue::cloneObject | ( | $a_target_parent_id | ) |
Definition at line 211 of file class.ilExcCriteriaCatalogue.php.
References getId(), ilExcCriteria\getInstancesByParentId(), getPosition(), and getTitle().
ilExcCriteriaCatalogue::delete | ( | ) |
Definition at line 182 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, and ilExcCriteria\deleteByParent().
|
static |
Definition at line 197 of file class.ilExcCriteriaCatalogue.php.
Referenced by ilObjExercise\delete().
|
protected |
Definition at line 114 of file class.ilExcCriteriaCatalogue.php.
References getPosition(), and getTitle().
Referenced by save(), and update().
ilExcCriteriaCatalogue::getId | ( | ) |
Definition at line 57 of file class.ilExcCriteriaCatalogue.php.
References $id.
Referenced by cloneObject().
|
static |
Definition at line 31 of file class.ilExcCriteriaCatalogue.php.
References $DIC, $ilDB, $res, and $row.
Referenced by ilObjExercise\cloneObject(), ilExcCriteriaCatalogueGUI\confirmDeletion(), ilExcCriteriaCatalogueGUI\delete(), ilExcCriteriaCatalogueTableGUI\getItems(), ilExAssignmentEditorGUI\initPeerReviewForm(), and ilExcCriteriaCatalogueGUI\saveOrder().
|
protected |
Definition at line 121 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, $row, and getParent().
Referenced by save().
ilExcCriteriaCatalogue::getParent | ( | ) |
Definition at line 74 of file class.ilExcCriteriaCatalogue.php.
References $parent.
Referenced by getLastPosition(), and save().
ilExcCriteriaCatalogue::getPosition | ( | ) |
Definition at line 96 of file class.ilExcCriteriaCatalogue.php.
References $pos.
Referenced by cloneObject(), and getDBProperties().
ilExcCriteriaCatalogue::getTitle | ( | ) |
Definition at line 86 of file class.ilExcCriteriaCatalogue.php.
References $title.
Referenced by cloneObject(), ilExcCriteriaCatalogueGUI\exportForm(), and getDBProperties().
|
protected |
Definition at line 106 of file class.ilExcCriteriaCatalogue.php.
References setId(), setParent(), setPosition(), and setTitle().
Referenced by read().
|
protected |
Definition at line 136 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, $row, and importFromDB().
Referenced by __construct().
ilExcCriteriaCatalogue::save | ( | ) |
Definition at line 152 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, getDBProperties(), getLastPosition(), getParent(), and update().
Referenced by update().
|
protected |
Definition at line 62 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::setParent | ( | $a_value | ) |
Definition at line 67 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::setPosition | ( | $a_value | ) |
Definition at line 91 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::setTitle | ( | $a_value | ) |
Definition at line 79 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::update | ( | ) |
Definition at line 170 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, getDBProperties(), and save().
Referenced by save().
|
protected |
Definition at line 16 of file class.ilExcCriteriaCatalogue.php.
Referenced by delete(), getLastPosition(), read(), save(), and update().
|
protected |
Definition at line 18 of file class.ilExcCriteriaCatalogue.php.
Referenced by getId().
|
protected |
Definition at line 19 of file class.ilExcCriteriaCatalogue.php.
Referenced by getParent().
|
protected |
Definition at line 21 of file class.ilExcCriteriaCatalogue.php.
Referenced by getPosition().
|
protected |
Definition at line 20 of file class.ilExcCriteriaCatalogue.php.
Referenced by getTitle().