Class TmaSearchResultPopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.search.solrfacetsearch.populators.TmaSearchResultPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<SearchResultValueData,ProductData>
- Direct Known Subclasses:
TmaSearchResultBpoChildrenPopulator,TmaSearchResultParentBpoPopulator,TmaSearchResultProductGroupsPopulator,TmaSearchResultProductSpecificationPopulator
public abstract class TmaSearchResultPopulator
extends Object
implements de.hybris.platform.converters.Populator<SearchResultValueData,ProductData>
Abstract Search Result Populator to be extended by populators handling the Search Results as retrieved from solr.
- Since:
- 2007
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> TgetValue(SearchResultValueData source, String propertyName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.converters.Populator
populate
-
Constructor Details
-
TmaSearchResultPopulator
public TmaSearchResultPopulator()
-
-
Method Details
-
getValue
-