ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilOrgUnitImporter. More...
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) | |
Import XML. | |
Public Member Functions inherited from ilXmlImporter | |
__construct () | |
Constructor. | |
init () | |
Init. | |
setInstallId ($a_val) | |
Set installation id. | |
getInstallId () | |
Get installation id. | |
setInstallUrl ($a_val) | |
Set installation url. | |
getInstallUrl () | |
Get installation url. | |
setSchemaVersion ($a_val) | |
Set schema version. | |
getSchemaVersion () | |
Get schema version. | |
setImportDirectory ($a_val) | |
Set import directory. | |
getImportDirectory () | |
Get import directory. | |
setSkipEntities ($a_val) | |
Set skip entities. | |
getSkipEntities () | |
Get skip entities. | |
finalProcessing ($a_mapping) | |
Final processing. |
Data Fields | |
$errors | |
$warnings | |
$stats |
Protected Member Functions | |
buildRef ($id, $type) |
Additional Inherited Members | |
Protected Attributes inherited from ilXmlImporter | |
$skip_entities = array() |
Class ilOrgUnitImporter.
Definition at line 11 of file class.ilOrgUnitImporter.php.
ilOrgUnitImporter::addError | ( | $lang_var, | |
$import_id, | |||
$action = null |
|||
) |
Definition at line 63 of file class.ilOrgUnitImporter.php.
Referenced by ilOrgUnitSimpleImport\simpleImport(), ilOrgUnitSimpleImport\simpleImportElement(), ilOrgUnitSimpleUserImport\simpleUserImport(), and ilOrgUnitSimpleUserImport\simpleUserImportElement().
ilOrgUnitImporter::addWarning | ( | $lang_var, | |
$import_id, | |||
$action = null |
|||
) |
Definition at line 59 of file class.ilOrgUnitImporter.php.
Referenced by ilOrgUnitSimpleImport\simpleImportElement().
|
protected |
Definition at line 23 of file class.ilOrgUnitImporter.php.
References ilObjOrgUnit\_exists(), ilObject\_getAllReferences(), and ilObject\_lookupObjIdByImportId().
Referenced by ilOrgUnitSimpleImport\simpleImportElement(), and ilOrgUnitSimpleUserImport\simpleUserImportElement().
ilOrgUnitImporter::getErrors | ( | ) |
ilOrgUnitImporter::getStats | ( | ) |
ilOrgUnitImporter::getWarnings | ( | ) |
ilOrgUnitImporter::hasErrors | ( | ) |
Definition at line 51 of file class.ilOrgUnitImporter.php.
ilOrgUnitImporter::hasWarnings | ( | ) |
Definition at line 55 of file class.ilOrgUnitImporter.php.
ilOrgUnitImporter::importXmlRepresentation | ( | $a_entity, | |
$a_id, | |||
$a_xml, | |||
$a_mapping | |||
) |
Import XML.
@return |
Reimplemented from ilXmlImporter.
Definition at line 97 of file class.ilOrgUnitImporter.php.
ilOrgUnitImporter::$errors |
Definition at line 14 of file class.ilOrgUnitImporter.php.
Referenced by getErrors().
ilOrgUnitImporter::$stats |
Definition at line 20 of file class.ilOrgUnitImporter.php.
Referenced by getStats().
ilOrgUnitImporter::$warnings |
Definition at line 17 of file class.ilOrgUnitImporter.php.
Referenced by getWarnings().