Class GlobalPropertiesConfigServiceImpl
java.lang.Object
org.duracloud.account.db.util.impl.GlobalPropertiesConfigServiceImpl
- All Implemented Interfaces:
GlobalPropertiesConfigService
@Component("globalPropertiesConfigService")
public class GlobalPropertiesConfigServiceImpl
extends Object
implements GlobalPropertiesConfigService
A service for modifying global configuration settings.
- Author:
- Daniel Bernstein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.duracloud.account.db.model.GlobalPropertiesget()org.duracloud.account.db.repo.GlobalPropertiesRepogetRepo()voidset(String notifierType, Long rabbitmqConfigId, String rabbitmqExchange, String instanceNotificationTopicArn, String cloudFrontAccountId, String cloudFrontKeyId, String cloudFrontKeyPath) voidsetRepo(org.duracloud.account.db.repo.GlobalPropertiesRepo repo)
-
Constructor Details
-
GlobalPropertiesConfigServiceImpl
public GlobalPropertiesConfigServiceImpl()
-
-
Method Details
-
setRepo
public void setRepo(org.duracloud.account.db.repo.GlobalPropertiesRepo repo) -
getRepo
public org.duracloud.account.db.repo.GlobalPropertiesRepo getRepo() -
get
public org.duracloud.account.db.model.GlobalProperties get()- Specified by:
getin interfaceGlobalPropertiesConfigService
-
set
public void set(String notifierType, Long rabbitmqConfigId, String rabbitmqExchange, String instanceNotificationTopicArn, String cloudFrontAccountId, String cloudFrontKeyId, String cloudFrontKeyPath) - Specified by:
setin interfaceGlobalPropertiesConfigService
-