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