Uses of Class
at.letto.plugins.dto.PluginQuestionDto
Packages that use PluginQuestionDto
Package
Description
-
Uses of PluginQuestionDto in at.letto.plugins.dto
Fields in at.letto.plugins.dto declared as PluginQuestionDtoModifier and TypeFieldDescriptionPluginConfigurationConnection.pluginQuestionDto
PluginQuestionDto der Frage welche zu dem Plugin gehörtprivate PluginQuestionDto
LoadPluginRequestDto.q
Frage wo das Plugin eingebettet istprivate PluginQuestionDto
PluginAngabeRequestDto.q
Frage wo das Plugin eingebettet istprivate PluginQuestionDto
PluginRequestDto.q
Frage wo das Plugin eingebettet istprivate PluginQuestionDto
PluginSetConfigurationDataRequestDto.questionDto
Question-DTO mit VarhashesMethods in at.letto.plugins.dto that return PluginQuestionDtoConstructors in at.letto.plugins.dto with parameters of type PluginQuestionDtoModifierConstructorDescriptionPluginConfigDto
(String params, PluginService pi, PluginQuestionDto q) PluginDto
(String params, PluginService pi, PluginQuestionDto q, int nr) -
Uses of PluginQuestionDto in at.letto.plugins.interfaces
Methods in at.letto.plugins.interfaces with parameters of type PluginQuestionDtoModifier and TypeMethodDescriptionPluginService.getHTML
(String params, PluginQuestionDto q) Berechnet den Fragetext für das Fragefeld des Webservers für die angegebenen Parameter für die Verwendung in einem PIT TagPluginService.getImageDto
(String params, PluginQuestionDto q) Liefert ein Base64 codiertes Bild mit den angegebenen ParameternPluginService.getMaxima
(String params, PluginQuestionDto q, PluginMaximaCalcModeDto pluginMaximaCalcMode) Liefert einen Maxima-Berechnungsstring für die Berechnung des PluginsPluginService.getPluginImageDescription
(String imageParams, PluginQuestionDto q) Bestimmt einen eindeutigen String, welcher ein Plugin-Bild beschreibt um daraus den Dateinamen bestimmen zu können.PluginService.loadPluginDto
(String params, PluginQuestionDto q, int nr) Rendern des Plugin-Images, Aufbau eines DTOs zur späteren Javascript - BearbeitungPluginService.modifyAngabe
(String text, PluginQuestionDto q) verändert einen Angabetext, der in der Angabe in PI Tags eingeschlossen wurde
Die Funktion wird vor dem Darstellen der Frage ausgeführt.PluginService.modifyAngabeTextkomplett
(String text, PluginQuestionDto q) verändert den kompletten Angabetext der Frage.void
PluginService.parseDrawParams
(String params, PluginQuestionDto q, PluginImageResultDto pluginImageResultDto) Wertet die Parameter für die Bild-Routinen ausPluginService.setConfigurationData
(String configuration, PluginQuestionDto questionDto) Sendet alle notwendigen (im ConfigurationInfo) angeforderten Daten im Mode CONFIGMODE_URL an die Plugin-Konfiguration -
Uses of PluginQuestionDto in at.letto.plugins.restclient
Methods in at.letto.plugins.restclient with parameters of type PluginQuestionDtoModifier and TypeMethodDescriptionBasePluginConnectionService.getHTML
(String typ, String name, String config, String params, PluginQuestionDto q) Berechnet den Fragetext für das Fragefeld des Webservers für die angegebenen Parameter für die Verwendung in einem PIT TagBasePluginManagerService.getHTML
(String typ, String name, String config, String params, PluginQuestionDto q) Berechnet den Fragetext für das Fragefeld des Webservers für die angegebenen Parameter für die Verwendung in einem PIT TagPluginConnectionService.getHTML
(String typ, String name, String config, String params, PluginQuestionDto q) Berechnet den Fragetext für das Fragefeld des Webservers für die angegebenen Parameter für die Verwendung in einem PIT TagRestPluginConnectionService.getHTML
(String typ, String name, String config, String params, PluginQuestionDto q) Berechnet den Fragetext für das Fragefeld des Webservers für die angegebenen Parameter für die Verwendung in einem PIT TagRestPluginConnectionServiceJSF.getHTML
(String typ, String name, String config, String params, PluginQuestionDto q) Berechnet den Fragetext für das Fragefeld des Webservers für die angegebenen Parameter für die Verwendung in einem PIT TagBasePluginConnectionService.getImage
(String typ, String name, String config, String params, PluginQuestionDto q) Liefert ein Base64 codiertes Bild mit den angegebenen ParameternBasePluginManagerService.getImage
(ImageService imageService, String typ, String name, String config, String params, PluginQuestionDto q) Liefert ein Base64 codiertes Bild mit den angegebenen Parametern und speichert es in einem ImageServiceBasePluginManagerService.getImage
(String typ, String name, String config, String params, PluginQuestionDto q) Liefert ein Base64 codiertes Bild mit den angegebenen ParameternPluginConnectionService.getImage
(String typ, String name, String config, String params, PluginQuestionDto q) Liefert ein Base64 codiertes Bild mit den angegebenen ParameternPluginManagerService.getImage
(ImageService imageService, String typ, String name, String config, String params, PluginQuestionDto q) Liefert ein Base64 codiertes Bild mit den angegebenen Parametern und speichert es in einem ImageServiceRestPluginConnectionService.getImage
(String typ, String name, String config, String params, PluginQuestionDto q) Liefert ein Base64 codiertes Bild mit den angegebenen ParameternRestPluginConnectionServiceJSF.getImage
(String typ, String name, String config, String params, PluginQuestionDto q) Liefert ein Base64 codiertes Bild mit den angegebenen ParameternBasePluginConnectionService.getMaxima
(String typ, String name, String config, String params, PluginQuestionDto q, PluginMaximaCalcModeDto pluginMaximaCalcMode) Liefert einen Maxima-Berechnungsstring für die Berechnung des PluginsBasePluginManagerService.getMaxima
(String typ, String name, String config, String params, PluginQuestionDto q, PluginMaximaCalcModeDto pluginMaximaCalcMode) Liefert einen Maxima-Berechnungsstring für die Berechnung des PluginsPluginConnectionService.getMaxima
(String typ, String name, String config, String params, PluginQuestionDto q, PluginMaximaCalcModeDto pluginMaximaCalcMode) Liefert einen Maxima-Berechnungsstring für die Berechnung des PluginsRestPluginConnectionService.getMaxima
(String typ, String name, String config, String params, PluginQuestionDto q, PluginMaximaCalcModeDto pluginMaximaCalcMode) Liefert einen Maxima-Berechnungsstring für die Berechnung des PluginsRestPluginConnectionServiceJSF.getMaxima
(String typ, String name, String config, String params, PluginQuestionDto q, PluginMaximaCalcModeDto pluginMaximaCalcMode) Liefert einen Maxima-Berechnungsstring für die Berechnung des PluginsBasePluginManagerService.getPluginImageDescription
(String typ, String name, String config, String params, PluginQuestionDto q) Liefert einen String welcher die Parameter eines Plugins exakt beschreibt um eine Prüfsumme davon zu bildenPluginManagerService.getPluginImageDescription
(String typ, String name, String config, String params, PluginQuestionDto q) Liefert einen String welcher die Parameter eines Plugins exakt beschreibt um eine Prüfsumme davon zu bildenBasePluginConnectionService.loadPluginDto
(String typ, String name, String config, String params, PluginQuestionDto q, int nr) Rendern des Plugin-Images, Aufbau eines DTOs zur späteren Javascript - BearbeitungBasePluginManagerService.loadPluginDto
(ImageService imageService, String typ, String name, String config, String params, PluginQuestionDto q, int nr) Rendern des Plugin-Images, Aufbau eines DTOs zur späteren Javascript - BearbeitungBasePluginManagerService.loadPluginDto
(String typ, String name, String config, String params, PluginQuestionDto q, int nr) Rendern des Plugin-Images, Aufbau eines DTOs zur späteren Javascript - BearbeitungPluginConnectionService.loadPluginDto
(String typ, String name, String config, String params, PluginQuestionDto q, int nr) Rendern des Plugin-Images, Aufbau eines DTOs zur späteren Javascript - BearbeitungPluginManagerService.loadPluginDto
(ImageService imageService, String typ, String name, String config, String params, PluginQuestionDto q, int nr) Rendern des Plugin-Images, Aufbau eines DTOs zur späteren Javascript - BearbeitungRestPluginConnectionService.loadPluginDto
(String typ, String name, String config, String params, PluginQuestionDto q, int nr) Rendern des Plugin-Images, Aufbau eines DTOs zur späteren Javascript - BearbeitungRestPluginConnectionServiceJSF.loadPluginDto
(String typ, String name, String config, String params, PluginQuestionDto q, int nr) Rendern des Plugin-Images, Aufbau eines DTOs zur späteren Javascript - BearbeitungBasePluginConnectionService.modifyAngabe
(String typ, String name, String config, String text, PluginQuestionDto q) verändert einen Angabetext, der in der Angabe in PI Tags eingeschlossen wurde
Die Funktion wird vor dem Darstellen der Frage ausgeführt.BasePluginManagerService.modifyAngabe
(String typ, String name, String config, String text, PluginQuestionDto q) verändert einen Angabetext, der in der Angabe in PI Tags eingeschlossen wurde
Die Funktion wird vor dem Darstellen der Frage ausgeführt.PluginConnectionService.modifyAngabe
(String typ, String name, String config, String text, PluginQuestionDto q) verändert einen Angabetext, der in der Angabe in PI Tags eingeschlossen wurde
Die Funktion wird vor dem Darstellen der Frage ausgeführt.RestPluginConnectionService.modifyAngabe
(String typ, String name, String config, String text, PluginQuestionDto q) verändert einen Angabetext, der in der Angabe in PI Tags eingeschlossen wurde
Die Funktion wird vor dem Darstellen der Frage ausgeführt.RestPluginConnectionServiceJSF.modifyAngabe
(String typ, String name, String config, String text, PluginQuestionDto q) verändert einen Angabetext, der in der Angabe in PI Tags eingeschlossen wurde
Die Funktion wird vor dem Darstellen der Frage ausgeführt.BasePluginConnectionService.modifyAngabeTextkomplett
(String typ, String name, String config, String text, PluginQuestionDto q) verändert den kompletten Angabetext der Frage.BasePluginManagerService.modifyAngabeTextkomplett
(String typ, String name, String config, String text, PluginQuestionDto q) verändert den kompletten Angabetext der Frage.PluginConnectionService.modifyAngabeTextkomplett
(String typ, String name, String config, String text, PluginQuestionDto q) verändert den kompletten Angabetext der Frage.RestPluginConnectionService.modifyAngabeTextkomplett
(String typ, String name, String config, String text, PluginQuestionDto q) verändert den kompletten Angabetext der Frage.RestPluginConnectionServiceJSF.modifyAngabeTextkomplett
(String typ, String name, String config, String text, PluginQuestionDto q) verändert den kompletten Angabetext der Frage.BasePluginConnectionService.setConfigurationData
(String typ, String configurationID, String configuration, PluginQuestionDto questionDto) Sendet alle notwendigen (im ConfigurationInfo) angeforderten Daten im Mode CONFIGMODE_URL an die Plugin-KonfigurationBasePluginManagerService.setConfigurationData
(String typ, String configurationID, String configuration, PluginQuestionDto questionDto) Sendet alle notwendigen (im ConfigurationInfo) angeforderten Daten im Mode CONFIGMODE_URL an die Plugin-KonfigurationPluginConnectionService.setConfigurationData
(String typ, String configurationID, String configuration, PluginQuestionDto questionDto) Sendet alle notwendigen (im ConfigurationInfo) angeforderten Daten im Mode CONFIGMODE_URL an die Plugin-KonfigurationRestPluginConnectionService.setConfigurationData
(String typ, String configurationID, String configuration, PluginQuestionDto questionDto) Sendet alle notwendigen (im ConfigurationInfo) angeforderten Daten im Mode CONFIGMODE_URL an die Plugin-KonfigurationRestPluginConnectionServiceJSF.setConfigurationData
(String typ, String configurationID, String configuration, PluginQuestionDto questionDto) Sendet alle notwendigen (im ConfigurationInfo) angeforderten Daten im Mode CONFIGMODE_URL an die Plugin-Konfiguration -
Uses of PluginQuestionDto in at.letto.plugins.service
Methods in at.letto.plugins.service with parameters of type PluginQuestionDtoModifier and TypeMethodDescriptionBasePlugin.getAWTImage
(String params, PluginQuestionDto q, PluginImageResultDto pluginImageResultDto) Liefert ein java.awt.BufferedImage Bild mit den angegebenen ParameternBasePlugin.getHTML
(String params, PluginQuestionDto q) Berechnet den Fragetext für das Fragefeld des Webservers für die angegebenen Parameter für die Verwendung in einem PIT TagBasePlugin.getImageDto
(String params, PluginQuestionDto q) Liefert ein Base64 codiertes Bild mit den angegebenen ParameternBasePlugin.getMaxima
(String params, PluginQuestionDto q, PluginMaximaCalcModeDto pluginMaximaCalcMode) Liefert einen Maxima-Berechnungsstring für die Berechnung des PluginsBasePlugin.getPluginImageDescription
(String imageParams, PluginQuestionDto q) Bestimmt einen eindeutigen String, welcher ein Plugin-Bild beschreibt um daraus den Dateinamen bestimmen zu können.BasePlugin.loadPluginDto
(String params, PluginQuestionDto q, int nr) Rendern des Plugin-Images, Aufbau eines DTOs zur späteren Javascript - BearbeitungBasePlugin.modifyAngabe
(String text, PluginQuestionDto q) verändert einen Angabetext, der in der Angabe in PI Tags eingeschlossen wurde
Die Funktion wird vor dem Darstellen der Frage ausgeführt.BasePlugin.modifyAngabeTextkomplett
(String text, PluginQuestionDto q) verändert den kompletten Angabetext der Frage.private String
BasePlugin.parseDrawParamsTimer
(String params, PluginQuestionDto q, PluginImageResultDto pluginImageResultDto) parst die Parameter des PluginsBasePlugin.setConfigurationData
(String configuration, PluginQuestionDto questionDto) Sendet alle notwendigen (im ConfigurationInfo) angeforderten Daten im Mode CONFIGMODE_URL an die Plugin-Konfiguration -
Uses of PluginQuestionDto in at.open.letto.plugins.uhr
Methods in at.open.letto.plugins.uhr with parameters of type PluginQuestionDtoModifier and TypeMethodDescriptionPluginUhr.loadPluginDto
(String params, PluginQuestionDto q, int nr) Rendern des Plugin-Images, Aufbau eines DTOs zur späteren Javascript - Bearbeitungvoid
PluginUhr.parseDrawParams
(String params, PluginQuestionDto q, PluginImageResultDto pluginImageResultDto) parst die Parameter des PluginsPluginUhr.setConfigurationData
(String configuration, PluginQuestionDto questionDto) Sendet alle notwendigen (im ConfigurationInfo) angeforderten Daten im Mode CONFIGMODE_URL an die Plugin-Konfiguration