Class GlobalPropertiesConfigServiceImpl
- java.lang.Object
-
- org.duracloud.account.db.util.impl.GlobalPropertiesConfigServiceImpl
-
- All Implemented Interfaces:
GlobalPropertiesConfigService
@Component("globalPropertiesConfigService") public class GlobalPropertiesConfigServiceImpl extends Object implements GlobalPropertiesConfigServiceA service for modifying global configuration settings.- Author:
- Daniel Bernstein
-
-
Constructor Summary
Constructors Constructor Description GlobalPropertiesConfigServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.duracloud.account.db.model.GlobalPropertiesget()org.duracloud.account.db.repo.GlobalPropertiesRepogetRepo()voidset(String notifierType, String rabbitmqHost, Integer rabbitmqPort, String rabbitmqVhost, String rabbitmqExchange, String rabbitmqUsername, String rabbitmqPassword, String instanceNotificationTopicArn, String cloudFrontAccountId, String cloudFrontKeyId, String cloudFrontKeyPath)voidsetRepo(org.duracloud.account.db.repo.GlobalPropertiesRepo repo)
-
-
-
Method Detail
-
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, String rabbitmqHost, Integer rabbitmqPort, String rabbitmqVhost, String rabbitmqExchange, String rabbitmqUsername, String rabbitmqPassword, String instanceNotificationTopicArn, String cloudFrontAccountId, String cloudFrontKeyId, String cloudFrontKeyPath)
- Specified by:
setin interfaceGlobalPropertiesConfigService
-
-