ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
ilMDIdentifier ($a_rbac_id=0, $a_obj_id=0, $a_obj_type= '') | |
setCatalog ($a_catalog) | |
getCatalog () | |
setEntry ($a_entry) | |
getEntry () | |
save () | |
update () | |
delete () | |
__getFields () | |
read () | |
toXML (&$writer, $a_overwrite_id=false) | |
_getIds ($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type) | |
ilMDIdentifier ($a_rbac_id=0, $a_obj_id=0, $a_obj_type= '') | |
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 | |
ilMDBase ($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 () | |
ilMDBase ($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 () |
Static Public Member Functions | |
static | _getEntriesForObj ($a_rbac_id, $a_obj_id, $a_obj_type) |
Get IDs for an object. | |
static | _getEntriesForRbacObj ($a_rbac_id, $a_obj_type="") |
Get IDs for an rbac object. | |
static | existsIdInRbacObject ($a_rbac_id, $a_obj_type, $a_catalog, $a_entry) |
Does id entry exist in rbac object? | |
static | readIdData ($a_rbac_id, $a_obj_type, $a_catalog, $a_entry) |
Does id entry exist in rbac object? |
Additional Inherited Members | |
Data Fields inherited from ilMDBase | |
$rbac_id | |
$obj_id | |
$obj_type | |
$export_mode = false |
Definition at line 32 of file class.ilMDIdentifier.php.
ilMDIdentifier::__getFields | ( | ) |
Definition at line 107 of file class.ilMDIdentifier.php.
References getCatalog(), getEntry(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), and ilMDBase\getRBACId().
Referenced by save().
ilMDIdentifier::__getFields | ( | ) |
Definition at line 109 of file class.ilMDIdentifier.php.
References getCatalog(), getEntry(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), ilMDBase\getRBACId(), and ilUtil\prepareDBString().
|
static |
Get IDs for an object.
@return |
Definition at line 200 of file class.ilMDIdentifier.php.
References $ilDB, $query, and $res.
Referenced by ilLMObject\getExportId(), and ilLMObject\saveExportId().
|
static |
Get IDs for an rbac object.
@return |
Definition at line 226 of file class.ilMDIdentifier.php.
References $ilDB, $query, and $res.
Referenced by ilLMObject\getDuplicateExportIDs().
ilMDIdentifier::_getIds | ( | $a_rbac_id, | |
$a_obj_id, | |||
$a_parent_id, | |||
$a_parent_type | |||
) |
Definition at line 158 of file class.ilMDIdentifier.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
ilMDIdentifier::_getIds | ( | $a_rbac_id, | |
$a_obj_id, | |||
$a_parent_id, | |||
$a_parent_type | |||
) |
Definition at line 176 of file class.ilMDIdentifier.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilMDMetaMetadata\getIdentifierIds(), and ilMDGeneral\getIdentifierIds().
ilMDIdentifier::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 92 of file class.ilMDIdentifier.php.
References $ilDB, $query, $res, and ilMDBase\getMetaId().
ilMDIdentifier::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 92 of file class.ilMDIdentifier.php.
References $ilDB, $query, and ilMDBase\getMetaId().
|
static |
Does id entry exist in rbac object?
@return |
Definition at line 257 of file class.ilMDIdentifier.php.
Referenced by ilLMObject\existsExportID().
ilMDIdentifier::getCatalog | ( | ) |
Definition at line 47 of file class.ilMDIdentifier.php.
Referenced by __getFields(), and toXML().
ilMDIdentifier::getCatalog | ( | ) |
Definition at line 48 of file class.ilMDIdentifier.php.
ilMDIdentifier::getEntry | ( | ) |
Definition at line 55 of file class.ilMDIdentifier.php.
Referenced by __getFields(), and toXML().
ilMDIdentifier::getEntry | ( | ) |
Definition at line 56 of file class.ilMDIdentifier.php.
ilMDIdentifier::ilMDIdentifier | ( | $a_rbac_id = 0 , |
|
$a_obj_id = 0 , |
|||
$a_obj_type = '' |
|||
) |
Definition at line 35 of file class.ilMDIdentifier.php.
References ilMDBase\ilMDBase().
ilMDIdentifier::ilMDIdentifier | ( | $a_rbac_id = 0 , |
|
$a_obj_id = 0 , |
|||
$a_obj_type = '' |
|||
) |
Definition at line 36 of file class.ilMDIdentifier.php.
References ilMDBase\ilMDBase().
ilMDIdentifier::read | ( | ) |
Definition at line 119 of file class.ilMDIdentifier.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, ilMDBase\getMetaId(), setCatalog(), setEntry(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), and ilMDBase\setRBACId().
ilMDIdentifier::read | ( | ) |
Definition at line 121 of file class.ilMDIdentifier.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, ilMDBase\getMetaId(), setCatalog(), setEntry(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), ilMDBase\setRBACId(), and ilUtil\stripSlashes().
|
static |
Does id entry exist in rbac object?
@return |
Definition at line 280 of file class.ilMDIdentifier.php.
Referenced by ilLMObject\getExportIDInfo().
ilMDIdentifier::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 61 of file class.ilMDIdentifier.php.
References $ilDB, __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
ilMDIdentifier::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 62 of file class.ilMDIdentifier.php.
References ilMDBase\getMetaId(), and ilMDBase\setMetaId().
ilMDIdentifier::setCatalog | ( | $a_catalog | ) |
Definition at line 43 of file class.ilMDIdentifier.php.
Referenced by read().
ilMDIdentifier::setCatalog | ( | $a_catalog | ) |
Definition at line 44 of file class.ilMDIdentifier.php.
ilMDIdentifier::setEntry | ( | $a_entry | ) |
Definition at line 51 of file class.ilMDIdentifier.php.
Referenced by read().
ilMDIdentifier::setEntry | ( | $a_entry | ) |
Definition at line 52 of file class.ilMDIdentifier.php.
ilMDIdentifier::toXML | ( | & | $writer, |
$a_overwrite_id = false |
|||
) |
Definition at line 148 of file class.ilMDIdentifier.php.
References getCatalog(), getEntry(), ilMDBase\getExportMode(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
ilMDIdentifier::toXML | ( | & | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 150 of file class.ilMDIdentifier.php.
References getCatalog(), and getEntry().
ilMDIdentifier::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 75 of file class.ilMDIdentifier.php.
References $ilDB, and ilMDBase\getMetaId().
ilMDIdentifier::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 76 of file class.ilMDIdentifier.php.
References $ilDB, and ilMDBase\getMetaId().