Class UserConfigAdapter

java.lang.Object
com.caplin.motif.config.UserConfigAdapter

public final class UserConfigAdapter extends Object
  • Method Details

    • registerConfigProvider

      public static void registerConfigProvider(com.caplin.datasource.DataSource dataSource, CachedObjectProvider<Config,ConfigSubjectInfo> provider)
      Registers a provider that is capable of responding to config requests.
      Parameters:
      dataSource - the dataSource to bind the provider to.
      provider - the CachedObjectProvider that will receive the config requests
    • registerSalesTOBOConfigProvider

      public static void registerSalesTOBOConfigProvider(com.caplin.datasource.DataSource dataSource, CachedObjectProvider<Config,SalesTOBOConfigSubjectInfo> provider)
      Registers a provider that is capable of responding to sales TOBO config requests.
      Parameters:
      dataSource - the dataSource to bind the provider to.
      provider - the CachedObjectProvider that will receive the config requests
    • registerConfigProvider

      public static void registerConfigProvider(com.caplin.datasource.DataSource dataSource, String namespace, CachedObjectProvider<Config,ConfigSubjectInfo> provider)
      Registers a provider that is capable of responding to config requests.
      Parameters:
      dataSource - the dataSource to bind the provider to.
      namespace - the namespace to register the provider on, defaults are defined in ConfigSubjectNamespacing.DefaultNamespaces
      provider - the CachedObjectProvider that will receive the config requests
    • registerSalesTOBOConfigProvider

      public static void registerSalesTOBOConfigProvider(com.caplin.datasource.DataSource dataSource, String namespace, CachedObjectProvider<Config,SalesTOBOConfigSubjectInfo> provider)
      Registers a provider that is capable of responding to sales TOBO config requests.
      Parameters:
      dataSource - the dataSource to bind the provider to.
      namespace - the namespace to register the provider on, defaults are defined in ConfigSubjectNamespacing.DefaultNamespaces
      provider - the CachedObjectProvider that will receive the config requests