Package backend.utility
Class Factory_impl
java.lang.Object
backend.utility.Factory_impl
- All Implemented Interfaces:
Factory
Implementierung des Factory Interfaces
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Agenda_implcreateAgenda(org.bson.Document document) static Plenarprotocol_implcreatePlenarprotocol(org.bson.Document doc) static Protocol_implcreateProtocol(org.bson.Document document) static Speaker_implcreateSpeaker(org.bson.Document document) static Speech_implcreateSpeech(org.bson.Document document)
-
Constructor Details
-
Factory_impl
public Factory_impl()
-
-
Method Details
-
createSpeaker
- Parameters:
document- BSON Dokument mit Speaker Daten- Returns:
- Speaker Objekt
-
createAgenda
- Parameters:
document- BSON Dokument mit Agenda Daten- Returns:
- Agenda Objekt
-
createSpeech
- Parameters:
document- BSON Dokument mit Speech Daten- Returns:
- Speech Objekt
-
createProtocol
- Parameters:
document- BSON Dokument mit Protocol Daten- Returns:
- Protocol Objekt
-
createPlenarprotocol
-