Uses of Class
ee.datel.dogis.admin.model.DictionaryModel
Packages that use DictionaryModel
Package
Description
-
Uses of DictionaryModel in ee.datel.dogis.admin.controller
Methods in ee.datel.dogis.admin.controller that return DictionaryModelModifier and TypeMethodDescriptionDictionaryController.getOne(@Valid @NotBlank String category, @Valid @NotBlank String entity, @Valid @NotBlank String property, @Valid @NotBlank String telos) Methods in ee.datel.dogis.admin.controller that return types with arguments of type DictionaryModelModifier and TypeMethodDescriptionDictionaryController.exportDictionary(DictionaryRequestModel filter) DictionaryController.getLabels(@Valid @NotBlank String category, @Valid @NotBlank String entity, @Valid @NotBlank String telos, @Valid @NotBlank String language, @Valid @NotNull String[] properties) DictionaryController.translateDictionary(String[] keys, String languages) Methods in ee.datel.dogis.admin.controller with parameters of type DictionaryModelMethod parameters in ee.datel.dogis.admin.controller with type arguments of type DictionaryModelModifier and TypeMethodDescriptionDictionaryController.importDictionary(List<DictionaryModel> data) -
Uses of DictionaryModel in ee.datel.dogis.admin.model
Methods in ee.datel.dogis.admin.model that return DictionaryModelModifier and TypeMethodDescriptionstatic DictionaryModelDictionaryModel.of(DictionaryEntry data) static DictionaryModelstatic DictionaryModelstatic DictionaryModelDictionaryModel.of(String category, String entity, String property, String telos, String language, String translation) DictionaryModel.setTranslate(Map<String, String> translate) -
Uses of DictionaryModel in ee.datel.dogis.admin.service
Methods in ee.datel.dogis.admin.service that return DictionaryModelModifier and TypeMethodDescriptionDictionaryService.getTranslates(String category, String entity, String property, String telos) A dictionary model getter.Methods in ee.datel.dogis.admin.service that return types with arguments of type DictionaryModelModifier and TypeMethodDescriptionDictionaryExpImpService.exportDictionary(DictionaryRequestModel filter) DictionaryService.getLabels(String category, String[] entities, String property, String telos, String language) DictionaryService.getLabels(String category, String entity, String[] properties, String telos, String language) Dictionary models getter.default List<DictionaryModel> DictionaryService.translateDictionary(String[] keys, String[] languages) Methods in ee.datel.dogis.admin.service with parameters of type DictionaryModelMethod parameters in ee.datel.dogis.admin.service with type arguments of type DictionaryModelModifier and TypeMethodDescriptionvoidDictionaryExpImpService.importDictionary(List<DictionaryModel> data)