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 Details

    • DefaultShoppingTravelSectorService

      public DefaultShoppingTravelSectorService()
  • Method Details

    • getTravelSector

      public TravelSectorModel getTravelSector(String originCode, String destinationCode)
      Description copied from interface: ShoppingTravelSectorService
      Gets travel sector.
      Specified by:
      getTravelSector in interface ShoppingTravelSectorService
      Parameters:
      originCode - the origin code
      destinationCode - the destination code
      Returns:
      the travel sector
    • getTravelSectorDao

      public TravelSectorDao getTravelSectorDao()
      get TravelSectorDao
      Returns:
      TravelSectorDao travel sector dao
    • setTravelSectorDao

      public void setTravelSectorDao(TravelSectorDao travelSectorDao)
      set TravelSectorDao
      Parameters:
      travelSectorDao - the travel sector dao