ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilBiblEntryFactoryInterface Interface Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilBiblEntryFactoryInterface

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 25 of file interface.ilBiblEntryFactoryInterface.php.

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: