Uses of Interface
de.hybris.platform.notificationservices.formatters.SiteMessageContentFormatter
-
Packages that use SiteMessageContentFormatter Package Description de.hybris.platform.notificationservices.formatters.impl de.hybris.platform.notificationservices.service.impl -
-
Uses of SiteMessageContentFormatter in de.hybris.platform.notificationservices.formatters.impl
Classes in de.hybris.platform.notificationservices.formatters.impl that implement SiteMessageContentFormatter Modifier and Type Class Description classDefaultSiteMessageContentFormatterDefault implementation ofSiteMessageContentFormatter -
Uses of SiteMessageContentFormatter in de.hybris.platform.notificationservices.service.impl
Methods in de.hybris.platform.notificationservices.service.impl that return types with arguments of type SiteMessageContentFormatter Modifier and Type Method Description protected java.util.Map<SiteMessageType,SiteMessageContentFormatter>DefaultSiteMessageService. getSiteMessageContentFormatters()Method parameters in de.hybris.platform.notificationservices.service.impl with type arguments of type SiteMessageContentFormatter Modifier and Type Method Description voidDefaultSiteMessageService. setSiteMessageContentFormatters(java.util.Map<SiteMessageType,SiteMessageContentFormatter> siteMessageContentFormatters)
-