Uses of Class
org.europa.together.domain.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
Modifier and TypeMethodDescriptionConfigurationHbmDAO.getConfigurationByKey
(String key, String module, String version) Modifier and TypeMethodDescriptionConfigurationHbmDAO.getAllConfigurationSetEntries
(String module, String version, String configSet) ConfigurationHbmDAO.getAllDeprecatedEntries()
ConfigurationHbmDAO.getAllModuleEntries
(String module) ConfigurationHbmDAO.getHistoryOfAEntry
(String module, String key, String configSet) Modifier and TypeMethodDescriptionvoid
ConfigurationHbmDAO.restoreKeyToDefault
(ConfigurationDO entry) Modifier and TypeMethodDescriptionvoid
ConfigurationHbmDAO.updateConfigurationEntries
(List<ConfigurationDO> configuration) -
Uses of ConfigurationDO in org.europa.together.business
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionvoid
ConfigurationDAO.restoreKeyToDefault
(ConfigurationDO entry) Restore a single entry to his default value.Modifier and TypeMethodDescriptionvoid
ConfigurationDAO.updateConfigurationEntries
(List<ConfigurationDO> configuration) Update a List of existing configuration entries. -
Uses of ConfigurationDO in org.europa.together.service
Modifier and TypeMethodDescriptionConfigurationService.filterMandatoryFieldsOfConfigSet
(String module, String version, String configSet) Filter all mandatory entries of a ConfigSet.