Uses of Class
backend.linguisticFeatures.LinguisticFeaturesAggregate_Impl
Packages that use LinguisticFeaturesAggregate_Impl
-
Uses of LinguisticFeaturesAggregate_Impl in backend.linguisticFeatures
Methods in backend.linguisticFeatures that return LinguisticFeaturesAggregate_ImplModifier and TypeMethodDescriptionLinguisticService.getLinguisticFeatures(String documentId) Ruft ein LinguisticFeature anhand der documentId ab.LinguisticDAO.parseDocument(org.bson.Document doc) LinguisticTranskriptDAO.parseDocument(org.bson.Document doc) Methods in backend.linguisticFeatures that return types with arguments of type LinguisticFeaturesAggregate_ImplModifier and TypeMethodDescriptionLinguisticDAO.findByDocumentId(String documentId) Finds a LinguisticFeaturesAggregate_Impl object by documentId and converts lists back to maps.LinguisticTranskriptDAO.findByDocumentId(String documentId) Finds a LinguisticFeaturesAggregate_Impl object by documentId and converts lists back to maps.Methods in backend.linguisticFeatures with parameters of type LinguisticFeaturesAggregate_ImplModifier and TypeMethodDescriptionvoidLinguisticService.createLinguisticFeatures(LinguisticFeaturesAggregate_Impl linguisticFeaturesImpl) Erstellt ein neues LinguisticFeature und speichert es in der Datenbank.org.bson.DocumentLinguisticDAO.getDocumentFromCLass(LinguisticFeaturesAggregate_Impl updatedData) org.bson.DocumentLinguisticTranskriptDAO.getDocumentFromCLass(LinguisticFeaturesAggregate_Impl updatedData) voidLinguisticDAO.save(LinguisticFeaturesAggregate_Impl linguisticFeaturesImpl) Saves a LinguisticFeaturesAggregate_Impl object to MongoDB, ensuring problematic maps are converted to list structures.voidLinguisticTranskriptDAO.save(LinguisticFeaturesAggregate_Impl linguisticFeaturesImpl) Saves a LinguisticFeaturesAggregate_Impl object to MongoDB, ensuring problematic maps are converted to list structures.voidLinguisticDAO.update(LinguisticFeaturesAggregate_Impl updatedData) Updates a LinguisticFeaturesAggregate_Impl object, converting maps to lists before saving.voidLinguisticTranskriptDAO.update(LinguisticFeaturesAggregate_Impl updatedData) Updates a LinguisticFeaturesAggregate_Impl object, converting maps to lists before saving.voidLinguisticService.updateLinguisticFeatures(String documentId, LinguisticFeaturesAggregate_Impl updatedData) Aktualisiert vorhandenes LinguisticFeature.