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 Constructor Description VendorProductCategorySearchPagePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(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
-
-
-
-
Method Detail
-
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.
-
-