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 Summary
Modifier and TypeMethodDescriptionfindPassengerType(String passengerTypeCode) DAO service which returns a PassengerTypeModel type based on the codeDAO service which returns a list of PassengerTypeModel types
-
Method Details
-
findPassengerTypes
List<PassengerTypeModel> findPassengerTypes()DAO service which returns a list of PassengerTypeModel types- Returns:
- List
list
-
findPassengerType
DAO service which returns a PassengerTypeModel type based on the code- Parameters:
passengerTypeCode- the passenger type code- Returns:
- PassengerTypeModel passenger type model
-