|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
OER harvester object status. More...
Collaboration diagram for ilOerHarvesterObjectStatus:Public Member Functions | |
| __construct (int $obj_id=0) | |
| setObjId (int $a_obj_id) | |
| getObjId () | |
| setHarvestRefId (int $a_ref_id) | |
| getHarvestRefId () | |
| setBlocked (bool $a_stat) | |
| isBlocked () | |
| isCreated () | |
| save () | |
| delete () | |
| read () | |
Static Public Member Functions | |
| static | lookupHarvested () |
| static | lookupObjIdByHarvestingId (int $a_href_id) |
Protected Attributes | |
| ilDBInterface | $db |
Private Attributes | |
| int | $obj_id |
| int | $harvest_ref_id = 0 |
| bool | $blocked = false |
OER harvester object status.
Definition at line 27 of file class.ilOerHarvesterObjectStatus.php.
| ilOerHarvesterObjectStatus::__construct | ( | int | $obj_id = 0 | ) |
Definition at line 37 of file class.ilOerHarvesterObjectStatus.php.
References $DIC, $obj_id, and read().
Here is the call graph for this function:| ilOerHarvesterObjectStatus::delete | ( | ) |
Definition at line 131 of file class.ilOerHarvesterObjectStatus.php.
References getObjId().
Here is the call graph for this function:| ilOerHarvesterObjectStatus::getHarvestRefId | ( | ) |
Definition at line 97 of file class.ilOerHarvesterObjectStatus.php.
References $harvest_ref_id.
Referenced by save().
Here is the caller graph for this function:| ilOerHarvesterObjectStatus::getObjId | ( | ) |
| ilOerHarvesterObjectStatus::isBlocked | ( | ) |
Definition at line 107 of file class.ilOerHarvesterObjectStatus.php.
References $blocked.
Referenced by save().
Here is the caller graph for this function:| ilOerHarvesterObjectStatus::isCreated | ( | ) |
Definition at line 112 of file class.ilOerHarvesterObjectStatus.php.
References $harvest_ref_id.
|
static |
Definition at line 52 of file class.ilOerHarvesterObjectStatus.php.
References $DIC, $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), and ilDBInterface\query().
Referenced by ilOerHarvester\deleteDeprecated().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 68 of file class.ilOerHarvesterObjectStatus.php.
References $DIC, $res, ilDBConstants\FETCHMODE_OBJECT, ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilOerHarvester\deleteObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOerHarvesterObjectStatus::read | ( | ) |
Definition at line 139 of file class.ilOerHarvesterObjectStatus.php.
References $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 117 of file class.ilOerHarvesterObjectStatus.php.
References $res, getHarvestRefId(), getObjId(), and isBlocked().
Here is the call graph for this function:| ilOerHarvesterObjectStatus::setBlocked | ( | bool | $a_stat | ) |
Definition at line 102 of file class.ilOerHarvesterObjectStatus.php.
Referenced by read().
Here is the caller graph for this function:| ilOerHarvesterObjectStatus::setHarvestRefId | ( | int | $a_ref_id | ) |
Definition at line 92 of file class.ilOerHarvesterObjectStatus.php.
Referenced by ilOerHarvester\harvestObject(), and read().
Here is the caller graph for this function:| ilOerHarvesterObjectStatus::setObjId | ( | int | $a_obj_id | ) |
Definition at line 82 of file class.ilOerHarvesterObjectStatus.php.
Referenced by read().
Here is the caller graph for this function:
|
private |
Definition at line 33 of file class.ilOerHarvesterObjectStatus.php.
Referenced by isBlocked().
|
protected |
Definition at line 35 of file class.ilOerHarvesterObjectStatus.php.
|
private |
Definition at line 31 of file class.ilOerHarvesterObjectStatus.php.
Referenced by getHarvestRefId(), and isCreated().
|
private |
Definition at line 29 of file class.ilOerHarvesterObjectStatus.php.
Referenced by __construct(), and getObjId().