Uses of Class
de.hybris.platform.notificationservices.enums.NotificationType
-
-
Uses of NotificationType in de.hybris.platform.customercouponservices.cronjob
Methods in de.hybris.platform.customercouponservices.cronjob with parameters of type NotificationType Modifier and Type Method Description protected SiteMessageModelAbstractCouponNotificationJob. createSiteMessage(CouponNotificationModel notification, NotificationType notificationType)protected voidAbstractCouponNotificationJob. sendCouponNotificaiton(CouponNotificationModel couponNotification, NotificationType notificationType, SiteMessageModel message) -
Uses of NotificationType in de.hybris.platform.customercouponservices.model
Methods in de.hybris.platform.customercouponservices.model that return NotificationType Modifier and Type Method Description NotificationTypeCouponNotificationProcessModel. getNotificationType()Generated method - Getter of thecouponNotificationProcess.notificationTypeattribute defined at extensioncustomercouponservices.Methods in de.hybris.platform.customercouponservices.model with parameters of type NotificationType Modifier and Type Method Description voidCouponNotificationProcessModel. setNotificationType(NotificationType value)Generated method - Setter ofcouponNotificationProcess.notificationTypeattribute defined at extensioncustomercouponservices. -
Uses of NotificationType in de.hybris.platform.customerinterestsfacades.data
Methods in de.hybris.platform.customerinterestsfacades.data that return NotificationType Modifier and Type Method Description NotificationTypeProductInterestData. getNotificationType()Methods in de.hybris.platform.customerinterestsfacades.data with parameters of type NotificationType Modifier and Type Method Description voidProductInterestData. setNotificationType(NotificationType notificationType) -
Uses of NotificationType in de.hybris.platform.customerinterestsfacades.productinterest
Methods in de.hybris.platform.customerinterestsfacades.productinterest with parameters of type NotificationType Modifier and Type Method Description SearchPageData<ProductInterestRelationData>ProductInterestFacade. getPaginatedProductInterestsForNotificationType(java.lang.String productCode, NotificationType notificationType, SearchPageData searchPageData)Finds interests watched by current customerjava.util.Optional<ProductInterestData>ProductInterestFacade. getProductInterestDataForCurrentCustomer(java.lang.String productcode, NotificationType notificationType)Gets the particular interest of the current customer according to the product code and the notificationTypejava.util.List<ProductInterestData>ProductInterestFacade. getProductInterestsForNotificationType(java.lang.String productcode, NotificationType notificationType)Gets the expired and valid particular interest of the current customer according to the product code and the notificationType -
Uses of NotificationType in de.hybris.platform.customerinterestsfacades.productinterest.impl
Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl that return types with arguments of type NotificationType Modifier and Type Method Description protected Converter<java.util.Map.Entry<NotificationType,java.util.Date>,ProductInterestEntryData>DefaultProductInterestFacade. getProductInterestEntryConverter()Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl with parameters of type NotificationType Modifier and Type Method Description SearchPageData<ProductInterestRelationData>DefaultProductInterestFacade. getPaginatedProductInterestsForNotificationType(java.lang.String productCode, NotificationType notificationType, SearchPageData searchPageData)protected java.util.Optional<ProductInterestModel>DefaultProductInterestFacade. getProductInterest(java.lang.String productcode, NotificationType notificationType)java.util.Optional<ProductInterestData>DefaultProductInterestFacade. getProductInterestDataForCurrentCustomer(java.lang.String productcode, NotificationType notificationType)java.util.List<ProductInterestData>DefaultProductInterestFacade. getProductInterestsForNotificationType(java.lang.String productCode, NotificationType notificationType)Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.impl with type arguments of type NotificationType Modifier and Type Method Description protected java.util.List<ProductInterestRelationData>DefaultProductInterestFacade. buildProductInterestRelationData(java.util.Map<ProductModel,java.util.Map<NotificationType,java.util.Date>> productNotificationMap)voidDefaultProductInterestFacade. setProductInterestEntryConverter(Converter<java.util.Map.Entry<NotificationType,java.util.Date>,ProductInterestEntryData> productInterestEntryConverter) -
Uses of NotificationType in de.hybris.platform.customerinterestsfacades.productinterest.populators
Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.populators with type arguments of type NotificationType Modifier and Type Method Description voidProductInterestEntryPopulator. populate(java.util.Map.Entry<NotificationType,java.util.Date> source, ProductInterestEntryData target) -
Uses of NotificationType in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests
Methods in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests with parameters of type NotificationType Modifier and Type Method Description protected ProductInterestRelationDataProductInterestsController. saveProductInterest(java.lang.String productCode, NotificationType notificationType) -
Uses of NotificationType in de.hybris.platform.customerinterestsservices.model
Methods in de.hybris.platform.customerinterestsservices.model that return NotificationType Modifier and Type Method Description NotificationTypeProductInterestModel. getNotificationType()Generated method - Getter of theProductInterest.notificationTypeattribute defined at extensioncustomerinterestsservices.Methods in de.hybris.platform.customerinterestsservices.model with parameters of type NotificationType Modifier and Type Method Description voidProductInterestModel. setNotificationType(NotificationType value)Generated method - Setter ofProductInterest.notificationTypeattribute defined at extensioncustomerinterestsservices.Constructors in de.hybris.platform.customerinterestsservices.model with parameters of type NotificationType Constructor Description ProductInterestModel(BaseSiteModel _baseSite, BaseStoreModel _baseStore, LanguageModel _language, NotificationType _notificationType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductInterestModel(BaseSiteModel _baseSite, BaseStoreModel _baseStore, LanguageModel _language, NotificationType _notificationType, ItemModel _owner)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 NotificationType in de.hybris.platform.customerinterestsservices.productinterest
Methods in de.hybris.platform.customerinterestsservices.productinterest that return types with arguments of type NotificationType Modifier and Type Method Description java.util.Map<ProductModel,java.util.Map<NotificationType,java.util.Date>>ProductInterestService. findProductInterestsByCustomer()Finds all interests watched by current customer.java.util.Map<ProductModel,java.util.Map<NotificationType,java.util.Date>>ProductInterestService. getProductsByCustomerInterests(PageableData pageableData)Finds interests watched by current customer.Methods in de.hybris.platform.customerinterestsservices.productinterest with parameters of type NotificationType Modifier and Type Method Description java.util.Optional<ProductInterestModel>ProductInterestService. getProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite)This method is used to find the ProductInterestModel by productModel, customerModel, notificationType, baseStore,baseSite. -
Uses of NotificationType in de.hybris.platform.customerinterestsservices.productinterest.daos
Methods in de.hybris.platform.customerinterestsservices.productinterest.daos with parameters of type NotificationType Modifier and Type Method Description java.util.Optional<ProductInterestModel>ProductInterestDao. findProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite)This method is used to find the ProductInterestModel by its productModel, customerModel, notificationType and baseStore.java.util.List<ProductInterestModel>ProductInterestDao. findProductInterestsByNotificationType(NotificationType notificationType)retrieve such ProductInterests whose notification type is BACK_IN_STOCK and not expired -
Uses of NotificationType in de.hybris.platform.customerinterestsservices.productinterest.daos.impl
Methods in de.hybris.platform.customerinterestsservices.productinterest.daos.impl with parameters of type NotificationType Modifier and Type Method Description java.util.Optional<ProductInterestModel>DefaultProductInterestDao. findProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite)java.util.List<ProductInterestModel>DefaultProductInterestDao. findProductInterestsByNotificationType(NotificationType notificationType) -
Uses of NotificationType in de.hybris.platform.customerinterestsservices.productinterest.impl
Methods in de.hybris.platform.customerinterestsservices.productinterest.impl that return types with arguments of type NotificationType Modifier and Type Method Description protected java.util.Map<NotificationType,java.util.Date>DefaultProductInterestService. buildInterestMap(java.util.Map<java.lang.String,java.lang.String> interestCreationMap)build interest data as a linked mapjava.util.Map<ProductModel,java.util.Map<NotificationType,java.util.Date>>DefaultProductInterestService. findProductInterestsByCustomer()java.util.Map<ProductModel,java.util.Map<NotificationType,java.util.Date>>DefaultProductInterestService. getProductsByCustomerInterests(PageableData pageableData)Methods in de.hybris.platform.customerinterestsservices.productinterest.impl with parameters of type NotificationType Modifier and Type Method Description java.util.Optional<ProductInterestModel>DefaultProductInterestService. getProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite)Method parameters in de.hybris.platform.customerinterestsservices.productinterest.impl with type arguments of type NotificationType Modifier and Type Method Description protected voidDefaultProductInterestService. fillProductModelMap(java.util.Map<ProductModel,java.util.Map<NotificationType,java.util.Date>> productModelMap, java.lang.String productPk, java.util.Map<java.lang.String,java.lang.String> interestCreationMap) -
Uses of NotificationType in de.hybris.platform.notificationfacades.data
Methods in de.hybris.platform.notificationfacades.data that return NotificationType Modifier and Type Method Description NotificationTypeSiteMessageData. getNotificationType()Methods in de.hybris.platform.notificationfacades.data with parameters of type NotificationType Modifier and Type Method Description voidSiteMessageData. setNotificationType(NotificationType notificationType) -
Uses of NotificationType in de.hybris.platform.notificationfacades.populators
Methods in de.hybris.platform.notificationfacades.populators that return types with arguments of type NotificationType Modifier and Type Method Description protected java.util.Map<NotificationType,SiteMessageUrlResolver>SiteMessagePopulator. getSiteMessageUrlResolvers()Method parameters in de.hybris.platform.notificationfacades.populators with type arguments of type NotificationType Modifier and Type Method Description voidSiteMessagePopulator. setSiteMessageUrlResolvers(java.util.Map<NotificationType,SiteMessageUrlResolver> siteMessageUrlResolvers) -
Uses of NotificationType in de.hybris.platform.notificationoccaddon.dto
Methods in de.hybris.platform.notificationoccaddon.dto that return NotificationType Modifier and Type Method Description NotificationTypeSiteMessageWsDTO. getNotificationType()Methods in de.hybris.platform.notificationoccaddon.dto with parameters of type NotificationType Modifier and Type Method Description voidSiteMessageWsDTO. setNotificationType(NotificationType notificationType) -
Uses of NotificationType in de.hybris.platform.notificationservices.enums
Methods in de.hybris.platform.notificationservices.enums that return NotificationType Modifier and Type Method Description static NotificationTypeNotificationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NotificationType[]NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NotificationType in de.hybris.platform.notificationservices.mapping
Methods in de.hybris.platform.notificationservices.mapping that return types with arguments of type NotificationType Modifier and Type Method Description java.util.Map<NotificationChannel,java.util.Map<NotificationType,Processor>>ProcessorMappingRegistry. getMappings()Methods in de.hybris.platform.notificationservices.mapping with parameters of type NotificationType Modifier and Type Method Description voidProcessorMappingRegistry. addMapping(NotificationChannel notificationChannel, NotificationType notificationType, Processor processor)add new processor to this registry's mapvoidProcessorMappingRegistrar. setNotificationType(NotificationType notificationType) -
Uses of NotificationType in de.hybris.platform.notificationservices.model
Methods in de.hybris.platform.notificationservices.model that return NotificationType Modifier and Type Method Description NotificationTypeSiteMessageModel. getNotificationType()Generated method - Getter of theSiteMessage.notificationTypeattribute defined at extensionnotificationservices.Methods in de.hybris.platform.notificationservices.model with parameters of type NotificationType Modifier and Type Method Description voidSiteMessageModel. setNotificationType(NotificationType value)Generated method - Setter ofSiteMessage.notificationTypeattribute defined at extensionnotificationservices. -
Uses of NotificationType in de.hybris.platform.notificationservices.service
Methods in de.hybris.platform.notificationservices.service with parameters of type NotificationType 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)voidNotificationService. notifyCustomer(NotificationType notificationType, CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap)Send notification to customer using channels from customer's preferencesvoidNotificationService. notifyCustomer(NotificationType notificationType, CustomerModel customer, java.util.Set<NotificationChannel> channelSet, java.util.Map<java.lang.String,? extends ItemModel> dataMap)Send notification to customer using specific channels -
Uses of NotificationType in de.hybris.platform.notificationservices.service.impl
Methods in de.hybris.platform.notificationservices.service.impl with parameters of type NotificationType 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.voidDefaultNotificationService. notifyCustomer(NotificationType notificationType, CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap)voidDefaultNotificationService. notifyCustomer(NotificationType notificationType, CustomerModel customer, java.util.Set<NotificationChannel> channelSet, java.util.Map<java.lang.String,? extends ItemModel> dataMap)protected voidDefaultNotificationService. notifyCustomerByChannelSet(NotificationType notificationType, CustomerModel customer, java.util.Map<java.lang.String,? extends ItemModel> dataMap, java.util.Set<NotificationChannel> channelSet) -
Uses of NotificationType in de.hybris.platform.notificationservices.validators
Methods in de.hybris.platform.notificationservices.validators that return types with arguments of type NotificationType Modifier and Type Method Description protected java.util.List<NotificationType>NotificationTypeValidator. getNotificationTypes()Method parameters in de.hybris.platform.notificationservices.validators with type arguments of type NotificationType Modifier and Type Method Description voidNotificationTypeValidator. setNotificationTypes(java.util.List<NotificationType> notificationTypes)
-