Interface RulePassengerTypeDao

All Known Implementing Classes:
DefaultRulePassengerTypeDao

public interface RulePassengerTypeDao
The interface Rule passenger type dao.
  • Method Details

    • findPassengerTypeByCode

      PassengerTypeModel findPassengerTypeByCode(String code)
      Find passenger type by code passenger type model.
      Parameters:
      code - the code
      Returns:
      the passenger type model