ILIAS
Release_5_0_x_branch Revision 61816
|
DataCollection dataset class. More...
Public Member Functions | |
__construct () | |
Constructor. | |
getSupportedVersions () | |
getCache ($a_entity) | |
Get cached data from a given entity. | |
getXmlNamespace ($a_entity, $a_schema_version) | |
readData ($a_entity, $a_version, $a_ids) | |
Read data from Cache for a given entity and ID(s) | |
Public Member Functions inherited from ilDataSet | |
init ($a_entity, $a_schema_version) | |
Init. | |
setExportDirectories ($a_relative, $a_absolute) | |
Set export directories. | |
setImportDirectory ($a_val) | |
Set import directory. | |
getImportDirectory () | |
Get import directory. | |
setDSPrefix ($a_val) | |
Set XML dataset namespace prefix. | |
getDSPrefix () | |
Get XML dataset namespace prefix. | |
getDSPrefixString () | |
getDirectDataFromQuery ($a_query, $a_convert_to_leading_upper=true) | |
Get data from query.This is a standard procedure, all db field names are directly mapped to abstract fields. | |
convertToLeadingUpper ($a_str) | |
Make xyz_abc a XyzAbc string. | |
getJsonRepresentation () | |
Get json representation. | |
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 ...> ... | |
addRecordsXml ($a_writer, $a_prefixes, $a_entity, $a_schema_version, $a_ids, $a_field="") | |
Add records xml. | |
afterXmlRecordWriting ($a_entity, $a_version, $a_set) | |
After xml record writing hook record. | |
getNamespaces (&$namespaces, $a_entity, $a_schema_version) | |
Get xml namespaces. | |
getXmlRecord ($a_entity, $a_version, $a_set) | |
Get xml record for version. | |
getJsonRecord ($a_set) | |
Get json record for version. | |
getXmlTypes ($a_entity, $a_version) | |
Get xml types. | |
getJsonTypes ($a_entity, $a_version) | |
Get json types. | |
getXMLEntityName ($a_entity, $a_version) | |
Get entity name for xml (may be overwritten) | |
getXMLEntityTag ($a_entity, $a_schema_version) | |
Get entity tag. | |
getJsonEntityName ($a_entity, $a_version) | |
Get entity name for json (may be overwritten) | |
setImport ($a_val) | |
Set import object. | |
getImport () | |
Get import object. |
Protected Member Functions | |
getTypes ($a_entity, $a_version) | |
Map XML attributes of entities to datatypes (text, integer...) | |
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) | |
_readData ($a_entity, $a_ids) | |
Build data array, data is read from cache except dcl object itself. | |
buildCache ($a_entity, $set) | |
Helper method to build cache for data of all entities. | |
Protected Member Functions inherited from ilDataSet | |
createObjectExportId ($a_type, $a_id) | |
Build ilias export id. | |
parseObjectExportId ($a_id, $a_fallback_id=NULL) | |
Parse export id. |
Protected Attributes | |
$db | |
$data = array() | |
$record_field_ids_2_storage = array() | |
$caches | |
$import_dc_object | |
$count_imported_tables = 0 | |
$import_record_field_cache = array() | |
$user | |
$import_temp_refs = array() | |
$import_temp_refs_props = array() | |
$import_temp_new_mob_ids = array() |
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 |
DataCollection dataset class.
Definition at line 14 of file class.ilDataCollectionDataSet.php.
ilDataCollectionDataSet::__construct | ( | ) |
Constructor.
Reimplemented from ilDataSet.
Definition at line 94 of file class.ilDataCollectionDataSet.php.
|
protected |
Build data array, data is read from cache except dcl object itself.
$a_entity | |
$a_ids |
Definition at line 619 of file class.ilDataCollectionDataSet.php.
References ilObject\_lookupType().
|
protected |
Helper method to build cache for data of all entities.
$a_entity | ||
Object | $set | ilDB->query() object |
Definition at line 659 of file class.ilDataCollectionDataSet.php.
Referenced by getDependencies().
ilDataCollectionDataSet::getCache | ( | $a_entity | ) |
Get cached data from a given entity.
$a_entity |
ilException |
Definition at line 118 of file class.ilDataCollectionDataSet.php.
|
protected |
Return dependencies form entities to other entities (in our case these are all the DB relations)
$a_entity | |
$a_version | |
$a_rec | |
$a_ids |
Definition at line 511 of file class.ilDataCollectionDataSet.php.
References buildCache().
ilDataCollectionDataSet::getSupportedVersions | ( | ) |
Reimplemented from ilDataSet.
Definition at line 105 of file class.ilDataCollectionDataSet.php.
|
protected |
Map XML attributes of entities to datatypes (text, integer...)
string | $a_entity | |
string | $a_version |
Reimplemented from ilDataSet.
Definition at line 400 of file class.ilDataCollectionDataSet.php.
ilDataCollectionDataSet::getXmlNamespace | ( | $a_entity, | |
$a_schema_version | |||
) |
string | $a_entity | |
string | $a_schema_version |
Reimplemented from ilDataSet.
Definition at line 133 of file class.ilDataCollectionDataSet.php.
ilDataCollectionDataSet::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 |
Reimplemented from ilDataSet.
Definition at line 604 of file class.ilDataCollectionDataSet.php.
|
protected |
Definition at line 49 of file class.ilDataCollectionDataSet.php.
|
protected |
Definition at line 69 of file class.ilDataCollectionDataSet.php.
|
protected |
Definition at line 23 of file class.ilDataCollectionDataSet.php.
|
protected |
Definition at line 19 of file class.ilDataCollectionDataSet.php.
|
protected |
Definition at line 65 of file class.ilDataCollectionDataSet.php.
|
protected |
Definition at line 75 of file class.ilDataCollectionDataSet.php.
|
protected |
Definition at line 91 of file class.ilDataCollectionDataSet.php.
|
protected |
Definition at line 83 of file class.ilDataCollectionDataSet.php.
|
protected |
Definition at line 87 of file class.ilDataCollectionDataSet.php.
|
protected |
Definition at line 29 of file class.ilDataCollectionDataSet.php.
|
protected |
Definition at line 79 of file class.ilDataCollectionDataSet.php.