ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilBiblEntryFactoryInterface Interface Reference

Interface ilBiblEntryFactoryInterface. More...

+ Inheritance diagram for ilBiblEntryFactoryInterface:
+ Collaboration diagram for ilBiblEntryFactoryInterface:

Public Member Functions

 findByIdAndTypeString ($id, $type_string)
 
 findOrCreateEntry ($id, $bibliographic_obj_id, $entry_type)
 
 createEntry ($bibliographic_obj_id, $entry_type)
 
 getEmptyInstance ()
 
 filterEntriesForTable ($object_id, ilBiblTableQueryInfo $info=null)
 
 filterEntryIdsForTableAsArray ($object_id, ilBiblTableQueryInfo $info=null)
 
 deleteEntryById ($id)
 
 getAllEntries ($object_id)
 Read all entries from the database. More...
 
 getEntryById ($id)
 Get entry from the database. More...
 
 loadParsedAttributesByEntryId ($entry_id)
 Reads all the entrys attributes from database. More...
 

Detailed Description

Member Function Documentation

◆ createEntry()

ilBiblEntryFactoryInterface::createEntry (   $bibliographic_obj_id,
  $entry_type 
)
Parameters
$bibliographic_obj_id
$entry_type
Returns

Implemented in ilBiblEntryFactory.

◆ deleteEntryById()

ilBiblEntryFactoryInterface::deleteEntryById (   $id)
Parameters
int$id

Implemented in ilBiblEntryFactory.

◆ filterEntriesForTable()

ilBiblEntryFactoryInterface::filterEntriesForTable (   $object_id,
ilBiblTableQueryInfo  $info = null 
)
Parameters
$object_id
\ilBiblTableQueryInfo | null$info
Returns
[]

Implemented in ilBiblEntryFactory.

◆ filterEntryIdsForTableAsArray()

ilBiblEntryFactoryInterface::filterEntryIdsForTableAsArray (   $object_id,
ilBiblTableQueryInfo  $info = null 
)
Parameters
$object_id
\ilBiblTableQueryInfo | null$info
Returns
array

Implemented in ilBiblEntryFactory.

◆ findByIdAndTypeString()

ilBiblEntryFactoryInterface::findByIdAndTypeString (   $id,
  $type_string 
)
Parameters
int$id
string$type_string
Deprecated:
REFACTOR This has to be refactored to type_id and not type_string
Returns

Implemented in ilBiblEntryFactory.

◆ findOrCreateEntry()

ilBiblEntryFactoryInterface::findOrCreateEntry (   $id,
  $bibliographic_obj_id,
  $entry_type 
)
Parameters
int$id
int$bibliographic_obj_id
string$entry_type
Returns

Implemented in ilBiblEntryFactory.

◆ getAllEntries()

ilBiblEntryFactoryInterface::getAllEntries (   $object_id)

Read all entries from the database.

Parameters
int$object_id
Returns
[]

Implemented in ilBiblEntryFactory.

◆ getEmptyInstance()

ilBiblEntryFactoryInterface::getEmptyInstance ( )
Returns

Implemented in ilBiblEntryFactory.

◆ getEntryById()

ilBiblEntryFactoryInterface::getEntryById (   $id)

Get entry from the database.

Parameters
int$object_id
Returns

Implemented in ilBiblEntryFactory.

◆ loadParsedAttributesByEntryId()

ilBiblEntryFactoryInterface::loadParsedAttributesByEntryId (   $entry_id)

Reads all the entrys attributes from database.

Parameters
integer$entry_id
Returns
ilBiblEntryInterface[]

Implemented in ilBiblEntryFactory.


The documentation for this interface was generated from the following file: