Uses of Class
org.europa.together.exceptions.DAOException
Packages that use DAOException
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 DAOException in org.europa.together.application
Methods in org.europa.together.application that throw DAOExceptionModifier and TypeMethodDescriptionvoid
void
ConfigurationHbmDAO.restoreKeyToDefault
(ConfigurationDO entry) void
void
ConfigurationHbmDAO.updateConfigurationEntries
(List<ConfigurationDO> configuration) Constructors in org.europa.together.application that throw DAOException -
Uses of DAOException in org.europa.together.business
Methods in org.europa.together.business that throw DAOExceptionModifier and TypeMethodDescriptionboolean
Persist a new entity and return TRUE if it was successful.In the case that the entity is already existing or the persist project is not a valid entity the method return FALSE.void
Search for an persistent entity.If it's already existent then it will be delete, otherwise a EntityNotFoundException will thrown.void
ConfigurationDAO.restoreKeyToDefault
(ConfigurationDO entry) Restore a single entry to his default value.void
Search an entity in the persistence context and update it.If it's not exist a EntityNotFoundException will thrown.void
ConfigurationDAO.updateConfigurationEntries
(List<ConfigurationDO> configuration) Update a List of existing configuration entries. -
Uses of DAOException in org.europa.together.service
Methods in org.europa.together.service that throw DAOExceptionModifier and TypeMethodDescriptionvoid
ConfigurationService.resetModuleToDefault
(String module) Reset all configuration key entries for a module back to the default values.