ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilBiblEntryFactoryInterface Interface Reference

Interface ilBiblEntryFactoryInterface. More...

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

Public Member Functions

 findByIdAndTypeString (int $id, string $type_string)
 
 findOrCreateEntry (int $id, int $bibliographic_obj_id, string $entry_type)
 
 createEntry (int $bibliographic_obj_id, string $entry_type)
 
 getEmptyInstance ()
 
 filterEntriesForTable (int $object_id, ?ilBiblTableQueryInfo $info=null)
 
 filterEntryIdsForTableAsArray (int $object_id, ?ilBiblTableQueryInfo $info=null)
 
 deleteEntryById (int $id)
 
 deleteEntriesById (int $object_id)
 
 loadParsedAttributesByEntryId (int $entry_id)
 Reads all the entrys attributes from database. More...
 

Detailed Description

Member Function Documentation

◆ createEntry()

ilBiblEntryFactoryInterface::createEntry ( int  $bibliographic_obj_id,
string  $entry_type 
)

Implemented in ilBiblEntryFactory.

◆ deleteEntriesById()

ilBiblEntryFactoryInterface::deleteEntriesById ( int  $object_id)

Implemented in ilBiblEntryFactory.

◆ deleteEntryById()

ilBiblEntryFactoryInterface::deleteEntryById ( int  $id)

Implemented in ilBiblEntryFactory.

◆ filterEntriesForTable()

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

Implemented in ilBiblEntryFactory.

◆ filterEntryIdsForTableAsArray()

ilBiblEntryFactoryInterface::filterEntryIdsForTableAsArray ( int  $object_id,
?ilBiblTableQueryInfo  $info = null 
)

Implemented in ilBiblEntryFactory.

◆ findByIdAndTypeString()

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

Implemented in ilBiblEntryFactory.

◆ findOrCreateEntry()

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

Implemented in ilBiblEntryFactory.

◆ getEmptyInstance()

ilBiblEntryFactoryInterface::getEmptyInstance ( )

Implemented in ilBiblEntryFactory.

◆ loadParsedAttributesByEntryId()

ilBiblEntryFactoryInterface::loadParsedAttributesByEntryId ( int  $entry_id)

Reads all the entrys attributes from database.

Implemented in ilBiblEntryFactory.


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