Interface TravellerCheckedInValidationStrategy

All Known Implementing Classes:
DefaultTravellerAlreadyCheckedInValidationStrategy

public interface TravellerCheckedInValidationStrategy
Strategy to validate the traveller in order has already checked in.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    validate(AbstractOrderModel abstractOrderModel, TravellerModel travellerModel, int originDestinationRefNumber)
    Validate boolean.
  • Method Details

    • validate

      boolean validate(AbstractOrderModel abstractOrderModel, TravellerModel travellerModel, int originDestinationRefNumber)
      Validate boolean.
      Parameters:
      abstractOrderModel - the abstract order model
      travellerModel - the traveller model
      originDestinationRefNumber - the origin destination ref number
      Returns:
      the boolean