Interface ChangeDatesPaymentActionStrategy
- All Known Implementing Classes:
ChangeDatesPayableAction,ChangeDatesRefundAction,ChangeDatesSameAction
public interface ChangeDatesPaymentActionStrategy
Strategy providing implementation to take action in case of the Payment Type REFUND/SAME/PAYABLE for Change Dates
-
Method Summary
Modifier and TypeMethodDescriptionbooleantakeAction(AccommodationOrderEntryGroupModel accommodationOrderEntryGroup, List<Integer> entryNumbers) Link accommodationOrderEntryGroup to new Entries of the amended Order based on the paymentType and the paymentMethod used during original method
-
Method Details
-
takeAction
boolean takeAction(AccommodationOrderEntryGroupModel accommodationOrderEntryGroup, List<Integer> entryNumbers) Link accommodationOrderEntryGroup to new Entries of the amended Order based on the paymentType and the paymentMethod used during original method- Parameters:
accommodationOrderEntryGroup- the accommodation order entry groupentryNumbers- the entry numbers- Returns:
- true/false
-