Interface PassengerTypeDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
All Known Implementing Classes:
DefaultPassengerTypeDao

public interface PassengerTypeDao extends de.hybris.platform.servicelayer.internal.dao.Dao
Interface that exposes Passenger Type specific DAO services
  • Method Details

    • findPassengerTypes

      List<PassengerTypeModel> findPassengerTypes()
      DAO service which returns a list of PassengerTypeModel types
      Returns:
      List list
    • findPassengerType

      PassengerTypeModel findPassengerType(String passengerTypeCode)
      DAO service which returns a PassengerTypeModel type based on the code
      Parameters:
      passengerTypeCode - the passenger type code
      Returns:
      PassengerTypeModel passenger type model