Uses of Interface
org.broadleafcommerce.core.catalog.domain.PromotableProduct
Packages that use PromotableProduct
Package
Description
-
Uses of PromotableProduct in org.broadleafcommerce.core.catalog.domain
Subinterfaces of PromotableProduct in org.broadleafcommerce.core.catalog.domainModifier and TypeInterfaceDescriptioninterfaceThis is a specific interface for CrossSaleProductImpl and is needed for entity mapping and translationsinterfaceinterfaceinterfaceThis is a specific interface for CrossSaleProductImpl and is needed for entity mapping and translationsClasses in org.broadleafcommerce.core.catalog.domain that implement PromotableProductModifier and TypeClassDescriptionclassclassclass -
Uses of PromotableProduct in org.broadleafcommerce.core.catalog.service
Methods in org.broadleafcommerce.core.catalog.service that return types with arguments of type PromotableProductModifier 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 List<? extends PromotableProduct>RelatedProductsServiceImpl.resizeList(List<? extends PromotableProduct> originalList, Integer qty) Resizes the list to match the passed in quantity.Method parameters in org.broadleafcommerce.core.catalog.service with type arguments of type PromotableProductModifier and TypeMethodDescriptionprotected voidRelatedProductsServiceImpl.removeCurrentProductFromReturnList(Product product, List<? extends PromotableProduct> returnPromotableProducts) protected List<? extends PromotableProduct>RelatedProductsServiceImpl.resizeList(List<? extends PromotableProduct> originalList, Integer qty) Resizes the list to match the passed in quantity.