org.broadleafcommerce.core.catalog.service
Interface RelatedProductsService

All Known Implementing Classes:
RelatedProductsServiceImpl

public interface RelatedProductsService

Interface for finding related products. Could be extended to support more complex related product functions.

Author:
bpolster

Method Summary
 List<? extends PromotableProduct> findRelatedProducts(RelatedProductDTO relatedProductDTO)
          Uses the data in the passed in DTO to return a list of relatedProducts.
 

Method Detail

findRelatedProducts

List<? extends PromotableProduct> findRelatedProducts(RelatedProductDTO relatedProductDTO)
Uses the data in the passed in DTO to return a list of relatedProducts. For example, upSale, crossSale, or featured products.

Parameters:
relatedProductDTO -
Returns:


Copyright © 2013. All Rights Reserved.