Package backend.plenarprotocol
Class Plenarprotocol_impl
java.lang.Object
backend.plenarprotocol.Plenarprotocol_impl
- All Implemented Interfaces:
IPlenarprotocol
- Author:
- Philipp Hein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gibt die Protokoll ID zurück.Gibt die Protokolldaten zurück.Gibt die Liste der Reden zurückvoidSetzt die Protokoll ID.voidsetProtocol(IProtocol protocol) Setzt die Protokolldaten.voidsetSpeeches(List<ISpeech> speeches) Setzt die Liste der Redenbyte[]toPDF(boolean disableTikz) toTex(boolean disableTikz) toXML()
-
Constructor Details
-
Plenarprotocol_impl
-
-
Method Details
-
getId
Gibt die Protokoll ID zurück.- Specified by:
getIdin interfaceIPlenarprotocol- Returns:
- Protokoll ID
-
setId
Setzt die Protokoll ID.- Specified by:
setIdin interfaceIPlenarprotocol- Parameters:
_id- Protokoll ID
-
getProtocol
Gibt die Protokolldaten zurück.- Specified by:
getProtocolin interfaceIPlenarprotocol- Returns:
- Protokolldaten
-
setProtocol
Setzt die Protokolldaten.- Specified by:
setProtocolin interfaceIPlenarprotocol- Parameters:
protocol- Protokolldaten
-
getSpeeches
Gibt die Liste der Reden zurück- Specified by:
getSpeechesin interfaceIPlenarprotocol- Returns:
- Liste der Reden
-
setSpeeches
Setzt die Liste der Reden- Specified by:
setSpeechesin interfaceIPlenarprotocol- Parameters:
speeches- Liste der Reden
-
toTex
- Specified by:
toTexin interfaceIPlenarprotocol- Parameters:
disableTikz- boolean, ob Tikz deaktiviert werden soll- Returns:
- das Protokoll als Tex-Code (mit allen Reden), aber mit wrapping
- Throws:
freemarker.template.TemplateExceptionIOException
-
toPDF
- Throws:
IOExceptionfreemarker.template.TemplateException
-
toXML
- Throws:
IOExceptionfreemarker.template.TemplateException
-
getAgendaSpeechesMap
-