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 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