Interface UnifiedUiPassengerTypeService
- All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
- All Known Implementing Classes:
DefaultUnifiedUiPassengerTypeService
public interface UnifiedUiPassengerTypeService
extends de.hybris.platform.servicelayer.internal.dao.Dao
PassengerType Service interface provides PassengerType specific services
-
Method Summary
Modifier and TypeMethodDescriptiongetPassengerTypeByPTCRef(String ptcRef) Returns the PassengerType in the system identified by the given ptcRef.
-
Method Details
-
getPassengerTypeByPTCRef
PassengerTypeModel getPassengerTypeByPTCRef(String ptcRef) throws de.hybris.platform.servicelayer.exceptions.ModelNotFoundException Returns the PassengerType in the system identified by the given ptcRef.- Parameters:
ptcRef- the ptcRef- Returns:
- the PassengerType
- Throws:
de.hybris.platform.servicelayer.exceptions.ModelNotFoundException- the model not found exception
-