|
ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilObjGlossary. More...
Inheritance diagram for ilObjGlossary:
Collaboration diagram for ilObjGlossary:Public Member Functions | |
| ilObjGlossary ($a_id=0, $a_call_by_reference=true) | |
| Constructor public. | |
| create ($a_upload=false) | |
| create glossary object | |
| read () | |
| read data of content object | |
| getDescription () | |
| get description of glossary object | |
| setDescription ($a_description) | |
| set description of glossary object | |
| setVirtualMode ($a_mode) | |
| set glossary type (virtual: fixed/level/subtree, normal:none) | |
| getVirtualMode () | |
| get glossary type (normal or virtual) | |
| isVirtual () | |
| returns true if glossary type is virtual (any mode) | |
| getTitle () | |
| get title of glossary object | |
| setTitle ($a_title) | |
| set title of glossary object | |
| setOnline ($a_online) | |
| getOnline () | |
| _lookupOnline ($a_id) | |
| check wether content object is online | |
| setActiveGlossaryMenu ($a_act_glo_menu) | |
| isActiveGlossaryMenu () | |
| setActiveDownloads ($a_down) | |
| isActiveDownloads () | |
| update () | |
| update object | |
| getTermList ($searchterm="") | |
| get term list | |
| createImportDirectory () | |
| creates data directory for import files (data_dir/glo_data/glo_<id>/import, depending on data directory that is set in ILIAS setup/ini) | |
| getImportDirectory () | |
| get import directory of glossary | |
| createExportDirectory ($a_type="xml") | |
| Creates export directory. | |
| getExportDirectory ($a_type="xml") | |
| Get export directory of glossary. | |
| getExportFiles () | |
| Get export files. | |
| setPublicExportFile ($a_type, $a_file) | |
| specify public export file for type | |
| getPublicExportFile ($a_type) | |
| get public export file | |
| exportHTML ($a_target_dir, $log) | |
| export html package | |
| exportHTMLGlossaryTerms (&$a_glo_gui, $a_target_dir) | |
| export glossary terms | |
| exportHTMLMOB ($a_target_dir, &$a_glo_gui, $a_mob_id) | |
| export media object to html | |
| exportHTMLFile ($a_target_dir, $a_file_id) | |
| export file object | |
| exportXML (&$a_xml_writer, $a_inst, $a_target_dir, &$expLog) | |
| export object to xml (see ilias_co.dtd) | |
| exportXMLGlossaryItems (&$a_xml_writer, $a_inst, &$expLog) | |
| export page objects to xml (see ilias_co.dtd) | |
| exportXMLMetaData (&$a_xml_writer) | |
| export content objects meta data to xml (see ilias_co.dtd) | |
| exportXMLMediaObjects (&$a_xml_writer, $a_inst, $a_target_dir, &$expLog) | |
| export media objects to xml (see ilias_co.dtd) | |
| exportFileItems ($a_target_dir, &$expLog) | |
| export files of file itmes | |
| modifyExportIdentifier ($a_tag, $a_param, $a_value) | |
| delete () | |
| delete glossary and all related data | |
| notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
| notifys an object about an event occured Based on the event happend, each object may decide how it reacts. | |
| getXMLZip () | |
| Get zipped xml file for glossary. | |
Public Member Functions inherited from ilObject | |
| ilObject ($a_id=0, $a_reference=true) | |
| Constructor public. | |
| withReferences () | |
| determines wehter objects are referenced or not (got ref ids or not) | |
| read ($a_force_db=false) | |
| read object data from db into object | |
| getId () | |
| get object id public | |
| setId ($a_id) | |
| set object id public | |
| setRefId ($a_id) | |
| set reference id public | |
| getRefId () | |
| get reference id public | |
| getType () | |
| get object type public | |
| setType ($a_type) | |
| set object type public | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions | |
| getUntranslatedTitle () | |
| get untranslated object title public | |
| getLongDescription () | |
| get object long description (stored in object_description) | |
| getImportId () | |
| get import id | |
| setImportId ($a_import_id) | |
| set import id | |
| _lookupObjIdByImportId ($a_import_id) | |
| getOwner () | |
| get object owner | |
| getOwnerName () | |
| _lookupOwnerName ($a_owner_id) | |
| lookup owner name for owner id | |
| setOwner ($a_owner) | |
| set object owner | |
| getCreateDate () | |
| get create date public | |
| getLastUpdateDate () | |
| get last update date public | |
| getDiskUsage () | |
| Gets the disk usage of the object in bytes. | |
| setObjDataRecord ($a_record) | |
| set object_data record (note: this method should only be called from the ilObjectFactory class) | |
| create () | |
| create | |
| MDUpdateListener ($a_element) | |
| Meta data update listener. | |
| createMetaData () | |
| create meta data entry | |
| updateMetaData () | |
| update meta data entry | |
| deleteMetaData () | |
| delete meta data entry | |
| updateOwner () | |
| update owner of object in db | |
| _getIdForImportId ($a_import_id) | |
| get current object id for import id (static) | |
| _getAllReferences ($a_id) | |
| get all reference ids of object | |
| _lookupOwner ($a_id) | |
| lookup object owner | |
| _lookupDescription ($a_id) | |
| lookup object description | |
| _lookupLastUpdate ($a_id, $a_as_string=false) | |
| lookup last update | |
| _getLastUpdateOfObjects ($a_objs) | |
| Get last update for a set of media objects. | |
| _setDeletedDate ($a_ref_id) | |
| only called in ilTree::saveSubTree | |
| _resetDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _lookupDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _writeTitle ($a_obj_id, $a_title) | |
| write title to db (static) | |
| _writeDescription ($a_obj_id, $a_desc) | |
| write description to db (static) | |
| _writeImportId ($a_obj_id, $a_import_id) | |
| write import id to db (static) | |
| _isInTrash ($a_ref_id) | |
| checks wether object is in trash | |
| _hasUntrashedReference ($a_obj_id) | |
| checks wether an object has at least one reference that is not in trash | |
| _lookupObjectId ($a_ref_id) | |
| lookup object id | |
| _getObjectsDataForType ($a_type, $a_omit_trash=false) | |
| get all objects of a certain type | |
| putInTree ($a_parent_ref) | |
| maybe this method should be in tree object!? | |
| setPermissions ($a_parent_ref) | |
| set permissions of object | |
| createReference () | |
| creates reference for object | |
| countReferences () | |
| count references of object | |
| initDefaultRoles () | |
| init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) public | |
| createRoleFolder () | |
| creates a local role folder | |
| setRegisterMode ($a_bool) | |
| isUserRegistered ($a_user_id=0) | |
| requireRegistration () | |
| getHTMLDirectory () | |
| cloneObject ($a_target_id, $a_copy_id=0) | |
| Clone object permissions, put in tree ... | |
| appendCopyInfo ($a_target_id, $a_copy_id) | |
| Prepend Copy info if object with same name exists in that container. | |
| cloneDependencies ($a_target_id, $a_copy_id) | |
| Clone object dependencies. | |
| cloneMetaData ($target_obj) | |
| Copy meta data. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilObject | |
| static | _lookupTitle ($a_id) |
| lookup object title | |
| static | _getIdsForTitle ($title, $type= '', $partialmatch=false) |
| static | _lookupObjId ($a_id) |
| static | _lookupType ($a_id, $a_reference=false) |
| lookup object type | |
| _exists ($a_id, $a_reference=false) | |
| checks if an object exists in object_data | |
| static | _getObjectsByType ($a_obj_type="", $a_owner="") |
| Get objects by type. | |
| static | _prepareCloneSelection ($a_ref_ids, $new_type) |
| Prepare copy wizard object selection. | |
| static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
| Get icon for repository item. | |
Data Fields inherited from ilObject | |
| $ilias | |
| $lng | |
| $id | |
| $ref_id | |
| $type | |
| $title | |
| $untranslatedTitle | |
| $desc | |
| $long_desc | |
| $owner | |
| $create_date | |
| $last_update | |
| $import_id | |
| $register = false | |
| $referenced | |
| $objectList | |
| $max_title | |
| $max_desc | |
| $add_dots | |
| $obj_data_record | |
| object_data record | |
Class ilObjGlossary.
Definition at line 38 of file class.ilObjGlossary.php.
| ilObjGlossary::_lookupOnline | ( | $a_id | ) |
check wether content object is online
Definition at line 184 of file class.ilObjGlossary.php.
References $ilDB, $q, and ilUtil\yn2tf().
Referenced by ilRepositoryExplorer\isClickable().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::create | ( | $a_upload = false | ) |
create glossary object
Definition at line 54 of file class.ilObjGlossary.php.
References $ilDB, ilObject\create(), ilObject\createMetaData(), and getVirtualMode().
Here is the call graph for this function:| ilObjGlossary::createExportDirectory | ( | $a_type = "xml" | ) |
Creates export directory.
Definition at line 338 of file class.ilObjGlossary.php.
References ilExport\_createExportDirectory(), ilObject\getId(), and ilObject\getType().
Here is the call graph for this function:| ilObjGlossary::createImportDirectory | ( | ) |
creates data directory for import files (data_dir/glo_data/glo_<id>/import, depending on data directory that is set in ILIAS setup/ini)
Definition at line 299 of file class.ilObjGlossary.php.
References ilUtil\getDataDir(), ilObject\getId(), and ilUtil\makeDir().
Here is the call graph for this function:| ilObjGlossary::delete | ( | ) |
delete glossary and all related data
this method has been tested on may 9th 2004 meta data, terms, definitions, definition meta data and definition pages have been deleted correctly as desired
public
Reimplemented from ilObject.
Definition at line 839 of file class.ilObjGlossary.php.
References $ilDB, $q, ilObject\deleteMetaData(), ilObject\getId(), getTermList(), and isVirtual().
Here is the call graph for this function:| ilObjGlossary::exportFileItems | ( | $a_target_dir, | |
| & | $expLog | ||
| ) |
export files of file itmes
Definition at line 798 of file class.ilObjGlossary.php.
Referenced by exportXML().
Here is the caller graph for this function:| ilObjGlossary::exportHTML | ( | $a_target_dir, | |
| $log | |||
| ) |
export html package
Definition at line 388 of file class.ilObjGlossary.php.
References $_GET, $file, ilObject\$ilias, $tpl, ilUtil\delDir(), exportHTMLFile(), exportHTMLGlossaryTerms(), exportHTMLMOB(), getExportDirectory(), ilObject\getId(), ilUtil\getImagePath(), ilUtil\getStyleSheetLocation(), ilObjStyleSheet\getSyntaxStylePath(), ilObject\getType(), ilUtil\makeDir(), and ilUtil\zip().
Here is the call graph for this function:| ilObjGlossary::exportHTMLFile | ( | $a_target_dir, | |
| $a_file_id | |||
| ) |
export file object
Definition at line 621 of file class.ilObjGlossary.php.
References ilUtil\makeDir().
Referenced by exportHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::exportHTMLGlossaryTerms | ( | & | $a_glo_gui, |
| $a_target_dir | |||
| ) |
export glossary terms
Definition at line 487 of file class.ilObjGlossary.php.
References $_GET, $file, ilObjFile\_getFilesOfObject(), ilObjMediaObject\_getMobsOfObject(), ilGlossaryDefinition\getDefinitionList(), getTermList(), and getTitle().
Referenced by exportHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::exportHTMLMOB | ( | $a_target_dir, | |
| & | $a_glo_gui, | ||
| $a_mob_id | |||
| ) |
export media object to html
Definition at line 563 of file class.ilObjGlossary.php.
References $_GET, $file, $tpl, ilUtil\getWebspaceDir(), ilUtil\makeDir(), and ilUtil\rCopy().
Referenced by exportHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::exportXML | ( | & | $a_xml_writer, |
| $a_inst, | |||
| $a_target_dir, | |||
| & | $expLog | ||
| ) |
export object to xml (see ilias_co.dtd)
| object | $a_xml_writer | ilXmlWriter object that receives the xml data |
Definition at line 642 of file class.ilObjGlossary.php.
References $ilBench, exportFileItems(), exportXMLGlossaryItems(), exportXMLMediaObjects(), exportXMLMetaData(), ilGlossaryDefinition\getDefinitionList(), and getTermList().
Here is the call graph for this function:| ilObjGlossary::exportXMLGlossaryItems | ( | & | $a_xml_writer, |
| $a_inst, | |||
| & | $expLog | ||
| ) |
export page objects to xml (see ilias_co.dtd)
| object | $a_xml_writer | ilXmlWriter object that receives the xml data |
Definition at line 713 of file class.ilObjGlossary.php.
References $ilBench, exportXMLMetaData(), and getTermList().
Referenced by exportXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::exportXMLMediaObjects | ( | & | $a_xml_writer, |
| $a_inst, | |||
| $a_target_dir, | |||
| & | $expLog | ||
| ) |
export media objects to xml (see ilias_co.dtd)
| object | $a_xml_writer | ilXmlWriter object that receives the xml data |
Definition at line 780 of file class.ilObjGlossary.php.
Referenced by exportXML().
Here is the caller graph for this function:| ilObjGlossary::exportXMLMetaData | ( | & | $a_xml_writer | ) |
export content objects meta data to xml (see ilias_co.dtd)
| object | $a_xml_writer | ilXmlWriter object that receives the xml data |
Definition at line 765 of file class.ilObjGlossary.php.
References ilObject\getId(), and ilObject\getType().
Referenced by exportXML(), and exportXMLGlossaryItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::getDescription | ( | ) |
get description of glossary object
Reimplemented from ilObject.
Definition at line 101 of file class.ilObjGlossary.php.
| ilObjGlossary::getExportDirectory | ( | $a_type = "xml" | ) |
Get export directory of glossary.
Definition at line 347 of file class.ilObjGlossary.php.
References ilExport\_getExportDirectory(), ilObject\getId(), and ilObject\getType().
Referenced by exportHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::getExportFiles | ( | ) |
Get export files.
Definition at line 356 of file class.ilObjGlossary.php.
References ilExport\_getExportFiles(), ilObject\getId(), and ilObject\getType().
Here is the call graph for this function:| ilObjGlossary::getImportDirectory | ( | ) |
get import directory of glossary
Definition at line 328 of file class.ilObjGlossary.php.
References ilUtil\getDataDir().
Here is the call graph for this function:| ilObjGlossary::getOnline | ( | ) |
Definition at line 176 of file class.ilObjGlossary.php.
| ilObjGlossary::getPublicExportFile | ( | $a_type | ) |
get public export file
| string | $a_type | type ("xml" / "html") |
Definition at line 380 of file class.ilObjGlossary.php.
Referenced by update().
Here is the caller graph for this function:| ilObjGlossary::getTermList | ( | $searchterm = "" | ) |
get term list
Definition at line 241 of file class.ilObjGlossary.php.
References ilObject\getId(), getVirtualMode(), and isVirtual().
Referenced by delete(), exportHTMLGlossaryTerms(), exportXML(), and exportXMLGlossaryItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossary::getTitle | ( | ) |
get title of glossary object
Reimplemented from ilObject.
Definition at line 157 of file class.ilObjGlossary.php.
Referenced by exportHTMLGlossaryTerms().
Here is the caller graph for this function:| ilObjGlossary::getVirtualMode | ( | ) |
get glossary type (normal or virtual)
Definition at line 139 of file class.ilObjGlossary.php.
Referenced by create(), getTermList(), and update().
Here is the caller graph for this function:| ilObjGlossary::getXMLZip | ( | ) |
Get zipped xml file for glossary.
Reimplemented from ilObject.
Definition at line 942 of file class.ilObjGlossary.php.
| ilObjGlossary::ilObjGlossary | ( | $a_id = 0, |
|
$a_call_by_reference = true |
|||
| ) |
Constructor public.
Definition at line 45 of file class.ilObjGlossary.php.
References ilObject\ilObject().
Here is the call graph for this function:| ilObjGlossary::isActiveDownloads | ( | ) |
Definition at line 211 of file class.ilObjGlossary.php.
Referenced by update().
Here is the caller graph for this function:| ilObjGlossary::isActiveGlossaryMenu | ( | ) |
Definition at line 201 of file class.ilObjGlossary.php.
Referenced by update().
Here is the caller graph for this function:| ilObjGlossary::isVirtual | ( | ) |
returns true if glossary type is virtual (any mode)
Definition at line 147 of file class.ilObjGlossary.php.
Referenced by delete(), and getTermList().
Here is the caller graph for this function:| ilObjGlossary::modifyExportIdentifier | ( | $a_tag, | |
| $a_param, | |||
| $a_value | |||
| ) |
Definition at line 816 of file class.ilObjGlossary.php.
References ilObject\getId().
Here is the call graph for this function:| ilObjGlossary::notify | ( | $a_event, | |
| $a_ref_id, | |||
| $a_parent_non_rbac_id, | |||
| $a_node_id, | |||
$a_params = 0 |
|||
| ) |
notifys an object about an event occured Based on the event happend, each object may decide how it reacts.
public
| string | event |
| integer | reference id of object where the event occured |
| array | passes optional paramters if required |
Reimplemented from ilObject.
Definition at line 885 of file class.ilObjGlossary.php.
References $_GET, and ilObject\getType().
Here is the call graph for this function:| ilObjGlossary::read | ( | ) |
read data of content object
Definition at line 77 of file class.ilObjGlossary.php.
References $ilDB, $q, ilObject\getId(), setActiveDownloads(), setActiveGlossaryMenu(), setOnline(), setPublicExportFile(), setVirtualMode(), and ilUtil\yn2tf().
Here is the call graph for this function:| ilObjGlossary::setActiveDownloads | ( | $a_down | ) |
Definition at line 206 of file class.ilObjGlossary.php.
Referenced by read().
Here is the caller graph for this function:| ilObjGlossary::setActiveGlossaryMenu | ( | $a_act_glo_menu | ) |
Definition at line 196 of file class.ilObjGlossary.php.
Referenced by read().
Here is the caller graph for this function:| ilObjGlossary::setDescription | ( | $a_description | ) |
set description of glossary object
Reimplemented from ilObject.
Definition at line 109 of file class.ilObjGlossary.php.
| ilObjGlossary::setOnline | ( | $a_online | ) |
Definition at line 171 of file class.ilObjGlossary.php.
Referenced by read().
Here is the caller graph for this function:| ilObjGlossary::setPublicExportFile | ( | $a_type, | |
| $a_file | |||
| ) |
specify public export file for type
| string | $a_type | type ("xml" / "html") |
| string | $a_file | file name |
Definition at line 368 of file class.ilObjGlossary.php.
Referenced by read().
Here is the caller graph for this function:| ilObjGlossary::setTitle | ( | $a_title | ) |
set title of glossary object
Reimplemented from ilObject.
Definition at line 165 of file class.ilObjGlossary.php.
| ilObjGlossary::setVirtualMode | ( | $a_mode | ) |
set glossary type (virtual: fixed/level/subtree, normal:none)
Definition at line 118 of file class.ilObjGlossary.php.
Referenced by read().
Here is the caller graph for this function:| ilObjGlossary::update | ( | ) |
update object
Reimplemented from ilObject.
Definition at line 219 of file class.ilObjGlossary.php.
References $ilDB, ilObject\getId(), getPublicExportFile(), getVirtualMode(), isActiveDownloads(), isActiveGlossaryMenu(), ilUtil\tf2yn(), and ilObject\updateMetaData().
Here is the call graph for this function: