ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilObjBibliographic. More...
Public Member Functions | |
__construct ($file_type, $entry_id=null) | |
doCreate () | |
Create object. | |
doRead () | |
Read data from database tables il_bibl_entry and il_bibl_attribute. | |
doUpdate () | |
Update database tables il_bibl_entry and il_bibl_attribute. | |
doDelete () | |
Delete data from db. | |
setAttributes ($attributes) | |
getAttributes () | |
setOverwiew () | |
getOverwiew () | |
setBibliographicObjId ($bibliographic_obj_id) | |
getBibliographicObjId () | |
setEntryId ($entry_id) | |
getEntryId () | |
setType ($type) | |
getType () |
Static Public Member Functions | |
static | __getAllEntries ($object_id) |
Read all entries from the database. |
Protected Member Functions | |
loadAttributes () | |
Reads all the entrys attributes from database. |
Protected Attributes | |
$bibliographic_obj_id | |
$entry_id | |
$type | |
$attributes | |
$file_type |
Class ilObjBibliographic.
Definition at line 12 of file class.ilBibliographicEntry.php.
ilBibliographicEntry::__construct | ( | $file_type, | |
$entry_id = null |
|||
) |
Definition at line 46 of file class.ilBibliographicEntry.php.
References $entry_id, $file_type, doRead(), and setEntryId().
|
static |
Read all entries from the database.
$object_id |
Definition at line 332 of file class.ilBibliographicEntry.php.
Referenced by ilDataBibliographicRecordListTableGUI\__construct().
ilBibliographicEntry::doCreate | ( | ) |
Create object.
Definition at line 62 of file class.ilBibliographicEntry.php.
References getAttributes(), and setEntryId().
ilBibliographicEntry::doDelete | ( | ) |
Delete data from db.
Definition at line 137 of file class.ilBibliographicEntry.php.
ilBibliographicEntry::doRead | ( | ) |
Read data from database tables il_bibl_entry and il_bibl_attribute.
Definition at line 93 of file class.ilBibliographicEntry.php.
References loadAttributes(), setAttributes(), setOverwiew(), and setType().
Referenced by __construct().
ilBibliographicEntry::doUpdate | ( | ) |
Update database tables il_bibl_entry and il_bibl_attribute.
Definition at line 114 of file class.ilBibliographicEntry.php.
References getAttributes().
ilBibliographicEntry::getAttributes | ( | ) |
Definition at line 192 of file class.ilBibliographicEntry.php.
References $attributes.
Referenced by doCreate(), doUpdate(), setOverwiew(), and ilBibliographicDetailsGUI\showDetails().
ilBibliographicEntry::getBibliographicObjId | ( | ) |
Definition at line 289 of file class.ilBibliographicEntry.php.
References $bibliographic_obj_id.
ilBibliographicEntry::getEntryId | ( | ) |
ilBibliographicEntry::getOverwiew | ( | ) |
Definition at line 272 of file class.ilBibliographicEntry.php.
ilBibliographicEntry::getType | ( | ) |
Definition at line 322 of file class.ilBibliographicEntry.php.
References $type.
Referenced by loadAttributes(), and setOverwiew().
|
protected |
Reads all the entrys attributes from database.
Definition at line 152 of file class.ilBibliographicEntry.php.
References $type, and getType().
Referenced by doRead().
ilBibliographicEntry::setAttributes | ( | $attributes | ) |
Definition at line 187 of file class.ilBibliographicEntry.php.
References $attributes.
Referenced by doRead().
ilBibliographicEntry::setBibliographicObjId | ( | $bibliographic_obj_id | ) |
int | $bibliographic_obj_id |
Definition at line 281 of file class.ilBibliographicEntry.php.
References $bibliographic_obj_id.
ilBibliographicEntry::setEntryId | ( | $entry_id | ) |
int | $entry_id |
Definition at line 298 of file class.ilBibliographicEntry.php.
References $entry_id.
Referenced by __construct(), and doCreate().
ilBibliographicEntry::setOverwiew | ( | ) |
Definition at line 198 of file class.ilBibliographicEntry.php.
References $attributes, $file_type, ilObjBibliographic\__getAllOverviewModels(), getAttributes(), and getType().
Referenced by doRead().
ilBibliographicEntry::setType | ( | $type | ) |
string | $type |
Definition at line 314 of file class.ilBibliographicEntry.php.
References $type.
Referenced by doRead().
|
protected |
Definition at line 37 of file class.ilBibliographicEntry.php.
Referenced by getAttributes(), setAttributes(), and setOverwiew().
|
protected |
Definition at line 19 of file class.ilBibliographicEntry.php.
Referenced by getBibliographicObjId(), and setBibliographicObjId().
|
protected |
Definition at line 25 of file class.ilBibliographicEntry.php.
Referenced by __construct(), getEntryId(), and setEntryId().
|
protected |
Definition at line 43 of file class.ilBibliographicEntry.php.
Referenced by __construct(), and setOverwiew().
|
protected |
Definition at line 31 of file class.ilBibliographicEntry.php.
Referenced by getType(), loadAttributes(), and setType().