Interface NDCPassengerTypeDao

All Known Implementing Classes:
DefaultNDCPassengerTypeDao

public interface NDCPassengerTypeDao
Interface for dao handling NDC Passenger Type
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves passengerTypeModel based on the ndcCode provided
  • Method Details

    • getPassengerType

      PassengerTypeModel getPassengerType(String ndcCode)
      Retrieves passengerTypeModel based on the ndcCode provided
      Parameters:
      ndcCode - that identifies the PassengerTypeModel
      Returns:
      PassengerTypeModel with the specified ndcCode