Uses of Class
com.broadleafcommerce.rest.api.wrapper.CategoriesWrapper
Packages that use CategoriesWrapper
-
Uses of CategoriesWrapper in com.broadleafcommerce.rest.api.endpoint.catalog
Methods in com.broadleafcommerce.rest.api.endpoint.catalog that return CategoriesWrapperModifier and TypeMethodDescriptionCatalogEndpoint.findActiveSubCategories(jakarta.servlet.http.HttpServletRequest request, Long id, int limit, int offset) CatalogEndpoint.findAllCategories(jakarta.servlet.http.HttpServletRequest request, String name, int limit, int offset) CatalogEndpoint.findParentCategoriesForProduct(jakarta.servlet.http.HttpServletRequest request, Long id) CatalogEndpoint.findSubCategories(jakarta.servlet.http.HttpServletRequest request, Long id, int limit, int offset, boolean active)