Uses of Class
de.hybris.platform.customerinterestsfacades.data.ProductInterestData
-
-
Uses of ProductInterestData in de.hybris.platform.customerinterestsfacades.productinterest
Methods in de.hybris.platform.customerinterestsfacades.productinterest that return types with arguments of type ProductInterestData Modifier and Type Method Description java.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 notificationTypeMethods in de.hybris.platform.customerinterestsfacades.productinterest with parameters of type ProductInterestData Modifier and Type Method Description voidProductInterestFacade. 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 ProductInterestData Modifier and Type Method Description protected Converter<ProductInterestModel,ProductInterestData>DefaultProductInterestFacade. getProductInterestConverter()java.util.Optional<ProductInterestData>DefaultProductInterestFacade. getProductInterestDataForCurrentCustomer(java.lang.String productcode, NotificationType notificationType)protected Converter<ProductInterestData,ProductInterestModel>DefaultProductInterestFacade. getProductInterestReverseConverter()java.util.List<ProductInterestData>DefaultProductInterestFacade. getProductInterestsForNotificationType(java.lang.String productCode, NotificationType notificationType)Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl with parameters of type ProductInterestData Modifier and Type Method Description voidDefaultProductInterestFacade. removeProductInterest(ProductInterestData productInterest)voidDefaultProductInterestFacade. saveProductInterest(ProductInterestData productInterest)Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.impl with type arguments of type ProductInterestData Modifier and Type Method Description voidDefaultProductInterestFacade. 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 ProductInterestData Modifier and Type Method Description voidProductInterestPopulator. 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 ProductInterestData Modifier and Type Method Description voidStockNotificationHandler. prepareInterestData(StockNotificationForm stockNotificationForm, ProductInterestData productInterestData)StockNotificationFormStockNotificationHandler. prepareStockNotifcationFormByInterest(ProductInterestData productInterestData)
-