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 TypeMethodDescriptionfindTransportFacility(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.
-
Method Details
-
findTransportFacility
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
-