Class DefaultOneOrderIataServiceService
java.lang.Object
de.hybris.platform.oneorderservices.services.impl.DefaultOneOrderIataServiceService
- All Implemented Interfaces:
OneOrderIataServiceService
The One Order extension of
OneOrderIataServiceService interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindIataServicesToSend(List<String> baseSiteList) Find all the IataServices which have to be forwarded to the accounting system, having readyToAccount false and sentToAccountingSystem false.protected OneOrderIataServiceDaoGets one order iata service dao.voidsetOneOrderIataServiceDao(OneOrderIataServiceDao oneOrderIataServiceDao) Sets one order iata service dao.
-
Constructor Details
-
DefaultOneOrderIataServiceService
public DefaultOneOrderIataServiceService()
-
-
Method Details
-
findIataServicesToSend
Find all the IataServices which have to be forwarded to the accounting system, having readyToAccount false and sentToAccountingSystem false. In order to avoid duplicated services, these need to belong to a travel/airline order without versionId.- Specified by:
findIataServicesToSendin interfaceOneOrderIataServiceService- Parameters:
baseSiteList- the list of baseSite- Returns:
- the list of IataServices
-
getOneOrderIataServiceDao
Gets one order iata service dao.- Returns:
- the one order iata service dao
-
setOneOrderIataServiceDao
Sets one order iata service dao.- Parameters:
oneOrderIataServiceDao- the one order iata service dao
-