ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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 | |
$id | |
$parent | |
$title | |
$pos | |
Class ilExcCriteriaCatalogue.
Definition at line 11 of file class.ilExcCriteriaCatalogue.php.
ilExcCriteriaCatalogue::__construct | ( | $a_id = null | ) |
Definition at line 18 of file class.ilExcCriteriaCatalogue.php.
References read().
ilExcCriteriaCatalogue::cloneObject | ( | $a_target_parent_id | ) |
Definition at line 207 of file class.ilExcCriteriaCatalogue.php.
References getId(), ilExcCriteria\getInstancesByParentId(), getPosition(), and getTitle().
ilExcCriteriaCatalogue::delete | ( | ) |
Definition at line 178 of file class.ilExcCriteriaCatalogue.php.
References $ilDB, and ilExcCriteria\deleteByParent().
|
static |
Definition at line 194 of file class.ilExcCriteriaCatalogue.php.
References $ilDB.
Referenced by ilObjExercise\delete().
|
protected |
Definition at line 105 of file class.ilExcCriteriaCatalogue.php.
References getPosition(), and getTitle().
Referenced by save(), and update().
ilExcCriteriaCatalogue::getId | ( | ) |
Definition at line 48 of file class.ilExcCriteriaCatalogue.php.
References $id.
Referenced by cloneObject().
|
static |
Definition at line 23 of file class.ilExcCriteriaCatalogue.php.
References $ilDB, $res, and $row.
Referenced by ilObjExercise\cloneObject(), ilExcCriteriaCatalogueGUI\confirmDeletion(), ilExcCriteriaCatalogueGUI\delete(), ilExcCriteriaCatalogueTableGUI\getItems(), ilExAssignmentEditorGUI\initPeerReviewForm(), and ilExcCriteriaCatalogueGUI\saveOrder().
|
protected |
Definition at line 112 of file class.ilExcCriteriaCatalogue.php.
References $ilDB, $row, and getParent().
Referenced by save().
ilExcCriteriaCatalogue::getParent | ( | ) |
Definition at line 65 of file class.ilExcCriteriaCatalogue.php.
References $parent.
Referenced by getLastPosition(), and save().
ilExcCriteriaCatalogue::getPosition | ( | ) |
Definition at line 87 of file class.ilExcCriteriaCatalogue.php.
References $pos.
Referenced by cloneObject(), and getDBProperties().
ilExcCriteriaCatalogue::getTitle | ( | ) |
Definition at line 77 of file class.ilExcCriteriaCatalogue.php.
References $title.
Referenced by cloneObject(), ilExcCriteriaCatalogueGUI\exportForm(), and getDBProperties().
|
protected |
Definition at line 97 of file class.ilExcCriteriaCatalogue.php.
References setId(), setParent(), setPosition(), and setTitle().
Referenced by read().
|
protected |
Definition at line 128 of file class.ilExcCriteriaCatalogue.php.
References $ilDB, $row, and importFromDB().
Referenced by __construct().
ilExcCriteriaCatalogue::save | ( | ) |
Definition at line 146 of file class.ilExcCriteriaCatalogue.php.
References $ilDB, getDBProperties(), getLastPosition(), getParent(), and update().
Referenced by update().
|
protected |
Definition at line 53 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::setParent | ( | $a_value | ) |
Definition at line 58 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::setPosition | ( | $a_value | ) |
Definition at line 82 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::setTitle | ( | $a_value | ) |
Definition at line 70 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::update | ( | ) |
Definition at line 165 of file class.ilExcCriteriaCatalogue.php.
References $ilDB, getDBProperties(), and save().
Referenced by save().
|
protected |
Definition at line 13 of file class.ilExcCriteriaCatalogue.php.
Referenced by getId().
|
protected |
Definition at line 14 of file class.ilExcCriteriaCatalogue.php.
Referenced by getParent().
|
protected |
Definition at line 16 of file class.ilExcCriteriaCatalogue.php.
Referenced by getPosition().
|
protected |
Definition at line 15 of file class.ilExcCriteriaCatalogue.php.
Referenced by getTitle().