Class B2BSearchResultProductPopulator
java.lang.Object
de.hybris.platform.b2b.occ.populators.B2BSearchResultProductPopulator
- All Implemented Interfaces:
Populator<SearchResultValueData,ProductData>
public class B2BSearchResultProductPopulator
extends Object
implements Populator<SearchResultValueData,ProductData>
Additional populator implementation for
SearchResultValueData as source and
ProductData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(SearchResultValueData source, ProductData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
B2BSearchResultProductPopulator
public B2BSearchResultProductPopulator()
-
-
Method Details
-
populate
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
-