Package cronapp.framework.core
Class RepositorySettingsService
java.lang.Object
cronapp.framework.core.RepositorySettingsService
- All Implemented Interfaces:
CronappSettingsService
@DependsOn("liquibase")
@CacheConfig(cacheNames="cronapp.framework.core.settings")
public class RepositorySettingsService
extends Object
implements CronappSettingsService
-
Constructor Summary
ConstructorsConstructorDescriptionRepositorySettingsService(CronappSettingsRepository settingsRepository, org.springframework.core.env.Environment environment) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
RepositorySettingsService
public RepositorySettingsService(CronappSettingsRepository settingsRepository, org.springframework.core.env.Environment environment)
-
-
Method Details
-
getOption
- Specified by:
getOptionin interfaceCronappSettingsService
-
addOption
- Specified by:
addOptionin interfaceCronappSettingsService
-
getEncryptionKey
- Specified by:
getEncryptionKeyin interfaceCronappSettingsService
-
getEncryptionSalt
- Specified by:
getEncryptionSaltin interfaceCronappSettingsService
-
getIntanceId
- Specified by:
getIntanceIdin interfaceCronappSettingsService
-
getApplicationId
- Specified by:
getApplicationIdin interfaceCronappSettingsService
-