public class CategoryServices extends Object
Modifier and Type | Field and Description |
---|---|
static String |
module |
static String |
resourceError |
Constructor and Description |
---|
CategoryServices() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
getCategoryMembers(DispatchContext dctx,
Map<String,? extends Object> context) |
static String |
getChildCategoryTree(HttpServletRequest request,
HttpServletResponse response) |
static Map<String,Object> |
getPreviousNextProducts(DispatchContext dctx,
Map<String,? extends Object> context) |
static Map<String,Object> |
getProductCategoryAndLimitedMembers(DispatchContext dctx,
Map<String,? extends Object> context) |
public static final String module
public static final String resourceError
public static Map<String,Object> getCategoryMembers(DispatchContext dctx, Map<String,? extends Object> context)
public static Map<String,Object> getPreviousNextProducts(DispatchContext dctx, Map<String,? extends Object> context)
public static Map<String,Object> getProductCategoryAndLimitedMembers(DispatchContext dctx, Map<String,? extends Object> context)
public static String getChildCategoryTree(HttpServletRequest request, HttpServletResponse response)