Uses of Class
com.caplin.motif.config.SalesTOBOConfigSubjectInfo
-
Packages that use SalesTOBOConfigSubjectInfo Package Description com.caplin.motif.config com.caplin.motif.fx.config com.caplin.motif.mm.config -
-
Uses of SalesTOBOConfigSubjectInfo in com.caplin.motif.config
Methods in com.caplin.motif.config that return SalesTOBOConfigSubjectInfo Modifier and Type Method Description SalesTOBOConfigSubjectInfo
SalesTOBOConfigSubjectParser. parse(java.lang.String subject)
Method parameters in com.caplin.motif.config with type arguments of type SalesTOBOConfigSubjectInfo Modifier and Type Method Description static void
UserConfigAdapter. registerSalesTOBOConfigProvider(com.caplin.datasource.DataSource dataSource, CachedObjectProvider<Config,SalesTOBOConfigSubjectInfo> provider)
Registers a provider that is capable of responding to sales TOBO config requests.static void
UserConfigAdapter. registerSalesTOBOConfigProvider(com.caplin.datasource.DataSource dataSource, java.lang.String namespace, CachedObjectProvider<Config,SalesTOBOConfigSubjectInfo> provider)
Registers a provider that is capable of responding to sales TOBO config requests. -
Uses of SalesTOBOConfigSubjectInfo in com.caplin.motif.fx.config
Method parameters in com.caplin.motif.fx.config with type arguments of type SalesTOBOConfigSubjectInfo Modifier and Type Method Description static void
FXConfigAdapter. registerSalesTOBOConfigProvider(com.caplin.datasource.DataSource dataSource, CachedObjectProvider<FXConfig,SalesTOBOConfigSubjectInfo> provider)
Registers a provider that is capable of responding to sales TOBO config requests.static void
FXConfigAdapter. registerSalesTOBOConfigProvider(com.caplin.datasource.DataSource dataSource, java.lang.String namespace, CachedObjectProvider<FXConfig,SalesTOBOConfigSubjectInfo> provider)
Registers a provider that is capable of responding to sales TOBO config requests. -
Uses of SalesTOBOConfigSubjectInfo in com.caplin.motif.mm.config
Method parameters in com.caplin.motif.mm.config with type arguments of type SalesTOBOConfigSubjectInfo Modifier and Type Method Description static void
MMConfigAdapter. registerSalesTOBOConfigProvider(com.caplin.datasource.DataSource dataSource, CachedObjectProvider<MMConfig,SalesTOBOConfigSubjectInfo> provider)
Registers a provider that is capable of responding to sales TOBO config requests.static void
MMConfigAdapter. registerSalesTOBOConfigProvider(com.caplin.datasource.DataSource dataSource, java.lang.String namespace, CachedObjectProvider<MMConfig,SalesTOBOConfigSubjectInfo> provider)
Registers a provider that is capable of responding to sales TOBO config requests.
-