|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning OER harvester object status
Definition at line 27 of file class.ilOerHarvesterObjectStatus.php.
| ilOerHarvesterObjectStatus::__construct | ( | int | $obj_id = 0 | ) |
| ilOerHarvesterObjectStatus::delete | ( | ) |
Definition at line 131 of file class.ilOerHarvesterObjectStatus.php.
References $query, and getObjId().
Here is the call graph for this function:| ilOerHarvesterObjectStatus::getHarvestRefId | ( | ) |
Definition at line 97 of file class.ilOerHarvesterObjectStatus.php.
References $harvest_ref_id.
| ilOerHarvesterObjectStatus::getObjId | ( | ) |
| ilOerHarvesterObjectStatus::isBlocked | ( | ) |
Definition at line 107 of file class.ilOerHarvesterObjectStatus.php.
References $blocked.
| 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 $db, $DIC, $query, $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 $db, $DIC, $query, $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 $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 117 of file class.ilOerHarvesterObjectStatus.php.
References $query, $res, and getObjId().
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 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.
Referenced by lookupHarvested(), and lookupObjIdByHarvestingId().
|
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().