org.broadleafcommerce.core.web.api.wrapper
Class CategoryAttributeWrapper

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by 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

Field Summary
protected  String attributeName
           
protected  String attributeValue
           
protected  Long categoryId
           
protected  Long id
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
CategoryAttributeWrapper()
           
 
Method Summary
 void wrapDetails(CategoryAttribute model, javax.servlet.http.HttpServletRequest request)
           
 void wrapSummary(CategoryAttribute model, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

categoryId

protected Long categoryId

attributeName

protected String attributeName

attributeValue

protected String attributeValue
Constructor Detail

CategoryAttributeWrapper

public CategoryAttributeWrapper()
Method Detail

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.