Class DefaultShoppingTravelSectorService
java.lang.Object
de.hybris.platform.shoppingservices.services.impl.DefaultShoppingTravelSectorService
- All Implemented Interfaces:
ShoppingTravelSectorService
public class DefaultShoppingTravelSectorService
extends Object
implements ShoppingTravelSectorService
The type Default shopping travel sector service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTravelSector(String originCode, String destinationCode) Gets travel sector.get TravelSectorDaovoidsetTravelSectorDao(TravelSectorDao travelSectorDao) set TravelSectorDao
-
Constructor Details
-
DefaultShoppingTravelSectorService
public DefaultShoppingTravelSectorService()
-
-
Method Details
-
getTravelSector
Description copied from interface:ShoppingTravelSectorServiceGets travel sector.- Specified by:
getTravelSectorin interfaceShoppingTravelSectorService- Parameters:
originCode- the origin codedestinationCode- the destination code- Returns:
- the travel sector
-
getTravelSectorDao
get TravelSectorDao- Returns:
- TravelSectorDao travel sector dao
-
setTravelSectorDao
set TravelSectorDao- Parameters:
travelSectorDao- the travel sector dao
-