Class VendorProductCategorySearchPagePopulator<QUERY,STATE,RESULT,ITEM extends ProductData,SCAT,CATEGORY>
java.lang.Object
de.hybris.platform.commercefacades.search.converters.populator.ProductCategorySearchPagePopulator<QUERY,STATE,RESULT,ProductData,SCAT,CATEGORY>
de.hybris.platform.marketplacefacades.search.converters.populators.VendorProductCategorySearchPagePopulator<QUERY,STATE,RESULT,ITEM,SCAT,CATEGORY>
- All Implemented Interfaces:
Populator<ProductCategorySearchPageData<QUERY,RESULT, SCAT>, ProductCategorySearchPageData<STATE, ProductData, CATEGORY>>
public class VendorProductCategorySearchPagePopulator<QUERY,STATE,RESULT,ITEM extends ProductData,SCAT,CATEGORY>
extends ProductCategorySearchPagePopulator<QUERY,STATE,RESULT,ProductData,SCAT,CATEGORY>
A populator for populating search result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ProductCategorySearchPageData<QUERY, RESULT, SCAT> source, ProductCategorySearchPageData<STATE, ProductData, CATEGORY> target) Populate the target instance with values from the source instance.Methods inherited from class de.hybris.platform.commercefacades.search.converters.populator.ProductCategorySearchPagePopulator
getBreadcrumbConverter, getCategoryConverter, getFacetConverter, getSearchResultProductConverter, getSearchStateConverter, getSpellingSuggestionConverter, setBreadcrumbConverter, setCategoryConverter, setFacetConverter, setSearchResultProductConverter, setSearchStateConverter, setSpellingSuggestionConverter
-
Constructor Details
-
VendorProductCategorySearchPagePopulator
public VendorProductCategorySearchPagePopulator()
-
-
Method Details
-
populate
public void populate(ProductCategorySearchPageData<QUERY, RESULT, SCAT> source, ProductCategorySearchPageData<STATE, ProductData, CATEGORY> target) Description copied from interface:PopulatorPopulate the target instance with values from the source instance.
-