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 Type
    Method
    Description
    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
  • 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 group
      entryNumbers - the entry numbers
      Returns:
      true/false