Class CancelPreferencesRepricerRequestPopulationHandler
java.lang.Object
de.hybris.platform.prosfacades.repricer.handler.impl.CancelPreferencesRepricerRequestPopulationHandler
- All Implemented Interfaces:
RepricerRequestPopulationHandler
public class CancelPreferencesRepricerRequestPopulationHandler
extends Object
implements RepricerRequestPopulationHandler
This class populates the preferences information to the
RepricerRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AbstractOrderModel order, RepricingRequestData repricingRequestData, RepricerRequest repricerRequest) PopulatesRepricerRequestusing data from order and repricing request data.
-
Constructor Details
-
CancelPreferencesRepricerRequestPopulationHandler
public CancelPreferencesRepricerRequestPopulationHandler()
-
-
Method Details
-
handle
public void handle(AbstractOrderModel order, RepricingRequestData repricingRequestData, RepricerRequest repricerRequest) Description copied from interface:RepricerRequestPopulationHandlerPopulatesRepricerRequestusing data from order and repricing request data.- Specified by:
handlein interfaceRepricerRequestPopulationHandler- Parameters:
order- the orderrepricingRequestData- the repricing request datarepricerRequest- the repricer request
-