Interface GlobalBookingActionEnabledEvaluatorStrategy
- All Known Implementing Classes:
CancelCompleteBookingDealBundleRestrictionStrategy,CancelCompleteBookingRestrictionStrategy,GlobalUserGroupTypeRestriction
public interface GlobalBookingActionEnabledEvaluatorStrategy
Strategy that expose the method to evaluate the value of the enabled property for the List when
creating a BookingActionResponseData.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStrategy(List<BookingActionData> bookingActionDataList, GlobalTravelReservationData globalReservationData, BookingActionResponseData bookingActionResponse) Applies the strategy for List
-
Method Details
-
applyStrategy
void applyStrategy(List<BookingActionData> bookingActionDataList, GlobalTravelReservationData globalReservationData, BookingActionResponseData bookingActionResponse) Applies the strategy for List- Parameters:
bookingActionDataList- the booking action data listglobalReservationData- the global reservation databookingActionResponse- the booking action response
-