|
ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilObjBibliographic. More...
Collaboration diagram for ilBibliographicEntry: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().
Here is the call graph for this function:
|
static |
Read all entries from the database.
| $object_id |
Definition at line 332 of file class.ilBibliographicEntry.php.
Referenced by ilDataBibliographicRecordListTableGUI\__construct().
Here is the caller graph for this function:| ilBibliographicEntry::doCreate | ( | ) |
Create object.
Definition at line 62 of file class.ilBibliographicEntry.php.
References getAttributes(), and setEntryId().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBibliographicEntry::doUpdate | ( | ) |
Update database tables il_bibl_entry and il_bibl_attribute.
Definition at line 114 of file class.ilBibliographicEntry.php.
References getAttributes().
Here is the call graph for this function:| ilBibliographicEntry::getAttributes | ( | ) |
Definition at line 192 of file class.ilBibliographicEntry.php.
References $attributes.
Referenced by doCreate(), doUpdate(), setOverwiew(), and ilBibliographicDetailsGUI\showDetails().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:
|
protected |
Reads all the entrys attributes from database.
Definition at line 152 of file class.ilBibliographicEntry.php.
References $type, and getType().
Referenced by doRead().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBibliographicEntry::setAttributes | ( | $attributes | ) |
Definition at line 187 of file class.ilBibliographicEntry.php.
References $attributes.
Referenced by doRead().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| ilBibliographicEntry::setOverwiew | ( | ) |
Definition at line 198 of file class.ilBibliographicEntry.php.
References $attributes, $file_type, ilObjBibliographic\__getAllOverviewModels(), getAttributes(), and getType().
Referenced by doRead().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBibliographicEntry::setType | ( | $type | ) |
| string | $type |
Definition at line 314 of file class.ilBibliographicEntry.php.
References $type.
Referenced by doRead().
Here is the caller graph for this function:
|
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().