Uses of Class
de.hybris.platform.notificationservices.enums.SiteMessageType
-
Packages that use SiteMessageType Package Description de.hybris.platform.customercouponservices.sitemsg.process.impl de.hybris.platform.notificationservices.dao de.hybris.platform.notificationservices.dao.impl de.hybris.platform.notificationservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.notificationservices.model Contains generated models for each type of de.hybris.platform.notificationservices.jalo package.de.hybris.platform.notificationservices.service de.hybris.platform.notificationservices.service.impl de.hybris.platform.stocknotificationservices.sitemsg.processor.impl -
-
Uses of SiteMessageType in de.hybris.platform.customercouponservices.sitemsg.process.impl
Methods in de.hybris.platform.customercouponservices.sitemsg.process.impl that return types with arguments of type SiteMessageType Modifier and Type Method Description protected java.util.Map<SiteMessageType,SendSiteMessageStrategy>CouponNotificationSiteMessageProcessor. getSendSiteMessageStrategies()Method parameters in de.hybris.platform.customercouponservices.sitemsg.process.impl with type arguments of type SiteMessageType Modifier and Type Method Description voidCouponNotificationSiteMessageProcessor. setSendSiteMessageStrategies(java.util.Map<SiteMessageType,SendSiteMessageStrategy> sendSiteMessageStrategies) -
Uses of SiteMessageType in de.hybris.platform.notificationservices.dao
Methods in de.hybris.platform.notificationservices.dao with parameters of type SiteMessageType Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>SiteMessageDao. findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)Finds paginated site message for given parameters -
Uses of SiteMessageType in de.hybris.platform.notificationservices.dao.impl
Methods in de.hybris.platform.notificationservices.dao.impl with parameters of type SiteMessageType Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageDao. findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData) -
Uses of SiteMessageType in de.hybris.platform.notificationservices.enums
Methods in de.hybris.platform.notificationservices.enums that return SiteMessageType Modifier and Type Method Description static SiteMessageTypeSiteMessageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SiteMessageType[]SiteMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SiteMessageType in de.hybris.platform.notificationservices.model
Methods in de.hybris.platform.notificationservices.model that return SiteMessageType Modifier and Type Method Description SiteMessageTypeSiteMessageModel. getType()Generated method - Getter of theSiteMessage.typeattribute defined at extensionnotificationservices.Methods in de.hybris.platform.notificationservices.model with parameters of type SiteMessageType Modifier and Type Method Description voidSiteMessageModel. setType(SiteMessageType value)Generated method - Setter ofSiteMessage.typeattribute defined at extensionnotificationservices.Constructors in de.hybris.platform.notificationservices.model with parameters of type SiteMessageType Constructor Description SiteMessageModel(ItemModel _owner, SiteMessageType _type, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSiteMessageModel(SiteMessageType _type, java.lang.String _uid)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SiteMessageType in de.hybris.platform.notificationservices.service
Methods in de.hybris.platform.notificationservices.service with parameters of type SiteMessageType Modifier and Type Method Description SiteMessageModelSiteMessageService. createMessage(java.lang.String subject, java.lang.String body, SiteMessageType type, ItemModel externalItem, NotificationType notificationType)Creates a site message by given subject, link, body, message type, notification type and localeSiteMessageModelSiteMessageService. createMessage(java.lang.String title, java.lang.String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType, java.util.Locale locale)Deprecated.since 1905, replace with createMessage(String title, String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType)SearchPageData<SiteMessageForCustomerModel>SiteMessageService. getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)Gets paginated site messages for the given type -
Uses of SiteMessageType in de.hybris.platform.notificationservices.service.impl
Methods in de.hybris.platform.notificationservices.service.impl that return types with arguments of type SiteMessageType Modifier and Type Method Description protected java.util.Map<SiteMessageType,SiteMessageContentFormatter>DefaultSiteMessageService. getSiteMessageContentFormatters()Methods in de.hybris.platform.notificationservices.service.impl with parameters of type SiteMessageType Modifier and Type Method Description SiteMessageModelDefaultSiteMessageService. createMessage(java.lang.String subject, java.lang.String body, SiteMessageType type, ItemModel externalItem, NotificationType notificationType)SiteMessageModelDefaultSiteMessageService. createMessage(java.lang.String title, java.lang.String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType, java.util.Locale locale)Deprecated.since 1905, replace with the next createMessage.protected java.lang.StringDefaultSiteMessageService. formatContent(SiteMessageType type, java.lang.String content)SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageService. getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)Method parameters in de.hybris.platform.notificationservices.service.impl with type arguments of type SiteMessageType Modifier and Type Method Description voidDefaultSiteMessageService. setSiteMessageContentFormatters(java.util.Map<SiteMessageType,SiteMessageContentFormatter> siteMessageContentFormatters) -
Uses of SiteMessageType in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl
Methods in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl that return types with arguments of type SiteMessageType Modifier and Type Method Description protected java.util.Map<SiteMessageType,SendSiteMessageStrategy>StockNotificationSiteMessageProcessor. getSendSiteMessageStrategies()Method parameters in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl with type arguments of type SiteMessageType Modifier and Type Method Description voidStockNotificationSiteMessageProcessor. setSendSiteMessageStrategies(java.util.Map<SiteMessageType,SendSiteMessageStrategy> sendSiteMessageStrategies)
-