org.broadleafcommerce.core.web.api.wrapper
Class CategoryAttributeWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.CategoryAttributeWrapper
- All Implemented Interfaces:
- APIWrapper<CategoryAttribute>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class CategoryAttributeWrapper
- extends BaseWrapper
- implements APIWrapper<CategoryAttribute>
- Author:
- Phillip Verheyden
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
categoryId
protected Long categoryId
attributeName
protected String attributeName
attributeValue
protected String attributeValue
CategoryAttributeWrapper
public CategoryAttributeWrapper()
wrapDetails
public void wrapDetails(CategoryAttribute model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapDetails in interface APIWrapper<CategoryAttribute>
wrapSummary
public void wrapSummary(CategoryAttribute model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapSummary in interface APIWrapper<CategoryAttribute>
Copyright © 2013. All Rights Reserved.