Uses of Class
de.hybris.platform.customerinterestsfacades.data.ProductInterestRelationData
-
-
Uses of ProductInterestRelationData in de.hybris.platform.assistedservicecustomerinterestsfacades.customer360.provider
Methods in de.hybris.platform.assistedservicecustomerinterestsfacades.customer360.provider that return types with arguments of type ProductInterestRelationData Modifier and Type Method Description java.util.List<ProductInterestRelationData>CustomerInterestsDataProvider. getModel(java.util.Map<java.lang.String,java.lang.String> parameters) -
Uses of ProductInterestRelationData in de.hybris.platform.customerinterestsfacades.productinterest
Methods in de.hybris.platform.customerinterestsfacades.productinterest that return ProductInterestRelationData Modifier and Type Method Description ProductInterestRelationDataProductInterestFacade. getProductInterestRelation(java.lang.String productCode)Finds product interest relation for specific product for current customerMethods in de.hybris.platform.customerinterestsfacades.productinterest that return types with arguments of type ProductInterestRelationData Modifier and Type Method Description SearchPageData<ProductInterestRelationData>ProductInterestFacade. getPaginatedProductInterestsByCustomer(SearchPageData searchPageData)Finds interests watched by current customerSearchPageData<ProductInterestRelationData>ProductInterestFacade. getPaginatedProductInterestsForNotificationType(java.lang.String productCode, NotificationType notificationType, SearchPageData searchPageData)Finds interests watched by current customerjava.util.List<ProductInterestRelationData>ProductInterestFacade. getProductsByCustomerInterests(PageableData pageableData)Finds interests watched by current customer -
Uses of ProductInterestRelationData in de.hybris.platform.customerinterestsfacades.productinterest.impl
Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl that return ProductInterestRelationData Modifier and Type Method Description ProductInterestRelationDataDefaultProductInterestFacade. getProductInterestRelation(java.lang.String productCode)Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.impl with type arguments of type ProductInterestRelationData Modifier and Type Method Description protected SearchPageData<ProductInterestRelationData>DefaultProductInterestFacade. pagingProductInterestsList(SearchPageData searchPageData, java.util.List<ProductInterestRelationData> interestsList)voidDefaultProductInterestFacade. setProductInterestRelationConverter(Converter<java.util.Map.Entry<ProductModel,java.util.List<ProductInterestEntryData>>,ProductInterestRelationData> productInterestRelationConverter)protected voidDefaultProductInterestFacade. sortingProductInterestsList(SearchPageData searchPageData, java.util.List<ProductInterestRelationData> interestsList) -
Uses of ProductInterestRelationData in de.hybris.platform.customerinterestsfacades.productinterest.populators
Methods in de.hybris.platform.customerinterestsfacades.productinterest.populators with parameters of type ProductInterestRelationData Modifier and Type Method Description voidProductInterestRelationPopulator. populate(java.util.Map.Entry<ProductModel,java.util.List<ProductInterestEntryData>> source, ProductInterestRelationData target) -
Uses of ProductInterestRelationData in de.hybris.platform.customerinterestsfacades.strategies.impl
Method parameters in de.hybris.platform.customerinterestsfacades.strategies.impl with type arguments of type ProductInterestRelationData Modifier and Type Method Description voidSortByProductNameStrategy. ascendingSort(java.util.List<ProductInterestRelationData> list) -
Uses of ProductInterestRelationData in de.hybris.platform.customerinterestsocc.controllers.customerinterests
Methods in de.hybris.platform.customerinterestsocc.controllers.customerinterests that return ProductInterestRelationData Modifier and Type Method Description protected ProductInterestRelationDataProductInterestsController. saveProductInterest(java.lang.String productCode, NotificationType notificationType) -
Uses of ProductInterestRelationData in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests
Methods in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests that return ProductInterestRelationData Modifier and Type Method Description protected ProductInterestRelationDataProductInterestsController. saveProductInterest(java.lang.String productCode, NotificationType notificationType)
-