Uses of Class
de.hybris.platform.customerinterestsfacades.data.ProductInterestData
Packages that use ProductInterestData
Package
Description
-
Uses of ProductInterestData in de.hybris.platform.customerinterestsfacades.productinterest
Methods in de.hybris.platform.customerinterestsfacades.productinterest that return types with arguments of type ProductInterestDataModifier and TypeMethodDescriptionProductInterestFacade.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 notificationTypeMethods in de.hybris.platform.customerinterestsfacades.productinterest with parameters of type ProductInterestDataModifier and TypeMethodDescriptionvoidProductInterestFacade.removeProductInterest(ProductInterestData productInterest) Removes the product interestvoidProductInterestFacade.saveProductInterest(ProductInterestData productInterest) Saves the new or edited interest -
Uses of ProductInterestData in de.hybris.platform.customerinterestsfacades.productinterest.impl
Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl that return types with arguments of type ProductInterestDataModifier and TypeMethodDescriptionprotected Converter<ProductInterestModel,ProductInterestData> DefaultProductInterestFacade.getProductInterestConverter()DefaultProductInterestFacade.getProductInterestDataForCurrentCustomer(String productcode, NotificationType notificationType) protected Converter<ProductInterestData,ProductInterestModel> DefaultProductInterestFacade.getProductInterestReverseConverter()DefaultProductInterestFacade.getProductInterestsForNotificationType(String productCode, NotificationType notificationType) Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl with parameters of type ProductInterestDataModifier and TypeMethodDescriptionvoidDefaultProductInterestFacade.removeProductInterest(ProductInterestData productInterest) voidDefaultProductInterestFacade.saveProductInterest(ProductInterestData productInterest) Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.impl with type arguments of type ProductInterestDataModifier and TypeMethodDescriptionvoidDefaultProductInterestFacade.setProductInterestConverter(Converter<ProductInterestModel, ProductInterestData> productInterestConverter) voidDefaultProductInterestFacade.setProductInterestReverseConverter(Converter<ProductInterestData, ProductInterestModel> productInterestReverseConverter) -
Uses of ProductInterestData in de.hybris.platform.customerinterestsfacades.productinterest.populators
Methods in de.hybris.platform.customerinterestsfacades.productinterest.populators with parameters of type ProductInterestDataModifier and TypeMethodDescriptionvoidProductInterestPopulator.populate(ProductInterestModel source, ProductInterestData target) voidProductInterestReversePopulator.populate(ProductInterestData source, ProductInterestModel target) -
Uses of ProductInterestData in de.hybris.platform.stocknotificationaddon.handlers
Methods in de.hybris.platform.stocknotificationaddon.handlers with parameters of type ProductInterestDataModifier and TypeMethodDescriptionvoidStockNotificationHandler.prepareInterestData(StockNotificationForm stockNotificationForm, ProductInterestData productInterestData) StockNotificationHandler.prepareStockNotifcationFormByInterest(ProductInterestData productInterestData)