Uses of Enum Class
de.hybris.platform.notificationservices.enums.NotificationType
Packages that use NotificationType
Package
Description
Contains generated models for each type of de.hybris.platform.customercouponservices.jalo package.
Contains generated models for each type of de.hybris.platform.customerinterestsservices.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.notificationservices.jalo package.
-
Uses of NotificationType in de.hybris.platform.customercouponservices.cronjob
Methods in de.hybris.platform.customercouponservices.cronjob with parameters of type NotificationTypeModifier and TypeMethodDescriptionprotected 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 NotificationTypeModifier and TypeMethodDescriptionCouponNotificationProcessModel.getNotificationType()Generated method - Getter of thecouponNotificationProcess.notificationTypeattribute defined at extensioncustomercouponservices.Methods in de.hybris.platform.customercouponservices.model with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoidCouponNotificationProcessModel.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 NotificationTypeMethods in de.hybris.platform.customerinterestsfacades.data with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoidProductInterestData.setNotificationType(NotificationType notificationType) -
Uses of NotificationType in de.hybris.platform.customerinterestsfacades.productinterest
Methods in de.hybris.platform.customerinterestsfacades.productinterest with parameters of type NotificationTypeModifier and TypeMethodDescriptionProductInterestFacade.getPaginatedProductInterestsForNotificationType(String productCode, NotificationType notificationType, SearchPageData searchPageData) Finds interests watched by current customerProductInterestFacade.getProductInterestDataForCurrentCustomer(String productcode, NotificationType notificationType) Gets the particular interest of the current customer according to the product code and the notificationTypeProductInterestFacade.getProductInterestsForNotificationType(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 NotificationTypeModifier and TypeMethodDescriptionprotected Converter<Map.Entry<NotificationType,Date>, ProductInterestEntryData> DefaultProductInterestFacade.getProductInterestEntryConverter()Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl with parameters of type NotificationTypeModifier and TypeMethodDescriptionDefaultProductInterestFacade.getPaginatedProductInterestsForNotificationType(String productCode, NotificationType notificationType, SearchPageData searchPageData) protected Optional<ProductInterestModel>DefaultProductInterestFacade.getProductInterest(String productcode, NotificationType notificationType) DefaultProductInterestFacade.getProductInterestDataForCurrentCustomer(String productcode, NotificationType notificationType) DefaultProductInterestFacade.getProductInterestsForNotificationType(String productCode, NotificationType notificationType) Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.impl with type arguments of type NotificationTypeModifier and TypeMethodDescriptionprotected List<ProductInterestRelationData>DefaultProductInterestFacade.buildProductInterestRelationData(Map<ProductModel, Map<NotificationType, Date>> productNotificationMap) voidDefaultProductInterestFacade.setProductInterestEntryConverter(Converter<Map.Entry<NotificationType, 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 NotificationTypeModifier and TypeMethodDescriptionvoidProductInterestEntryPopulator.populate(Map.Entry<NotificationType, Date> source, ProductInterestEntryData target) -
Uses of NotificationType in de.hybris.platform.customerinterestsocc.controllers.customerinterests
Methods in de.hybris.platform.customerinterestsocc.controllers.customerinterests with parameters of type NotificationTypeModifier and TypeMethodDescriptionprotected ProductInterestRelationDataProductInterestsController.saveProductInterest(String productCode, NotificationType notificationType) -
Uses of NotificationType in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests
Methods in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests with parameters of type NotificationTypeModifier and TypeMethodDescriptionprotected ProductInterestRelationDataProductInterestsController.saveProductInterest(String productCode, NotificationType notificationType) -
Uses of NotificationType in de.hybris.platform.customerinterestsservices.model
Methods in de.hybris.platform.customerinterestsservices.model that return NotificationTypeModifier and TypeMethodDescriptionProductInterestModel.getNotificationType()Generated method - Getter of theProductInterest.notificationTypeattribute defined at extensioncustomerinterestsservices.Methods in de.hybris.platform.customerinterestsservices.model with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoidProductInterestModel.setNotificationType(NotificationType value) Generated method - Setter ofProductInterest.notificationTypeattribute defined at extensioncustomerinterestsservices.Constructors in de.hybris.platform.customerinterestsservices.model with parameters of type NotificationTypeModifierConstructorDescriptionProductInterestModel(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 NotificationTypeModifier and TypeMethodDescriptionProductInterestService.findProductInterestsByCustomer()Finds all interests watched by current customer.ProductInterestService.getProductsByCustomerInterests(PageableData pageableData) Finds interests watched by current customer.Methods in de.hybris.platform.customerinterestsservices.productinterest with parameters of type NotificationTypeModifier and TypeMethodDescriptionProductInterestService.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 NotificationTypeModifier and TypeMethodDescriptionProductInterestDao.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.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 NotificationTypeModifier and TypeMethodDescriptionDefaultProductInterestDao.findProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) 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 NotificationTypeModifier and TypeMethodDescriptionprotected Map<NotificationType,Date> DefaultProductInterestService.buildInterestMap(Map<String, String> interestCreationMap) build interest data as a linked mapDefaultProductInterestService.findProductInterestsByCustomer()DefaultProductInterestService.getProductsByCustomerInterests(PageableData pageableData) Methods in de.hybris.platform.customerinterestsservices.productinterest.impl with parameters of type NotificationTypeModifier and TypeMethodDescriptionDefaultProductInterestService.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 NotificationTypeModifier and TypeMethodDescriptionprotected voidDefaultProductInterestService.fillProductModelMap(Map<ProductModel, Map<NotificationType, Date>> productModelMap, String productPk, Map<String, String> interestCreationMap) -
Uses of NotificationType in de.hybris.platform.notificationfacades.data
Methods in de.hybris.platform.notificationfacades.data that return NotificationTypeMethods in de.hybris.platform.notificationfacades.data with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoidSiteMessageData.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 NotificationTypeModifier and TypeMethodDescriptionprotected Map<NotificationType,SiteMessageUrlResolver> SiteMessagePopulator.getSiteMessageUrlResolvers()Method parameters in de.hybris.platform.notificationfacades.populators with type arguments of type NotificationTypeModifier and TypeMethodDescriptionvoidSiteMessagePopulator.setSiteMessageUrlResolvers(Map<NotificationType, SiteMessageUrlResolver> siteMessageUrlResolvers) -
Uses of NotificationType in de.hybris.platform.notificationocc.dto
Methods in de.hybris.platform.notificationocc.dto that return NotificationTypeMethods in de.hybris.platform.notificationocc.dto with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoidSiteMessageWsDTO.setNotificationType(NotificationType notificationType) -
Uses of NotificationType in de.hybris.platform.notificationoccaddon.dto
Methods in de.hybris.platform.notificationoccaddon.dto that return NotificationTypeMethods in de.hybris.platform.notificationoccaddon.dto with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoidSiteMessageWsDTO.setNotificationType(NotificationType notificationType) -
Uses of NotificationType in de.hybris.platform.notificationservices.enums
Methods in de.hybris.platform.notificationservices.enums that return NotificationTypeModifier and TypeMethodDescriptionstatic NotificationTypeReturns the enum constant of this class with the specified name.static NotificationType[]NotificationType.values()Returns an array containing the constants of this enum class, 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 NotificationTypeMethods in de.hybris.platform.notificationservices.mapping with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoidProcessorMappingRegistry.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 NotificationTypeModifier and TypeMethodDescriptionSiteMessageModel.getNotificationType()Generated method - Getter of theSiteMessage.notificationTypeattribute defined at extensionnotificationservices.Methods in de.hybris.platform.notificationservices.model with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoidSiteMessageModel.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 NotificationTypeModifier and TypeMethodDescriptionSiteMessageService.createMessage(String subject, String body, SiteMessageType type, ItemModel externalItem, NotificationType notificationType) Creates a site message by given subject, link, body, message type, notification type and localeSiteMessageService.createMessage(String title, String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, replace with createMessage(String title, String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType)voidNotificationService.notifyCustomer(NotificationType notificationType, CustomerModel customer, Map<String, ? extends ItemModel> dataMap) Send notification to customer using channels from customer's preferencesvoidNotificationService.notifyCustomer(NotificationType notificationType, CustomerModel customer, Set<NotificationChannel> channelSet, Map<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 NotificationTypeModifier and TypeMethodDescriptionDefaultSiteMessageService.createMessage(String subject, String body, SiteMessageType type, ItemModel externalItem, NotificationType notificationType) DefaultSiteMessageService.createMessage(String title, String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, replace with the next createMessage.voidDefaultNotificationService.notifyCustomer(NotificationType notificationType, CustomerModel customer, Map<String, ? extends ItemModel> dataMap) voidDefaultNotificationService.notifyCustomer(NotificationType notificationType, CustomerModel customer, Set<NotificationChannel> channelSet, Map<String, ? extends ItemModel> dataMap) protected voidDefaultNotificationService.notifyCustomerByChannelSet(NotificationType notificationType, CustomerModel customer, Map<String, ? extends ItemModel> dataMap, 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 NotificationTypeModifier and TypeMethodDescriptionprotected List<NotificationType>NotificationTypeValidator.getNotificationTypes()Method parameters in de.hybris.platform.notificationservices.validators with type arguments of type NotificationTypeModifier and TypeMethodDescriptionvoidNotificationTypeValidator.setNotificationTypes(List<NotificationType> notificationTypes)