Interface TransportFacilityDao

All Known Implementing Classes:
DefaultTransportFacilityDao

public interface TransportFacilityDao
TransportFacility Dao interface which provides services to get TransportFacility data from the database
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to query the database and returns a TransportFacilityModel based on the given Transport Facility code if one exists otherwise the method will return null.
  • Method Details

    • findTransportFacility

      TransportFacilityModel findTransportFacility(String code)
      Method to query the database and returns a TransportFacilityModel based on the given Transport Facility code if one exists otherwise the method will return null.
      Parameters:
      code - the code
      Returns:
      TransportFacilityModel transport facility model