Class SearchResultPickupAvailabilityPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.search.converters.populator.SearchResultPickupAvailabilityPopulator
-
- All Implemented Interfaces:
Populator<SearchResultValueData,ProductData>
public class SearchResultPickupAvailabilityPopulator extends java.lang.Object implements Populator<SearchResultValueData,ProductData>
Populator that populates the AvailableForPickup flag in product data from search results.
-
-
Constructor Summary
Constructors Constructor Description SearchResultPickupAvailabilityPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> TgetValue(SearchResultValueData source, java.lang.String propertyName)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) throws ConversionException
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- Throws:
ConversionException- if an error occurs
-
getValue
protected <T> T getValue(SearchResultValueData source, java.lang.String propertyName)
-
-