ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Bibliographic dataset class. More...
Public Member Functions | |
__construct () | |
getSupportedVersions () | |
getXmlNamespace ($a_entity, $a_schema_version) | |
importRecord ($a_entity, $a_types, $a_rec, $a_mapping, $a_schema_version) | |
readData ($a_entity, $a_version, $a_ids) | |
Read data from Cache for a given entity and ID(s) More... | |
exportLibraryFile ($a_id) | |
importLibraryFile ($a_mapping) | |
Public Member Functions inherited from ilDataSet | |
__construct () | |
Constructor. More... | |
init ($a_entity, $a_schema_version) | |
Init. More... | |
getSupportedVersions () | |
Get supported version. More... | |
readData ($a_entity, $a_version, $a_ids) | |
Read data from DB. More... | |
setExportDirectories ($a_relative, $a_absolute) | |
Set export directories. More... | |
setImportDirectory ($a_val) | |
Set import directory. More... | |
getImportDirectory () | |
Get import directory. More... | |
setDSPrefix ($a_val) | |
Set XML dataset namespace prefix. More... | |
getDSPrefix () | |
Get XML dataset namespace prefix. More... | |
getDSPrefixString () | |
getDirectDataFromQuery ($a_query, $a_convert_to_leading_upper=true, $a_set=true) | |
Get data from query.This is a standard procedure, all db field names are directly mapped to abstract fields. More... | |
convertToLeadingUpper ($a_str) | |
Make xyz_abc a XyzAbc string. More... | |
getJsonRepresentation () | |
Get json representation. More... | |
getXmlRepresentation ($a_entity, $a_schema_version, $a_ids, $a_field="", $a_omit_header=false, $a_omit_types=false) | |
Get xml representation <dataset install_id="123" install_url="..."> <types entity="table_name" version="4.0.1"> <ftype name="field_1" type="text"> <ftype name="field_2" type="date"> <ftype name="field_3" type="integer"> </types> <types ...> ... More... | |
addRecordsXml ($a_writer, $a_prefixes, $a_entity, $a_schema_version, $a_ids, $a_field="") | |
Add records xml. More... | |
afterXmlRecordWriting ($a_entity, $a_version, $a_set) | |
After xml record writing hook record. More... | |
getNamespaces (&$namespaces, $a_entity, $a_schema_version) | |
Get xml namespaces. More... | |
getXmlRecord ($a_entity, $a_version, $a_set) | |
Get xml record for version. More... | |
getJsonRecord ($a_set) | |
Get json record for version. More... | |
getXmlTypes ($a_entity, $a_version) | |
Get xml types. More... | |
getJsonTypes ($a_entity, $a_version) | |
Get json types. More... | |
getXMLEntityName ($a_entity, $a_version) | |
Get entity name for xml (may be overwritten) More... | |
getXMLEntityTag ($a_entity, $a_schema_version) | |
Get entity tag. More... | |
getJsonEntityName ($a_entity, $a_version) | |
Get entity name for json (may be overwritten) More... | |
setImport ($a_val) | |
Set import object. More... | |
getImport () | |
Get import object. More... | |
setCurrentInstallationId ($a_val) | |
Set current installation id. More... | |
getCurrentInstallationId () | |
Get current installation id. More... | |
Protected Member Functions | |
getTypes ($a_entity, $a_version) | |
Map XML attributes of entities to datatypes (text, integer...) More... | |
getDependencies ($a_entity, $a_version, $a_rec, $a_ids) | |
Return dependencies form entities to other entities (in our case these are all the DB relations) More... | |
_readData ($a_entity, $a_ids) | |
Build data array, data is read from cache except bibl object itself. More... | |
Protected Member Functions inherited from ilDataSet | |
getTypes ($a_entity, $a_version) | |
Get (abstract) types for (abstract) field names. More... | |
getXmlNamespace ($a_entity, $a_schema_version) | |
Get xml namespace. More... | |
createObjectExportId ($a_type, $a_id) | |
Build ilias export id. More... | |
parseObjectExportId ($a_id, $a_fallback_id=NULL) | |
Parse export id. More... | |
Protected Attributes | |
$db | |
$data = array() | |
$record_field_ids_2_storage = array() | |
$import_bib_object | |
$user | |
$import_temp_refs = array() | |
$import_temp_refs_props = array() | |
Protected Attributes inherited from ilDataSet | |
$current_installation_id = "" | |
Additional Inherited Members | |
Data Fields inherited from ilDataSet | |
$dircnt | |
const | EXPORT_NO_INST_ID = 1 |
const | EXPORT_ID_ILIAS_LOCAL = 2 |
const | EXPORT_ID_ILIAS_LOCAL_INVALID = 3 |
const | EXPORT_ID_ILIAS_REMOTE = 4 |
const | EXPORT_ID_ILIAS_REMOTE_INVALID = 5 |
const | EXPORT_ID = 6 |
const | EXPORT_ID_INVALID = 7 |
Bibliographic dataset class.
Definition at line 11 of file class.ilBibliographicDataSet.php.
ilBibliographicDataSet::__construct | ( | ) |
|
protected |
Build data array, data is read from cache except bibl object itself.
string | $a_entity | |
array | $a_ids |
Definition at line 169 of file class.ilBibliographicDataSet.php.
References $data, ilObject\_lookupType(), array, and data.
Referenced by readData().
ilBibliographicDataSet::exportLibraryFile | ( | $a_id | ) |
|
protected |
Return dependencies form entities to other entities (in our case these are all the DB relations)
string | $a_entity | |
string | $a_version | |
array | $a_rec | |
array | $a_ids |
Definition at line 142 of file class.ilBibliographicDataSet.php.
ilBibliographicDataSet::getSupportedVersions | ( | ) |
|
protected |
Map XML attributes of entities to datatypes (text, integer...)
string | $a_entity | |
string | $a_version |
Definition at line 116 of file class.ilBibliographicDataSet.php.
References array.
ilBibliographicDataSet::getXmlNamespace | ( | $a_entity, | |
$a_schema_version | |||
) |
string | $a_entity | |
string | $a_schema_version |
Definition at line 69 of file class.ilBibliographicDataSet.php.
ilBibliographicDataSet::importLibraryFile | ( | $a_mapping | ) |
ilImportMapping | $a_mapping |
Definition at line 204 of file class.ilBibliographicDataSet.php.
References ilUtil\getDataDir(), and ilDataSet\getImportDirectory().
Referenced by importRecord().
ilBibliographicDataSet::importRecord | ( | $a_entity, | |
$a_types, | |||
$a_rec, | |||
$a_mapping, | |||
$a_schema_version | |||
) |
string | $a_entity | |
$a_types | ||
array | $a_rec | |
ilImportMapping | $a_mapping | |
string | $a_schema_version |
Definition at line 81 of file class.ilBibliographicDataSet.php.
References $DIC, $ilDB, ilObjectFactory\getInstanceByObjId(), and importLibraryFile().
ilBibliographicDataSet::readData | ( | $a_entity, | |
$a_version, | |||
$a_ids | |||
) |
Read data from Cache for a given entity and ID(s)
string | $a_entity | |
string | $a_version | |
array | $a_ids | one or multiple ids |
Definition at line 154 of file class.ilBibliographicDataSet.php.
References _readData(), array, and data.
|
protected |
Definition at line 20 of file class.ilBibliographicDataSet.php.
Referenced by _readData().
|
protected |
Definition at line 16 of file class.ilBibliographicDataSet.php.
|
protected |
Definition at line 30 of file class.ilBibliographicDataSet.php.
|
protected |
Definition at line 38 of file class.ilBibliographicDataSet.php.
|
protected |
Definition at line 42 of file class.ilBibliographicDataSet.php.
|
protected |
Definition at line 26 of file class.ilBibliographicDataSet.php.
|
protected |
Definition at line 34 of file class.ilBibliographicDataSet.php.