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 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:
      get in interface GlobalPropertiesConfigService
    • set

      public void set(String notifierType, Long rabbitmqConfigId, String rabbitmqExchange, String instanceNotificationTopicArn, String cloudFrontAccountId, String cloudFrontKeyId, String cloudFrontKeyPath)
      Specified by:
      set in interface GlobalPropertiesConfigService