ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Storage of ECS imported objects. More...
Public Member Functions | |
__construct (int $a_server_id, int $a_obj_id) | |
setServerId ($a_server_id) | |
getServerId () | |
setImported (bool $a_status) | |
Set imported. More... | |
setSubId (string $a_id) | |
getSubId () | |
setContentId ($a_content_id) | |
Set content id. More... | |
getContentId () | |
get content id More... | |
setMID ($a_mid) | |
set mid More... | |
getMID () | |
get mid More... | |
setEContentId ($a_id) | |
set econtent id More... | |
getEContentId () | |
get econtent id More... | |
save () | |
Save. More... | |
Protected Attributes | |
ilDBInterface | $db |
int | $server_id = 0 |
int | $obj_id = 0 |
string | $econtent_id = '' |
string | $content_id = '' |
string | $sub_id = '' |
int | $mid = 0 |
bool | $imported = false |
Private Member Functions | |
read () | |
Read. More... | |
Storage of ECS imported objects.
This class stores the econtent id and informations whether an object is imported or not.
Definition at line 27 of file class.ilECSImport.php.
ilECSImport::__construct | ( | int | $a_server_id, |
int | $a_obj_id | ||
) |
ilECSImport::getContentId | ( | ) |
get content id
Definition at line 89 of file class.ilECSImport.php.
References $content_id.
Referenced by save().
ilECSImport::getEContentId | ( | ) |
ilECSImport::getMID | ( | ) |
ilECSImport::getServerId | ( | ) |
Definition at line 55 of file class.ilECSImport.php.
References $server_id.
Referenced by read(), and save().
ilECSImport::getSubId | ( | ) |
Definition at line 73 of file class.ilECSImport.php.
References null.
Referenced by save().
|
private |
Read.
Definition at line 157 of file class.ilECSImport.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, getServerId(), and ILIAS\Repository\int().
Referenced by __construct().
ilECSImport::save | ( | ) |
Save.
Definition at line 132 of file class.ilECSImport.php.
References getContentId(), getServerId(), and getSubId().
ilECSImport::setContentId | ( | $a_content_id | ) |
Set content id.
Definition at line 81 of file class.ilECSImport.php.
Referenced by ilObjRemoteCourse\updateCustomFromECSContent().
ilECSImport::setEContentId | ( | $a_id | ) |
set econtent id
int | econtent id |
Definition at line 116 of file class.ilECSImport.php.
Referenced by ilRemoteObjectBase\handleUpdate().
ilECSImport::setImported | ( | bool | $a_status | ) |
Set imported.
Definition at line 63 of file class.ilECSImport.php.
ilECSImport::setMID | ( | $a_mid | ) |
set mid
Definition at line 97 of file class.ilECSImport.php.
Referenced by ilECSCmsTreeSynchronizer\syncCategory(), and ilECSCourseCreationHandler\syncCategory().
ilECSImport::setServerId | ( | $a_server_id | ) |
Definition at line 50 of file class.ilECSImport.php.
ilECSImport::setSubId | ( | string | $a_id | ) |
Definition at line 68 of file class.ilECSImport.php.
Referenced by ilECSCourseCreationHandler\setImported().
|
protected |
Definition at line 34 of file class.ilECSImport.php.
Referenced by getContentId().
|
protected |
Definition at line 29 of file class.ilECSImport.php.
|
protected |
Definition at line 33 of file class.ilECSImport.php.
Referenced by getEContentId().
|
protected |
Definition at line 37 of file class.ilECSImport.php.
|
protected |
Definition at line 36 of file class.ilECSImport.php.
Referenced by getMID().
|
protected |
Definition at line 32 of file class.ilECSImport.php.
|
protected |
Definition at line 31 of file class.ilECSImport.php.
Referenced by getServerId().
|
protected |
Definition at line 35 of file class.ilECSImport.php.