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