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