Uses of Class
backend.speech.Speech_impl
Packages that use Speech_impl
-
Uses of Speech_impl in backend.linguisticFeatures
Methods in backend.linguisticFeatures that return types with arguments of type Speech_implModifier and TypeMethodDescriptionTopicDAO.getSpeechesByTopic(String id) Returns a list of speeches by topic.TopicDAO.getSpeechesByTopics(List<String> topics) -
Uses of Speech_impl in backend.speaker
Methods in backend.speaker that return types with arguments of type Speech_impl -
Uses of Speech_impl in backend.speech
Methods in backend.speech that return Speech_implModifier and TypeMethodDescriptionFindet eine Rede anhand der ID - ohne Video-DatenSpeechService.getSpeechById(String speechId) Methods in backend.speech that return types with arguments of type Speech_implModifier and TypeMethodDescriptionSpeechDAO.findAll()SpeechDAO.findAllPaginated(int page, int pageSize, Set<String> ids, String faction, String speakerSearch) SpeechDAO.findBySpeakerId(String speakerId) SpeechService.getAllSpeeches()SpeechService.getAllSpeechesPaginated(int page, int pageSize, String faction, List<String> topics, String speakerSearch) Liefert alle Reden paginiert zurück, mit Filter nach einer Fraktion und/oder mehreren TopicsMethods in backend.speech with parameters of type Speech_implModifier and TypeMethodDescriptionLoadVideoFromGridFS.getVideoBase64(Speech_impl speechImpl) Retrieves a video from GridFS and returns it as a Base64-encoded string with its MIME type.booleanSpeechDAO.update(String speechId, Speech_impl updatedSpeech) -
Uses of Speech_impl in backend.utility
Methods in backend.utility that return Speech_implModifier and TypeMethodDescriptionstatic Speech_implFactory_impl.createSpeech(org.bson.Document document) static Speech_implFactory.createSpeech(org.bson.Document document)