Uses of Class
de.hybris.platform.customerinterestsfacades.data.ProductInterestEntryData
-
-
Uses of ProductInterestEntryData in de.hybris.platform.customerinterestsfacades.data
Methods in de.hybris.platform.customerinterestsfacades.data that return types with arguments of type ProductInterestEntryData Modifier and Type Method Description java.util.List<ProductInterestEntryData>ProductInterestRelationData. getProductInterestEntry()Method parameters in de.hybris.platform.customerinterestsfacades.data with type arguments of type ProductInterestEntryData Modifier and Type Method Description voidProductInterestRelationData. setProductInterestEntry(java.util.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 ProductInterestEntryData Modifier and Type Method Description protected Converter<java.util.Map.Entry<NotificationType,java.util.Date>,ProductInterestEntryData>DefaultProductInterestFacade. getProductInterestEntryConverter()protected Converter<java.util.Map.Entry<ProductModel,java.util.List<ProductInterestEntryData>>,ProductInterestRelationData>DefaultProductInterestFacade. getProductInterestRelationConverter()Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.impl with type arguments of type ProductInterestEntryData Modifier and Type Method Description voidDefaultProductInterestFacade. setProductInterestEntryConverter(Converter<java.util.Map.Entry<NotificationType,java.util.Date>,ProductInterestEntryData> productInterestEntryConverter)voidDefaultProductInterestFacade. setProductInterestRelationConverter(Converter<java.util.Map.Entry<ProductModel,java.util.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 ProductInterestEntryData Modifier and Type Method Description voidProductInterestEntryPopulator. populate(java.util.Map.Entry<NotificationType,java.util.Date> source, ProductInterestEntryData target)Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.populators with type arguments of type ProductInterestEntryData Modifier and Type Method Description voidProductInterestRelationPopulator. populate(java.util.Map.Entry<ProductModel,java.util.List<ProductInterestEntryData>> source, ProductInterestRelationData target)
-