Interface UnifiedUiAircraftInfoDao

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

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

    • getAircraftInfoByCode

      AircraftInfoModel getAircraftInfoByCode(String code) throws de.hybris.platform.servicelayer.exceptions.ModelNotFoundException
      Find AircraftInfo model based on the code.
      Parameters:
      code - the code
      Returns:
      the AircraftInfo
      Throws:
      de.hybris.platform.servicelayer.exceptions.ModelNotFoundException - the model not found exception