Interface BackofficeTransportOfferingService
- All Superinterfaces:
TransportOfferingService
- All Known Implementing Classes:
DefaultBackofficeTransportOfferingService
The interface Backoffice transport offering service.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list ofTransportOfferingModelhaving no ScheduleConfiguration associatedvoidupdateTransportOfferingsWithLocations(List<TransportOfferingModel> transportOfferings) Method takes a list of transport offerings and updates them with the origin and destination facilities and locationsMethods inherited from interface de.hybris.platform.travelservices.services.TransportOfferingService
createTransportOfferingForScheduleConfiguration, getTransportOffering, getTransportOfferings, getTransportOfferings, getTransportOfferings, getTransportOfferings, getTransportOfferingsFromOrderEntries, getTransportOfferingsMap, isTransportOfferingInThePast
-
Method Details
-
updateTransportOfferingsWithLocations
Method takes a list of transport offerings and updates them with the origin and destination facilities and locations- Parameters:
transportOfferings-
-
findTransportOfferingsWithoutSchedule
List<TransportOfferingModel> findTransportOfferingsWithoutSchedule()Returns a list ofTransportOfferingModelhaving no ScheduleConfiguration associated- Returns:
- the list of TransportOfferingModel
-