|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilOrgUnitImporter. More...
Inheritance diagram for ilOrgUnitImporter:
Collaboration diagram for ilOrgUnitImporter:Public Member Functions | |
| hasErrors () | |
| hasWarnings () | |
| addWarning ($lang_var, $import_id, $action=NULL) | |
| addError ($lang_var, $import_id, $action=NULL) | |
| getErrors () | |
| getWarnings () | |
| getStats () | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| Constructor. More... | |
| setImport ($a_val) | |
| Set import. More... | |
| getImport () | |
| Get import. More... | |
| init () | |
| Init. More... | |
| setInstallId ($a_val) | |
| Set installation id. More... | |
| getInstallId () | |
| Get installation id. More... | |
| setInstallUrl ($a_val) | |
| Set installation url. More... | |
| getInstallUrl () | |
| Get installation url. More... | |
| setSchemaVersion ($a_val) | |
| Set schema version. More... | |
| getSchemaVersion () | |
| Get schema version. More... | |
| setImportDirectory ($a_val) | |
| Set import directory. More... | |
| getImportDirectory () | |
| Get import directory. More... | |
| setSkipEntities ($a_val) | |
| Set skip entities. More... | |
| getSkipEntities () | |
| Get skip entities. More... | |
| exportedFromSameInstallation () | |
| Is exporting and importing installation identical? More... | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import xml representation. More... | |
| finalProcessing ($a_mapping) | |
| Final processing. More... | |
| afterContainerImportProcessing (ilImportMapping $mapping) | |
| Called after all container objects have been implemented. More... | |
Data Fields | |
| $errors | |
| $warnings | |
| $stats | |
Protected Member Functions | |
| buildRef ($id, $type) | |
Additional Inherited Members | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| $imp | |
Class ilOrgUnitImporter.
Definition at line 12 of file class.ilOrgUnitImporter.php.
| ilOrgUnitImporter::addError | ( | $lang_var, | |
| $import_id, | |||
$action = NULL |
|||
| ) |
| $lang_var | ||
| $import_id | ||
| null | $action |
Definition at line 96 of file class.ilOrgUnitImporter.php.
Referenced by ilOrgUnitSimpleImport\simpleImport(), ilOrgUnitSimpleImport\simpleImportElement(), ilOrgUnitSimpleUserImport\simpleUserImport(), and ilOrgUnitSimpleUserImport\simpleUserImportElement().
Here is the caller graph for this function:| ilOrgUnitImporter::addWarning | ( | $lang_var, | |
| $import_id, | |||
$action = NULL |
|||
| ) |
| $lang_var | ||
| $import_id | ||
| null | $action |
Definition at line 86 of file class.ilOrgUnitImporter.php.
Referenced by ilOrgUnitSimpleImport\moveObject(), and ilOrgUnitSimpleImport\simpleImportElement().
Here is the caller graph for this function:
|
protected |
| $id | |
| $type |
Definition at line 34 of file class.ilOrgUnitImporter.php.
References $ref_id, ilObjOrgUnit\_exists(), ilObject\_getAllReferences(), ilObject\_hasUntrashedReference(), ilObject\_isInTrash(), and ilObject\_lookupObjIdByImportId().
Referenced by ilOrgUnitSimpleImport\simpleImportElement(), and ilOrgUnitSimpleUserImport\simpleUserImportElement().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitImporter::getErrors | ( | ) |
Definition at line 104 of file class.ilOrgUnitImporter.php.
References $errors.
| ilOrgUnitImporter::getStats | ( | ) |
Definition at line 120 of file class.ilOrgUnitImporter.php.
References $stats.
| ilOrgUnitImporter::getWarnings | ( | ) |
Definition at line 112 of file class.ilOrgUnitImporter.php.
References $warnings.
| ilOrgUnitImporter::hasErrors | ( | ) |
Definition at line 68 of file class.ilOrgUnitImporter.php.
| ilOrgUnitImporter::hasWarnings | ( | ) |
Definition at line 76 of file class.ilOrgUnitImporter.php.
| ilOrgUnitImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
| $a_entity | |
| $a_id | |
| $a_xml | |
| $a_mapping | ilImportMapping |
Reimplemented from ilXmlImporter.
Definition at line 135 of file class.ilOrgUnitImporter.php.
References $new, $old, and ilObject2\_lookupType().
Here is the call graph for this function:| ilOrgUnitImporter::$errors |
Definition at line 17 of file class.ilOrgUnitImporter.php.
Referenced by getErrors().
| ilOrgUnitImporter::$stats |
Definition at line 25 of file class.ilOrgUnitImporter.php.
Referenced by getStats().
| ilOrgUnitImporter::$warnings |
Definition at line 21 of file class.ilOrgUnitImporter.php.
Referenced by getWarnings().