Class RelatedProductsVariableExpression
java.lang.Object
org.broadleafcommerce.core.web.expression.RelatedProductsVariableExpression
- All Implemented Interfaces:
BroadleafVariableExpression
@Component("blRelatedProductsVariableExpression")
public class RelatedProductsVariableExpression
extends Object
implements BroadleafVariableExpression
- Author:
- Nick Crum ncrum
-
Constructor Summary
ConstructorsConstructorDescriptionRelatedProductsVariableExpression(RelatedProductsService relatedProductsService) -
Method Summary
Modifier and TypeMethodDescriptionbuildProductList(List<? extends PromotableProduct> relatedProducts) findByCategory(Long categoryId, Integer quantity) findByCategory(Long categoryId, Integer quantity, String type) findByProduct(Long productId) findByProduct(Long productId, Integer quantity) findByProduct(Long productId, Integer quantity, String type) getName()getRelatedProducts(Long productId, Long categoryId, Integer quantity, String type) booleanisFeaturedProduct(Long productId)
-
Constructor Details
-
RelatedProductsVariableExpression
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceBroadleafVariableExpression
-
findByProduct
-
findByProduct
-
findByCategory
-
findByProduct
-
findByCategory
-
getRelatedProducts
-
isFeaturedProduct
-
buildProductList
-