com.broadleafcommerce.core.rest.api.v2.wrapper.CategoriesWrapper@Deprecated public class CategoriesWrapper extends BaseWrapper implements APIWrapper<List<Category>>
| Modifier and Type | Field and Description |
|---|---|
protected List<CategoryWrapper> |
categories
Deprecated.
|
context| Constructor and Description |
|---|
CategoriesWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CategoryWrapper> |
getCategories()
Deprecated.
|
void |
setCategories(List<CategoryWrapper> categories)
Deprecated.
|
void |
wrapDetails(List<Category> cats,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
wrapSummary(List<Category> cats,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperprotected List<CategoryWrapper> categories
public void wrapDetails(List<Category> cats, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<List<Category>>public void wrapSummary(List<Category> cats, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<List<Category>>public List<CategoryWrapper> getCategories()
public void setCategories(List<CategoryWrapper> categories)
categories - the categories to setCopyright © 2018. All rights reserved.