org.broadleafcommerce.core.web.api.wrapper
Class SearchFacetWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.SearchFacetWrapper
- All Implemented Interfaces:
- APIWrapper<SearchFacetDTO>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class SearchFacetWrapper
- extends BaseWrapper
- implements APIWrapper<SearchFacetDTO>
This wrapper provides information about the search facets available
for use with a search.
Search facets are typically returned from a catalog search as part of the result.
You can use facets to narrow a search.
- Author:
- Kelly Tisdell
| 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 |
fieldName
protected String fieldName
active
protected Boolean active
values
protected List<SearchFacetValueWrapper> values
SearchFacetWrapper
public SearchFacetWrapper()
wrapDetails
public void wrapDetails(SearchFacetDTO model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapDetails in interface APIWrapper<SearchFacetDTO>
wrapSummary
public void wrapSummary(SearchFacetDTO model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapSummary in interface APIWrapper<SearchFacetDTO>
Copyright © 2013. All Rights Reserved.