Class DefaultOneOrderSSCNPartyHandler
java.lang.Object
de.hybris.platform.oneorderfacades.handlers.sscn.impl.DefaultOneOrderSSCNPartyHandler
- All Implemented Interfaces:
OneOrderSSCNHandler
The One Order implementation of
OneOrderSSCNHandler interface. This handler populates the Party
attribute in One Order Service Status Change Notification message.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(List<IATAServiceModel> iataServiceModelList, IATAServiceStatusChangeNotifRQ serviceStatusChangeNotifRQ) Handler which populates the Party attribute in Service Status Change Notification message.
-
Constructor Details
-
DefaultOneOrderSSCNPartyHandler
public DefaultOneOrderSSCNPartyHandler()
-
-
Method Details
-
handle
public void handle(List<IATAServiceModel> iataServiceModelList, IATAServiceStatusChangeNotifRQ serviceStatusChangeNotifRQ) Handler which populates the Party attribute in Service Status Change Notification message.- Specified by:
handlein interfaceOneOrderSSCNHandler- Parameters:
iataServiceModelList- the iataServiceModelListserviceStatusChangeNotifRQ- the serviceStatusChangeNotifRQ
-