Uses of Class
com.broadleafcommerce.catalog.domain.product.SKUContainer
Package
Description
-
Uses of SKUContainer in com.broadleafcommerce.catalog.service.product
Modifier and TypeMethodDescriptionDefaultProductService.readAllSkusByProduct
(P product, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) ProductService.readAllSkusByProduct
(P product, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Reads all the SKUs for the the specified product.DefaultProductService.readAllSkusByProductId
(@NonNull String productId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) ProductService.readAllSkusByProductId
(String productId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Reads all the SKUs for the the specified product ID.DefaultProductService.readAllSkusByProductIdAndQuery
(@NonNull String productId, @NonNull String sku, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) ProductService.readAllSkusByProductIdAndQuery
(String productId, String sku, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Reads all the SKUs for the the specified product ID and SKU identifier. -
Uses of SKUContainer in com.broadleafcommerce.catalog.web.endpoint
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SKUContainer>
ProductEndpoint.readAllSKUs
(javax.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page, String id, String query)