Uses of Class
com.caplin.motif.common.systemInfo.SystemInfoDetails
-
Packages that use SystemInfoDetails Package Description com.caplin.motif.common.systemInfo -
-
Uses of SystemInfoDetails in com.caplin.motif.common.systemInfo
Methods in com.caplin.motif.common.systemInfo that return SystemInfoDetails Modifier and Type Method Description SystemInfoDetails
SystemInfoDetails. setBannerIsCloseable(java.lang.Boolean BannerIsCloseable)
SystemInfoDetails
SystemInfoDetails. setBannerMessage(java.lang.String bannerMessage)
SystemInfoDetails
SystemInfoDetails. setBannerMessageType(java.lang.String bannerMessageType)
Method parameters in com.caplin.motif.common.systemInfo with type arguments of type SystemInfoDetails Modifier and Type Method Description static void
SystemInfoAdapter. registerSalesSystemInfoProvider(com.caplin.datasource.DataSource dataSource, java.lang.String namespace, CachedObjectProvider<SystemInfoDetails,SystemInfoSubjectInfo> provider)
static void
SystemInfoAdapter. registerSalesSystemInfoProvider(com.caplin.datasource.DataSource dataSource, java.lang.String namespace, CachedObjectProvider<SystemInfoDetails,SystemInfoSubjectInfo> provider, SystemInfoSubjectParser subjectParser)
static void
SystemInfoAdapter. registerSupportBannerDetailsProvider(com.caplin.datasource.DataSource dataSource, CachedObjectProvider<SystemInfoDetails,SystemInfoSubjectInfo> provider)
-