Uses of Class
org.europa.together.domain.ConfigurationDO
Packages that use ConfigurationDO
Package
Description
01 Application Layer: Implementation of the Application Logic.
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
03 Service Layer: Use the Business Layer to implement the Services and
RESTful Services.
-
Uses of ConfigurationDO in org.europa.together.application
Methods in org.europa.together.application that return ConfigurationDOModifier and TypeMethodDescriptionConfigurationHbmDAO.getConfigurationByKey
(String key, String module, String version) Methods in org.europa.together.application that return types with arguments of type ConfigurationDOModifier and TypeMethodDescriptionConfigurationHbmDAO.getAllConfigurationSetEntries
(String module, String version, String configSet) ConfigurationHbmDAO.getAllDeprecatedEntries()
ConfigurationHbmDAO.getAllModuleEntries
(String module) ConfigurationHbmDAO.getHistoryOfAEntry
(String module, String key, String configSet) Methods in org.europa.together.application with parameters of type ConfigurationDOModifier and TypeMethodDescriptionvoid
ConfigurationHbmDAO.restoreKeyToDefault
(ConfigurationDO entry) Method parameters in org.europa.together.application with type arguments of type ConfigurationDOModifier and TypeMethodDescriptionvoid
ConfigurationHbmDAO.updateConfigurationEntries
(List<ConfigurationDO> configuration) -
Uses of ConfigurationDO in org.europa.together.business
Methods in org.europa.together.business that return ConfigurationDOModifier and TypeMethodDescriptionConfigurationDAO.getConfigurationByKey
(String key, String module, String version) Get the whole configuration object by a given key, module and the version of the module.Methods in org.europa.together.business that return types with arguments of type ConfigurationDOModifier and TypeMethodDescriptionConfigurationDAO.getAllConfigurationSetEntries
(String module, String version, String configSet) Return a List with all configuration objects of a ConfigurationSet.A ConfigurationSet is a collection of all configuration entries of one version for a service like email inside a module.ConfigurationDAO.getAllDeprecatedEntries()
Return a List of all deprecated ConfigurationDO.ConfigurationDAO.getAllModuleEntries
(String module) Get all configuration entries for a module.ConfigurationDAO.getHistoryOfAEntry
(String module, String key, String configSet) In the case that for a module exist more versions than one.Methods in org.europa.together.business with parameters of type ConfigurationDOModifier and TypeMethodDescriptionvoid
ConfigurationDAO.restoreKeyToDefault
(ConfigurationDO entry) Restore a single entry to his default value.Method parameters in org.europa.together.business with type arguments of type ConfigurationDOModifier and TypeMethodDescriptionvoid
ConfigurationDAO.updateConfigurationEntries
(List<ConfigurationDO> configuration) Update a List of existing configuration entries. -
Uses of ConfigurationDO in org.europa.together.service
Methods in org.europa.together.service that return types with arguments of type ConfigurationDOModifier and TypeMethodDescriptionConfigurationService.filterMandatoryFieldsOfConfigSet
(String module, String version, String configSet) Filter all mandatory entries of a ConfigSet.