| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.api.endpoint.catalog | |
| org.broadleafcommerce.core.web.api.wrapper |
| Modifier and Type | Method and Description |
|---|---|
CategoryWrapper |
CatalogEndpoint.findCategoryById(javax.servlet.http.HttpServletRequest request,
Long id,
int productLimit,
int productOffset,
int subcategoryLimit,
int subcategoryOffset) |
CategoryWrapper |
CatalogEndpoint.findCategoryByIdOrName(javax.servlet.http.HttpServletRequest request,
String searchParameter,
int productLimit,
int productOffset,
int subcategoryLimit,
int subcategoryOffset)
Allows you to search for a category by ID or by name.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CategoryWrapper> |
CategoriesWrapper.categories |
protected List<CategoryWrapper> |
CategoryWrapper.subcategories |
| Modifier and Type | Method and Description |
|---|---|
protected List<CategoryWrapper> |
CategoryWrapper.buildSubcategoryTree(List<CategoryWrapper> wrappers,
Category root,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CategoryWrapper> |
CategoryWrapper.buildSubcategoryTree(List<CategoryWrapper> wrappers,
Category root,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2015. All Rights Reserved.