Interface RepricerRequestPopulationHandler
- All Known Implementing Classes:
CancelPreferencesRepricerRequestPopulationHandler,ChangeFlightNewTicketItineraryRequestPopulationHandler,ChangePreferencesRepricerRequestPopulationHandler,NewTicketItineraryRepricerRequestPopulationHandler,OldTicketItineraryRepricerRequestPopulationHandler,SellerRepricerRequestPopulationHandler,TypeCancelRepricerRequestPopulationHandler,TypeChangeRepricerRequestPopulationHandler,UserRepricerRequestPopulationHandler
public interface RepricerRequestPopulationHandler
The repricer request population handler interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AbstractOrderModel order, RepricingRequestData repricingRequestData, RepricerRequest repricerRequest) PopulatesRepricerRequestusing data from order and repricing request data.
-
Method Details
-
handle
void handle(AbstractOrderModel order, RepricingRequestData repricingRequestData, RepricerRequest repricerRequest) throws RepricingException PopulatesRepricerRequestusing data from order and repricing request data.- Parameters:
order- the orderrepricingRequestData- the repricing request datarepricerRequest- the repricer request- Throws:
RepricingException
-