Class CommerceProductOfferingSearchContextPopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.productoffering.populator.CommerceProductOfferingSearchContextPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<ProductOfferingSearchContextData,TmaProductOfferingSearchContext>
public class CommerceProductOfferingSearchContextPopulator
extends Object
implements de.hybris.platform.converters.Populator<ProductOfferingSearchContextData,TmaProductOfferingSearchContext>
Product Offering Search Context Populator for converting the ProductOfferingSearchContextData into
TmaProductOfferingSearchContext.
- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ProductOfferingSearchContextData source, TmaProductOfferingSearchContext target)
-
Constructor Details
-
CommerceProductOfferingSearchContextPopulator
public CommerceProductOfferingSearchContextPopulator()
-
-
Method Details
-
populate
public void populate(ProductOfferingSearchContextData source, TmaProductOfferingSearchContext target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<ProductOfferingSearchContextData,TmaProductOfferingSearchContext> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-