ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 | ) |
Definition at line 37 of file class.ilOerHarvesterObjectStatus.php.
References $DIC, $obj_id, and read().
ilOerHarvesterObjectStatus::delete | ( | ) |
Definition at line 131 of file class.ilOerHarvesterObjectStatus.php.
References $query, and getObjId().
ilOerHarvesterObjectStatus::getHarvestRefId | ( | ) |
Definition at line 97 of file class.ilOerHarvesterObjectStatus.php.
References $harvest_ref_id.
Referenced by save().
ilOerHarvesterObjectStatus::getObjId | ( | ) |
ilOerHarvesterObjectStatus::isBlocked | ( | ) |
Definition at line 107 of file class.ilOerHarvesterObjectStatus.php.
References $blocked.
Referenced by save().
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, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), and ilDBInterface\query().
Referenced by ilOerHarvester\deleteDeprecated().
|
static |
Definition at line 68 of file class.ilOerHarvesterObjectStatus.php.
References $DIC, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilOerHarvester\deleteObject().
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().
ilOerHarvesterObjectStatus::save | ( | ) |
Definition at line 117 of file class.ilOerHarvesterObjectStatus.php.
References $query, $res, getHarvestRefId(), getObjId(), and isBlocked().
ilOerHarvesterObjectStatus::setBlocked | ( | bool | $a_stat | ) |
Definition at line 102 of file class.ilOerHarvesterObjectStatus.php.
Referenced by read().
ilOerHarvesterObjectStatus::setHarvestRefId | ( | int | $a_ref_id | ) |
Definition at line 92 of file class.ilOerHarvesterObjectStatus.php.
Referenced by ilOerHarvester\harvestObject(), and read().
ilOerHarvesterObjectStatus::setObjId | ( | int | $a_obj_id | ) |
Definition at line 82 of file class.ilOerHarvesterObjectStatus.php.
Referenced by read().
|
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().