org.broadleafcommerce.core.web.api.wrapper
Class SearchFacetValueWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
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>
| 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 |
active
protected Boolean active
value
protected String value
valueKey
protected String valueKey
quantity
protected Integer quantity
minValue
protected BigDecimal minValue
maxValue
protected BigDecimal maxValue
SearchFacetValueWrapper
public SearchFacetValueWrapper()
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.