Uses of Class
de.hybris.platform.customerinterestsfacades.data.ProductInterestRelationData
Packages that use ProductInterestRelationData
Package
Description
-
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 -
Uses of ProductInterestRelationData in de.hybris.platform.assistedservicewebservices.adapters
Method parameters in de.hybris.platform.assistedservicewebservices.adapters with type arguments of type ProductInterestRelationDataModifier and TypeMethodDescriptionC360CustomerInterestsListAdapter.adapt(List<ProductInterestRelationData> source) -
Uses of ProductInterestRelationData in de.hybris.platform.customerinterestsfacades.productinterest
Methods in de.hybris.platform.customerinterestsfacades.productinterest that return ProductInterestRelationDataModifier and TypeMethodDescriptionProductInterestFacade.getProductInterestRelation(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 ProductInterestRelationDataModifier and TypeMethodDescriptionProductInterestFacade.getPaginatedProductInterestsByCustomer(SearchPageData searchPageData) Finds interests watched by current customerProductInterestFacade.getPaginatedProductInterestsForNotificationType(String productCode, NotificationType notificationType, SearchPageData searchPageData) Finds interests watched by current customerProductInterestFacade.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 ProductInterestRelationDataModifier and TypeMethodDescriptionDefaultProductInterestFacade.getProductInterestRelation(String productCode) Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl that return types with arguments of type ProductInterestRelationDataModifier and TypeMethodDescriptionprotected List<ProductInterestRelationData>DefaultProductInterestFacade.buildProductInterestRelationData(Map<ProductModel, Map<NotificationType, Date>> productNotificationMap) DefaultProductInterestFacade.getPaginatedProductInterestsByCustomer(SearchPageData searchPageData) DefaultProductInterestFacade.getPaginatedProductInterestsForNotificationType(String productCode, NotificationType notificationType, SearchPageData searchPageData) protected Converter<Map.Entry<ProductModel,List<ProductInterestEntryData>>, ProductInterestRelationData> DefaultProductInterestFacade.getProductInterestRelationConverter()DefaultProductInterestFacade.getProductsByCustomerInterests(PageableData pageableData) protected SearchPageData<ProductInterestRelationData>DefaultProductInterestFacade.pagingProductInterestsList(SearchPageData searchPageData, List<ProductInterestRelationData> interestsList) Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.impl with type arguments of type ProductInterestRelationDataModifier and TypeMethodDescriptionprotected SearchPageData<ProductInterestRelationData>DefaultProductInterestFacade.pagingProductInterestsList(SearchPageData searchPageData, List<ProductInterestRelationData> interestsList) voidDefaultProductInterestFacade.setProductInterestRelationConverter(Converter<Map.Entry<ProductModel, List<ProductInterestEntryData>>, ProductInterestRelationData> productInterestRelationConverter) protected voidDefaultProductInterestFacade.sortingProductInterestsList(SearchPageData searchPageData, 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 ProductInterestRelationDataModifier and TypeMethodDescriptionvoidProductInterestRelationPopulator.populate(Map.Entry<ProductModel, 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 ProductInterestRelationDataModifier and TypeMethodDescriptionvoidSortByProductNameStrategy.ascendingSort(List<ProductInterestRelationData> list) -
Uses of ProductInterestRelationData in de.hybris.platform.customerinterestsocc.controllers.customerinterests
Methods in de.hybris.platform.customerinterestsocc.controllers.customerinterests that return ProductInterestRelationDataModifier and TypeMethodDescriptionprotected ProductInterestRelationDataProductInterestsController.saveProductInterest(String productCode, NotificationType notificationType) -
Uses of ProductInterestRelationData in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests
Methods in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests that return ProductInterestRelationDataModifier and TypeMethodDescriptionprotected ProductInterestRelationDataProductInterestsController.saveProductInterest(String productCode, NotificationType notificationType)