Class B2BSearchResultProductPopulator
- java.lang.Object
-
- de.hybris.platform.b2b.occ.populators.B2BSearchResultProductPopulator
-
- All Implemented Interfaces:
Populator<SearchResultValueData,ProductData>
public class B2BSearchResultProductPopulator extends java.lang.Object implements Populator<SearchResultValueData,ProductData>
Additional populator implementation forSearchResultValueDataas source andProductDataas target type.
-
-
Constructor Summary
Constructors Constructor Description B2BSearchResultProductPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SearchResultValueData source, ProductData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SearchResultValueData source, ProductData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SearchResultValueData,ProductData>- Parameters:
source- the source objecttarget- the target to fill
-
-