ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilOrgUnitExporter. More...
Public Member Functions | |
simpleExport ($orgu_ref_id) | |
simpleExportExcel ($orgu_ref_id) | |
sendAndCreateSimpleExportFile () | |
Public Member Functions inherited from ilCategoryExporter | |
getXmlExportHeadDependencies ($a_entity, $a_target_release, $a_ids) | |
Get head dependencies. More... | |
getXmlExportTailDependencies ($a_entity, $a_target_release, $a_ids) | |
Get tail dependencies. More... | |
getXmlRepresentation ($a_entity, $a_schema_version, $a_id) | |
Get xml. More... | |
getValidSchemaVersions ($a_entity) | |
Returns schema versions that the component can export to. More... | |
init () | |
Init method. More... | |
Public Member Functions inherited from ilXmlExporter | |
__construct () | |
Constructor. More... | |
setExport (ilExport $a_exp) | |
Set export object. More... | |
getExport () | |
Get export. More... | |
getXmlRepresentation ($a_entity, $a_schema_version, $a_id) | |
Get xml representation. More... | |
init () | |
setExportDirectories ($a_dir_relative, $a_dir_absolute) | |
Export directories. More... | |
getRelativeExportDirectory () | |
Get relative export directory. More... | |
getAbsoluteExportDirectory () | |
Get absolute export directory. More... | |
getXmlExportHeadDependencies ($a_entity, $a_target_release, $a_ids) | |
Get head dependencies. More... | |
getXmlExportTailDependencies ($a_entity, $a_target_release, $a_ids) | |
Get tail dependencies. More... | |
getValidSchemaVersions ($a_entity) | |
Returns schema versions that the component can export to. More... | |
determineSchemaVersion ($a_entity, $a_target_release) | |
Determine schema version. More... | |
Protected Member Functions | |
buildExternalId ($orgu_ref_id) | |
Private Member Functions | |
getStructure ($root_node_ref) | |
getAttributesForOrgu ($orgu) | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilXmlExporter | |
static | lookupExportDirectory ($a_obj_type, $a_obj_id, $a_export_type='xml', $a_entity="") |
export directory lookup More... | |
Protected Attributes inherited from ilXmlExporter | |
$dir_relative | |
$dir_absolute | |
$exp | |
Class ilOrgUnitExporter.
Definition at line 13 of file class.ilOrgUnitExporter.php.
|
protected |
$orgu_ref_id | int |
Definition at line 41 of file class.ilOrgUnitExporter.php.
Referenced by getAttributesForOrgu(), and simpleExport().
|
private |
$orgu | ilObjOrgUnit |
Definition at line 152 of file class.ilOrgUnitExporter.php.
References $DIC, $ref_id, array, buildExternalId(), and ilObjOrgUnit\getRootOrgRefId().
Referenced by simpleExport(), and simpleExportExcel().
|
private |
Definition at line 132 of file class.ilOrgUnitExporter.php.
References $DIC, $new, and array.
Referenced by simpleExport(), and simpleExportExcel().
ilOrgUnitExporter::sendAndCreateSimpleExportFile | ( | ) |
Definition at line 91 of file class.ilOrgUnitExporter.php.
References ilXmlExporter\$exp, ilExport\_createExportDirectory(), ilExport\_getExportDirectory(), array, ilUtil\delDir(), ilUtil\deliverFile(), ilObjOrgUnit\getRootOrgId(), ilObjOrgUnit\getRootOrgRefId(), IL_CAL_UNIX, ILIAS_VERSION_NUMERIC, ilUtil\makeDirParents(), simpleExport(), time, and ilUtil\zip().
ilOrgUnitExporter::simpleExport | ( | $orgu_ref_id | ) |
Definition at line 17 of file class.ilOrgUnitExporter.php.
References buildExternalId(), getAttributesForOrgu(), ilObjOrgUnit\getRootOrgRefId(), and getStructure().
Referenced by sendAndCreateSimpleExportFile().
ilOrgUnitExporter::simpleExportExcel | ( | $orgu_ref_id | ) |
$orgu_ref_id |
Definition at line 49 of file class.ilOrgUnitExporter.php.
References $row, $worksheet, getAttributesForOrgu(), ilObjOrgUnit\getRootOrgRefId(), and getStructure().