Interface OneOrderSSCNFacade
- All Known Implementing Classes:
DefaultOneOrderSSCNFacade
public interface OneOrderSSCNFacade
The One order SSCN Facade interface.
-
Method Summary
Modifier and TypeMethodDescriptioncreateServiceStatusChangeNotifRQ(OneOrderServiceStatusChangeNotificationProcessModel process, IATAServiceStatusChangeNotifRQ serviceStatusChangeNotifRQ) Creates the ServiceStatusChangeNotifModel.updateDeliveryStatus(IATAServiceStatusChangeNotifRQ serviceStatusChangeNotifRQ) Retrieves the orderModel and updates the deliveryStatusCode of the iataServices which are listed in the SSCN request message.
-
Method Details
-
updateDeliveryStatus
SSCNErrorResponseData updateDeliveryStatus(IATAServiceStatusChangeNotifRQ serviceStatusChangeNotifRQ) Retrieves the orderModel and updates the deliveryStatusCode of the iataServices which are listed in the SSCN request message.- Parameters:
serviceStatusChangeNotifRQ- the serviceStatusChangeNotifRQ
-
createServiceStatusChangeNotifRQ
ServiceStatusChangeNotifModel createServiceStatusChangeNotifRQ(OneOrderServiceStatusChangeNotificationProcessModel process, IATAServiceStatusChangeNotifRQ serviceStatusChangeNotifRQ) Creates the ServiceStatusChangeNotifModel.- Parameters:
serviceStatusChangeNotifRQ- the serviceStatusChangeNotifRQ
-