| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Storage of ECS imported objects. More...
 Collaboration diagram for ilECSImport: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 26 of file class.ilECSImport.php.
| ilECSImport::__construct | ( | int | $a_server_id, | 
| int | $a_obj_id | ||
| ) | 
| ilECSImport::getContentId | ( | ) | 
get content id
Definition at line 88 of file class.ilECSImport.php.
References $content_id.
Referenced by save().
 Here is the caller graph for this function:| ilECSImport::getEContentId | ( | ) | 
| ilECSImport::getMID | ( | ) | 
| ilECSImport::getServerId | ( | ) | 
Definition at line 54 of file class.ilECSImport.php.
References $server_id.
Referenced by read(), and save().
 Here is the caller graph for this function:| ilECSImport::getSubId | ( | ) | 
Definition at line 72 of file class.ilECSImport.php.
Referenced by save().
 Here is the caller graph for this function:
      
  | 
  private | 
Read.
Definition at line 156 of file class.ilECSImport.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, getServerId(), and ILIAS\Repository\int().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilECSImport::save | ( | ) | 
Save.
Definition at line 131 of file class.ilECSImport.php.
References getContentId(), getServerId(), and getSubId().
 Here is the call graph for this function:| ilECSImport::setContentId | ( | $a_content_id | ) | 
Set content id.
Definition at line 80 of file class.ilECSImport.php.
Referenced by ilObjRemoteCourse\updateCustomFromECSContent().
 Here is the caller graph for this function:| ilECSImport::setEContentId | ( | $a_id | ) | 
set econtent id
| int | econtent id | 
Definition at line 115 of file class.ilECSImport.php.
Referenced by ilRemoteObjectBase\handleUpdate().
 Here is the caller graph for this function:| ilECSImport::setImported | ( | bool | $a_status | ) | 
Set imported.
Definition at line 62 of file class.ilECSImport.php.
| ilECSImport::setMID | ( | $a_mid | ) | 
set mid
Definition at line 96 of file class.ilECSImport.php.
Referenced by ilECSCmsTreeSynchronizer\syncCategory(), and ilECSCourseCreationHandler\syncCategory().
 Here is the caller graph for this function:| ilECSImport::setServerId | ( | $a_server_id | ) | 
Definition at line 49 of file class.ilECSImport.php.
| ilECSImport::setSubId | ( | string | $a_id | ) | 
Definition at line 67 of file class.ilECSImport.php.
Referenced by ilECSCourseCreationHandler\setImported().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 33 of file class.ilECSImport.php.
Referenced by getContentId().
      
  | 
  protected | 
Definition at line 28 of file class.ilECSImport.php.
      
  | 
  protected | 
Definition at line 32 of file class.ilECSImport.php.
Referenced by getEContentId().
      
  | 
  protected | 
Definition at line 36 of file class.ilECSImport.php.
      
  | 
  protected | 
Definition at line 35 of file class.ilECSImport.php.
Referenced by getMID().
      
  | 
  protected | 
Definition at line 31 of file class.ilECSImport.php.
      
  | 
  protected | 
Definition at line 30 of file class.ilECSImport.php.
Referenced by getServerId().
      
  | 
  protected | 
Definition at line 34 of file class.ilECSImport.php.