Interface UnifiedUiAircraftInfoService
- All Known Implementing Classes:
DefaultUnifiedUiAircraftInfoService
public interface UnifiedUiAircraftInfoService
AircraftInfoService Service interface provides AircraftInfo specific services
-
Method Summary
Modifier and TypeMethodDescriptiongetAircraftInfoByCode(String code) Returns the AircraftInfo in the system identified by the given code.
-
Method Details
-
getAircraftInfoByCode
AircraftInfoModel getAircraftInfoByCode(String code) throws de.hybris.platform.servicelayer.exceptions.ModelNotFoundException Returns the AircraftInfo in the system identified by the given code.- Parameters:
code- the code- Returns:
- the AircraftInfo
- Throws:
de.hybris.platform.servicelayer.exceptions.ModelNotFoundException- the model not found exception
-