Class DefaultBackofficeTransportOfferingService
java.lang.Object
de.hybris.platform.travelservices.services.impl.DefaultTransportOfferingService
de.hybris.platform.travelbackofficeservices.services.impl.DefaultBackofficeTransportOfferingService
- All Implemented Interfaces:
BackofficeTransportOfferingService,TransportOfferingService
public class DefaultBackofficeTransportOfferingService
extends DefaultTransportOfferingService
implements BackofficeTransportOfferingService
The type Default backoffice transport offering service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list ofTransportOfferingModelhaving no ScheduleConfiguration associatedprotected BackofficeTransportOfferingDaoprotected List<LocationModel>getLocations(LocationModel location) Gets locations.voidsetBackofficeTransportOfferingDao(BackofficeTransportOfferingDao backofficeTransportOfferingDao) voidupdateTransportOfferingsWithLocations(List<TransportOfferingModel> transportOfferings) Method takes a list of transport offerings and updates them with the origin and destination facilities and locationsMethods inherited from class de.hybris.platform.travelservices.services.impl.DefaultTransportOfferingService
createTransportOfferingForScheduleConfiguration, doIterateScheduleConfiguration, getArrivalTime, getConfigurationService, getDepartureTime, getModelService, getTimeService, getTransportOffering, getTransportOfferingDao, getTransportOfferings, getTransportOfferings, getTransportOfferings, getTransportOfferings, getTransportOfferingsFromOrderEntries, getTransportOfferingsMap, getTravelKeyGeneratorService, getTravelVendorService, isTransportOfferingInThePast, populateTransportOffering, setConfigurationService, setModelService, setTimeService, setTransportOfferingDao, setTravelKeyGeneratorService, setTravelVendorService, validateUniqueTransportOfferingCodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.travelservices.services.TransportOfferingService
createTransportOfferingForScheduleConfiguration, getTransportOffering, getTransportOfferings, getTransportOfferings, getTransportOfferings, getTransportOfferings, getTransportOfferingsFromOrderEntries, getTransportOfferingsMap, isTransportOfferingInThePast
-
Constructor Details
-
DefaultBackofficeTransportOfferingService
public DefaultBackofficeTransportOfferingService()
-
-
Method Details
-
updateTransportOfferingsWithLocations
Description copied from interface:BackofficeTransportOfferingServiceMethod takes a list of transport offerings and updates them with the origin and destination facilities and locations- Specified by:
updateTransportOfferingsWithLocationsin interfaceBackofficeTransportOfferingService
-
findTransportOfferingsWithoutSchedule
Description copied from interface:BackofficeTransportOfferingServiceReturns a list ofTransportOfferingModelhaving no ScheduleConfiguration associated- Specified by:
findTransportOfferingsWithoutSchedulein interfaceBackofficeTransportOfferingService- Returns:
- the list of TransportOfferingModel
-
getLocations
Gets locations.- Parameters:
location- the location- Returns:
- the locations
-
getBackofficeTransportOfferingDao
- Returns:
- backofficeTransportOfferingDao
-
setBackofficeTransportOfferingDao
public void setBackofficeTransportOfferingDao(BackofficeTransportOfferingDao backofficeTransportOfferingDao) - Parameters:
backofficeTransportOfferingDao- the backofficeTransportOfferingDao to set
-