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

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by org.broadleafcommerce.core.web.api.wrapper.SearchFacetValueWrapper
All Implemented Interfaces:
APIWrapper<SearchFacetResultDTO>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SearchFacetValueWrapper
extends BaseWrapper
implements APIWrapper<SearchFacetResultDTO>


Field Summary
protected  Boolean active
           
protected  BigDecimal maxValue
           
protected  BigDecimal minValue
           
protected  Integer quantity
           
protected  String value
           
protected  String valueKey
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
SearchFacetValueWrapper()
           
 
Method Summary
 void wrapDetails(SearchFacetResultDTO model, javax.servlet.http.HttpServletRequest request)
           
 void wrapSummary(SearchFacetResultDTO 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

active

protected Boolean active

value

protected String value

valueKey

protected String valueKey

quantity

protected Integer quantity

minValue

protected BigDecimal minValue

maxValue

protected BigDecimal maxValue
Constructor Detail

SearchFacetValueWrapper

public SearchFacetValueWrapper()
Method Detail

wrapDetails

public void wrapDetails(SearchFacetResultDTO model,
                        javax.servlet.http.HttpServletRequest request)
Specified by:
wrapDetails in interface APIWrapper<SearchFacetResultDTO>

wrapSummary

public void wrapSummary(SearchFacetResultDTO model,
                        javax.servlet.http.HttpServletRequest request)
Specified by:
wrapSummary in interface APIWrapper<SearchFacetResultDTO>


Copyright © 2013. All Rights Reserved.