public class SearchFacetValueWrapper extends BaseWrapper implements APIWrapper<SearchFacetResultDTO>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
active |
protected java.math.BigDecimal |
maxValue |
protected java.math.BigDecimal |
minValue |
protected java.lang.Integer |
quantity |
protected java.lang.String |
value |
protected java.lang.String |
valueKey |
context| Constructor and Description |
|---|
SearchFacetValueWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(SearchFacetResultDTO model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(SearchFacetResultDTO model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected java.lang.Boolean active
protected java.lang.String value
protected java.lang.String valueKey
protected java.lang.Integer quantity
protected java.math.BigDecimal minValue
protected java.math.BigDecimal maxValue
public void wrapDetails(SearchFacetResultDTO model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<SearchFacetResultDTO>public void wrapSummary(SearchFacetResultDTO model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<SearchFacetResultDTO>Copyright © 2018. All Rights Reserved.