Package ch.mobi.mobitor.service.config
Class ChangelogConfigurationService
- java.lang.Object
-
- ch.mobi.mobitor.service.config.ChangelogConfigurationService
-
@Service public class ChangelogConfigurationService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChangelogConfigurationService(org.springframework.core.io.ResourceLoader resourceLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ChangelogConfig>getAllChangelogConfigs()java.util.DategetChangelogRefresh()voidinitializeChangelogRepositories()voidsetChangelogRefresh(java.util.Date changelogRefresh)
-
-
-
Method Detail
-
initializeChangelogRepositories
@PostConstruct public void initializeChangelogRepositories()
-
getAllChangelogConfigs
public java.util.List<ChangelogConfig> getAllChangelogConfigs()
-
setChangelogRefresh
public void setChangelogRefresh(java.util.Date changelogRefresh)
-
getChangelogRefresh
public java.util.Date getChangelogRefresh()
-
-