|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for ilMDIdentifier:
Collaboration diagram for ilMDIdentifier:Public Member Functions | |
| setCatalog ($a_catalog) | |
| getCatalog () | |
| setEntry ($a_entry) | |
| getEntry () | |
| save () | |
| update () | |
| delete () | |
| __getFields () | |
| read () | |
| toXML (&$writer, $a_overwrite_id=false) | |
| setCatalog ($a_catalog) | |
| getCatalog () | |
| setEntry ($a_entry) | |
| getEntry () | |
| save () | |
| update () | |
| delete () | |
| __getFields () | |
| read () | |
| toXML (&$writer) | |
| _getIds ($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type) | |
Public Member Functions inherited from ilMDBase | |
| __construct ($a_rbac_id=0, $a_obj_id=0, $a_type=0) | |
| setRBACId ($a_id) | |
| getRBACId () | |
| setObjId ($a_id) | |
| getObjId () | |
| setObjType ($a_type) | |
| getObjType () | |
| setMetaId ($a_meta_id, $a_read_data=true) | |
| getMetaId () | |
| setParentType ($a_parent_type) | |
| getParentType () | |
| setParentId ($a_id) | |
| getParentId () | |
| setExportMode ($a_export_mode=true) | |
| getExportMode () | |
| validate () | |
| update () | |
| save () | |
| delete () | |
| toXML (&$writer) | |
| __construct ($a_rbac_id=0, $a_obj_id=0, $a_type=0) | |
| setRBACId ($a_id) | |
| getRBACId () | |
| setObjId ($a_id) | |
| getObjId () | |
| setObjType ($a_type) | |
| getObjType () | |
| setMetaId ($a_meta_id, $a_read_data=true) | |
| getMetaId () | |
| setParentType ($a_parent_type) | |
| getParentType () | |
| setParentId ($a_id) | |
| getParentId () | |
| validate () | |
| update () | |
| save () | |
| delete () | |
| toXML (&$writer) | |
Static Public Member Functions | |
| static | _getIds ($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type) |
| static | _getEntriesForObj ($a_rbac_id, $a_obj_id, $a_obj_type) |
| Get IDs for an object. More... | |
| static | _getEntriesForRbacObj ($a_rbac_id, $a_obj_type="") |
| Get IDs for an rbac object. More... | |
| static | existsIdInRbacObject ($a_rbac_id, $a_obj_type, $a_catalog, $a_entry) |
| Does id entry exist in rbac object? More... | |
| static | readIdData ($a_rbac_id, $a_obj_type, $a_catalog, $a_entry) |
| Does id entry exist in rbac object? More... | |
Additional Inherited Members | |
Data Fields inherited from ilMDBase | |
| $rbac_id | |
| $obj_id | |
| $obj_type | |
| $export_mode = false | |
Protected Attributes inherited from ilMDBase | |
| $log | |
Definition at line 32 of file class.ilMDIdentifier.php.
| ilMDIdentifier::__getFields | ( | ) |
Definition at line 100 of file class.ilMDIdentifier.php.
References getCatalog(), getEntry(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), and ilMDBase\getRBACId().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDIdentifier::__getFields | ( | ) |
Definition at line 101 of file class.ilMDIdentifier.php.
References getCatalog(), getEntry(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), ilMDBase\getRBACId(), and ilUtil\prepareDBString().
Here is the call graph for this function:
|
static |
Get IDs for an object.
return
Definition at line 193 of file class.ilMDIdentifier.php.
References $ilDB, $query, $r, and $res.
Referenced by ilLMObject\getExportId(), and ilLMObject\saveExportId().
Here is the caller graph for this function:
|
static |
Get IDs for an rbac object.
return
Definition at line 219 of file class.ilMDIdentifier.php.
References $ilDB, $query, $r, and $res.
Referenced by ilLMObject\getDuplicateExportIDs().
Here is the caller graph for this function:
|
static |
Definition at line 169 of file class.ilMDIdentifier.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMDGeneral\getIdentifierIds(), and ilMDMetaMetadata\getIdentifierIds().
Here is the caller graph for this function:| ilMDIdentifier::_getIds | ( | $a_rbac_id, | |
| $a_obj_id, | |||
| $a_parent_id, | |||
| $a_parent_type | |||
| ) |
Definition at line 150 of file class.ilMDIdentifier.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
| ilMDIdentifier::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 85 of file class.ilMDIdentifier.php.
References $ilDB, $query, $res, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDIdentifier::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 84 of file class.ilMDIdentifier.php.
References $ilDB, $query, and ilMDBase\getMetaId().
Here is the call graph for this function:
|
static |
Does id entry exist in rbac object?
return
Definition at line 250 of file class.ilMDIdentifier.php.
References $ilDB, $query, and $r.
Referenced by ilLMObject\existsExportID().
Here is the caller graph for this function:| ilMDIdentifier::getCatalog | ( | ) |
Definition at line 40 of file class.ilMDIdentifier.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDIdentifier::getCatalog | ( | ) |
Definition at line 40 of file class.ilMDIdentifier.php.
| ilMDIdentifier::getEntry | ( | ) |
Definition at line 48 of file class.ilMDIdentifier.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDIdentifier::getEntry | ( | ) |
Definition at line 48 of file class.ilMDIdentifier.php.
| ilMDIdentifier::read | ( | ) |
Definition at line 112 of file class.ilMDIdentifier.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setCatalog(), setEntry(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), and ilMDBase\setRBACId().
Here is the call graph for this function:| ilMDIdentifier::read | ( | ) |
Definition at line 113 of file class.ilMDIdentifier.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setCatalog(), setEntry(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), ilMDBase\setRBACId(), and ilUtil\stripSlashes().
Here is the call graph for this function:
|
static |
Does id entry exist in rbac object?
return
Definition at line 273 of file class.ilMDIdentifier.php.
References $data, $ilDB, $query, and $r.
Referenced by ilLMObject\getExportIDInfo().
Here is the caller graph for this function:| ilMDIdentifier::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 54 of file class.ilMDIdentifier.php.
References $ilDB, __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDIdentifier::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 54 of file class.ilMDIdentifier.php.
References ilMDBase\getMetaId(), ilDBConstants\MDB2_AUTOQUERY_INSERT, and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDIdentifier::setCatalog | ( | $a_catalog | ) |
Definition at line 36 of file class.ilMDIdentifier.php.
Referenced by read().
Here is the caller graph for this function:| ilMDIdentifier::setCatalog | ( | $a_catalog | ) |
Definition at line 36 of file class.ilMDIdentifier.php.
| ilMDIdentifier::setEntry | ( | $a_entry | ) |
Definition at line 44 of file class.ilMDIdentifier.php.
Referenced by read().
Here is the caller graph for this function:| ilMDIdentifier::setEntry | ( | $a_entry | ) |
Definition at line 44 of file class.ilMDIdentifier.php.
| ilMDIdentifier::toXML | ( | & | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 142 of file class.ilMDIdentifier.php.
References getCatalog(), and getEntry().
Here is the call graph for this function:| ilMDIdentifier::toXML | ( | & | $writer, |
$a_overwrite_id = false |
|||
| ) |
Definition at line 141 of file class.ilMDIdentifier.php.
References getCatalog(), getEntry(), ilMDBase\getExportMode(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMDIdentifier::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 69 of file class.ilMDIdentifier.php.
References $ilDB, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDIdentifier::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 67 of file class.ilMDIdentifier.php.
References $ilDB, ilMDBase\getMetaId(), and ilDBConstants\MDB2_AUTOQUERY_UPDATE.
Here is the call graph for this function: