Interface NDCPassengerTypeDao
- All Known Implementing Classes:
DefaultNDCPassengerTypeDao
public interface NDCPassengerTypeDao
Interface for dao handling NDC Passenger Type
-
Method Summary
Modifier and TypeMethodDescriptiongetPassengerType(String ndcCode) Retrieves passengerTypeModel based on the ndcCode provided
-
Method Details
-
getPassengerType
Retrieves passengerTypeModel based on the ndcCode provided- Parameters:
ndcCode- that identifies the PassengerTypeModel- Returns:
- PassengerTypeModel with the specified ndcCode
-