Interface ShoppingTravelSectorFacade
- All Known Implementing Classes:
DefaultShoppingTravelSectorFacade
public interface ShoppingTravelSectorFacade
The shopping travel sector interface
-
Method Summary
Modifier and TypeMethodDescriptiongetTravelSector(String originCode, String destinationCode) Get travel sector
-
Method Details
-
getTravelSector
Get travel sector- Parameters:
originCode- the origin codedestinationCode- the destination code- Returns:
- a travel sector
-