Interface UnifiedUiPassengerTypeDao
- All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
- All Known Implementing Classes:
DefaultUnifiedUiPassengerTypeDao
public interface UnifiedUiPassengerTypeDao
extends de.hybris.platform.servicelayer.internal.dao.Dao
Interface that exposes PassengerType Type specific DAO services
-
Method Summary
Modifier and TypeMethodDescriptiongetPassengerTypeByPTCRef(String ptcRef) Find PassengerType model based on the provided ptcRef.
-
Method Details
-
getPassengerTypeByPTCRef
PassengerTypeModel getPassengerTypeByPTCRef(String ptcRef) throws de.hybris.platform.servicelayer.exceptions.ModelNotFoundException Find PassengerType model based on the provided ptcRef.- Parameters:
ptcRef- the ptcRef- Returns:
- the PassengerType
- Throws:
de.hybris.platform.servicelayer.exceptions.ModelNotFoundException- the model not found exception
-