Uses of Class
de.hybris.platform.customerinterestsfacades.data.ProductInterestEntryData
Packages that use ProductInterestEntryData
Package
Description
-
Uses of ProductInterestEntryData in de.hybris.platform.customerinterestsfacades.data
Methods in de.hybris.platform.customerinterestsfacades.data that return types with arguments of type ProductInterestEntryDataMethod parameters in de.hybris.platform.customerinterestsfacades.data with type arguments of type ProductInterestEntryDataModifier and TypeMethodDescriptionvoidProductInterestRelationData.setProductInterestEntry(List<ProductInterestEntryData> productInterestEntry) -
Uses of ProductInterestEntryData in de.hybris.platform.customerinterestsfacades.productinterest.impl
Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl that return types with arguments of type ProductInterestEntryDataModifier and TypeMethodDescriptionprotected Converter<Map.Entry<NotificationType,Date>, ProductInterestEntryData> DefaultProductInterestFacade.getProductInterestEntryConverter()protected Converter<Map.Entry<ProductModel,List<ProductInterestEntryData>>, ProductInterestRelationData> DefaultProductInterestFacade.getProductInterestRelationConverter()Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.impl with type arguments of type ProductInterestEntryDataModifier and TypeMethodDescriptionvoidDefaultProductInterestFacade.setProductInterestEntryConverter(Converter<Map.Entry<NotificationType, Date>, ProductInterestEntryData> productInterestEntryConverter) voidDefaultProductInterestFacade.setProductInterestRelationConverter(Converter<Map.Entry<ProductModel, List<ProductInterestEntryData>>, ProductInterestRelationData> productInterestRelationConverter) -
Uses of ProductInterestEntryData in de.hybris.platform.customerinterestsfacades.productinterest.populators
Methods in de.hybris.platform.customerinterestsfacades.productinterest.populators with parameters of type ProductInterestEntryDataModifier and TypeMethodDescriptionvoidProductInterestEntryPopulator.populate(Map.Entry<NotificationType, Date> source, ProductInterestEntryData target) Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.populators with type arguments of type ProductInterestEntryDataModifier and TypeMethodDescriptionvoidProductInterestRelationPopulator.populate(Map.Entry<ProductModel, List<ProductInterestEntryData>> source, ProductInterestRelationData target)