Uses of Class
org.broadleafcommerce.core.web.api.wrapper.CategoryWrapper

Packages that use CategoryWrapper
org.broadleafcommerce.core.web.api.endpoint.catalog   
org.broadleafcommerce.core.web.api.wrapper   
 

Uses of CategoryWrapper in org.broadleafcommerce.core.web.api.endpoint.catalog
 

Methods in org.broadleafcommerce.core.web.api.endpoint.catalog that return CategoryWrapper
 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.
 

Uses of CategoryWrapper in org.broadleafcommerce.core.web.api.wrapper
 

Fields in org.broadleafcommerce.core.web.api.wrapper with type parameters of type CategoryWrapper
protected  List<CategoryWrapper> CategoriesWrapper.categories
           
protected  List<CategoryWrapper> CategoryWrapper.subcategories
           
 

Methods in org.broadleafcommerce.core.web.api.wrapper that return types with arguments of type CategoryWrapper
protected  List<CategoryWrapper> CategoryWrapper.buildSubcategoryTree(List<CategoryWrapper> wrappers, Category root, javax.servlet.http.HttpServletRequest request)
           
 

Method parameters in org.broadleafcommerce.core.web.api.wrapper with type arguments of type CategoryWrapper
protected  List<CategoryWrapper> CategoryWrapper.buildSubcategoryTree(List<CategoryWrapper> wrappers, Category root, javax.servlet.http.HttpServletRequest request)
           
 



Copyright © 2013. All Rights Reserved.