|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
OER harvester object status. More...
Collaboration diagram for ilOerHarvesterObjectStatus:Public Member Functions | |
| __construct ($obj_id=0) | |
| ilOerHarvesterObjectStatus constructor. More... | |
| setObjId ($a_obj_id) | |
| getObjId () | |
| setHarvestRefId ($a_ref_id) | |
| getHarvestRefId () | |
| setBlocked ($a_stat) | |
| isBlocked () | |
| isCreated () | |
| save () | |
| delete () | |
| Delete by obj_id. More... | |
| read () | |
Static Public Member Functions | |
| static | lookupHarvested () |
| static | lookupObjIdByHarvestingId ($a_href_id) |
Private Attributes | |
| $obj_id = 0 | |
| $harvest_ref_id = 0 | |
| $blocked = false | |
| $db = null | |
OER harvester object status.
Definition at line 11 of file class.ilOerHarvesterObjectStatus.php.
| ilOerHarvesterObjectStatus::__construct | ( | $obj_id = 0 | ) |
ilOerHarvesterObjectStatus constructor.
| int | $obj_id |
Definition at line 26 of file class.ilOerHarvesterObjectStatus.php.
References $DIC, $obj_id, and read().
Here is the call graph for this function:| ilOerHarvesterObjectStatus::delete | ( | ) |
Delete by obj_id.
Definition at line 129 of file class.ilOerHarvesterObjectStatus.php.
References $query, and getObjId().
Here is the call graph for this function:| ilOerHarvesterObjectStatus::getHarvestRefId | ( | ) |
Definition at line 89 of file class.ilOerHarvesterObjectStatus.php.
References $harvest_ref_id.
| ilOerHarvesterObjectStatus::getObjId | ( | ) |
| ilOerHarvesterObjectStatus::isBlocked | ( | ) |
Definition at line 99 of file class.ilOerHarvesterObjectStatus.php.
References $blocked.
| ilOerHarvesterObjectStatus::isCreated | ( | ) |
Definition at line 104 of file class.ilOerHarvesterObjectStatus.php.
References $harvest_ref_id.
|
static |
| ilDatabaseException |
Definition at line 42 of file class.ilOerHarvesterObjectStatus.php.
References $db, $DIC, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilOerHarvester\deleteDeprecated().
Here is the caller graph for this function:
|
static |
| $a_href_id |
Definition at line 61 of file class.ilOerHarvesterObjectStatus.php.
References $db, $DIC, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilOerHarvester\deleteObject().
Here is the caller graph for this function:| ilOerHarvesterObjectStatus::read | ( | ) |
| ilDatabaseException |
Definition at line 141 of file class.ilOerHarvesterObjectStatus.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, getObjId(), setBlocked(), setHarvestRefId(), and setObjId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOerHarvesterObjectStatus::save | ( | ) |
Definition at line 112 of file class.ilOerHarvesterObjectStatus.php.
References $query, $res, and getObjId().
Here is the call graph for this function:| ilOerHarvesterObjectStatus::setBlocked | ( | $a_stat | ) |
Definition at line 94 of file class.ilOerHarvesterObjectStatus.php.
Referenced by read().
Here is the caller graph for this function:| ilOerHarvesterObjectStatus::setHarvestRefId | ( | $a_ref_id | ) |
Definition at line 84 of file class.ilOerHarvesterObjectStatus.php.
Referenced by read().
Here is the caller graph for this function:| ilOerHarvesterObjectStatus::setObjId | ( | $a_obj_id | ) |
Definition at line 74 of file class.ilOerHarvesterObjectStatus.php.
Referenced by read().
Here is the caller graph for this function:
|
private |
Definition at line 17 of file class.ilOerHarvesterObjectStatus.php.
Referenced by isBlocked().
|
private |
Definition at line 19 of file class.ilOerHarvesterObjectStatus.php.
Referenced by lookupHarvested(), and lookupObjIdByHarvestingId().
|
private |
Definition at line 15 of file class.ilOerHarvesterObjectStatus.php.
Referenced by getHarvestRefId(), and isCreated().
|
private |
Definition at line 13 of file class.ilOerHarvesterObjectStatus.php.
Referenced by __construct(), and getObjId().