Uses of Class
org.broadleafcommerce.core.catalog.domain.RelatedProductDTO
Packages that use RelatedProductDTO
-
Uses of RelatedProductDTO in org.broadleafcommerce.core.catalog.service
Methods in org.broadleafcommerce.core.catalog.service with parameters of type RelatedProductDTOModifier and TypeMethodDescriptionprotected List<? extends PromotableProduct>RelatedProductsServiceImpl.buildCrossSaleProductsList(Product product, Category category, RelatedProductDTO relatedProductDTO) Returns the crossSale products for the past in product/categoryprotected List<? extends PromotableProduct>RelatedProductsServiceImpl.buildFeaturedProductsList(Product product, Category category, RelatedProductDTO relatedProductDTO) Returns the featured products for the past in product/categoryprotected List<? extends PromotableProduct>RelatedProductsServiceImpl.buildUpSaleProductsList(Product product, Category category, RelatedProductDTO relatedProductDTO) Returns the upSale products for the past in product/categoryList<? extends PromotableProduct>RelatedProductsService.findRelatedProducts(RelatedProductDTO relatedProductDTO) Uses the data in the passed in DTO to return a list of relatedProducts.List<? extends PromotableProduct>RelatedProductsServiceImpl.findRelatedProducts(RelatedProductDTO relatedProductDTO) protected CategoryRelatedProductsServiceImpl.lookupCategory(RelatedProductDTO relatedProductDTO) protected ProductRelatedProductsServiceImpl.lookupProduct(RelatedProductDTO relatedProductDTO)