Interface TravelSectorDao

All Known Implementing Classes:
DefaultTravelSectorDao

public interface TravelSectorDao
this interface finds and return travel sector
  • Method Details

    • findTravelSector

      TravelSectorModel findTravelSector(TransportFacilityModel origin, TransportFacilityModel destination)
      This API find and return Travel sector based on origin and destination.
      Parameters:
      origin - the origin
      destination - the destination
      Returns:
      travel sector model
    • findTravelSectorByCodes

      TravelSectorModel findTravelSectorByCodes(String origin, String destination)
      Find travel sectors list.
      Parameters:
      origin - the origin
      destination - the destination
      Returns:
      the list