public interface ModuleConfigurationDao
Modifier and Type | Method and Description |
---|---|
void |
delete(ModuleConfiguration config) |
Long |
getCurrentDateResolution()
Returns the number of milliseconds that the current date/time will be cached for queries before refreshing.
|
List<ModuleConfiguration> |
readActiveByType(ModuleConfigurationType type) |
List<ModuleConfiguration> |
readAllByType(ModuleConfigurationType type) |
ModuleConfiguration |
readById(Long id) |
List<ModuleConfiguration> |
readByType(Class<? extends ModuleConfiguration> type) |
ModuleConfiguration |
save(ModuleConfiguration config) |
void |
setCurrentDateResolution(Long currentDateResolution)
Sets the number of milliseconds that the current date/time will be cached for queries before refreshing.
|
ModuleConfiguration readById(Long id)
ModuleConfiguration save(ModuleConfiguration config)
void delete(ModuleConfiguration config)
List<ModuleConfiguration> readAllByType(ModuleConfigurationType type)
List<ModuleConfiguration> readActiveByType(ModuleConfigurationType type)
List<ModuleConfiguration> readByType(Class<? extends ModuleConfiguration> type)
Long getCurrentDateResolution()
void setCurrentDateResolution(Long currentDateResolution)
currentDateResolution
- the milliseconds to cache the current date/timeCopyright © 2022. All rights reserved.