Class DefaultTravelLocationService
java.lang.Object
de.hybris.platform.travelservices.services.impl.DefaultTravelLocationService
- All Implemented Interfaces:
TravelLocationService
Default implementation of
TravelLocationService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLocation(String code) Gets the location for given codeprotected TravelLocationDaovoidsetTravelLocationDao(TravelLocationDao travelLocationDao)
-
Constructor Details
-
DefaultTravelLocationService
public DefaultTravelLocationService()
-
-
Method Details
-
getLocation
Description copied from interface:TravelLocationServiceGets the location for given code- Specified by:
getLocationin interfaceTravelLocationService- Parameters:
code- code- Returns:
- location model
-
getTravelLocationDao
-
setTravelLocationDao
-