Interface RuleTravelLocationDao

All Known Implementing Classes:
DefaultRuleTravelLocationDao

public interface RuleTravelLocationDao
The interface Rule travel location dao.
  • Method Details

    • findLocation

      LocationModel findLocation(String code)
      Find location location model.
      Parameters:
      code - the code
      Returns:
      the location model
    • findLocationsByName

      List<LocationModel> findLocationsByName(String name)
      Find locations by name list.
      Parameters:
      name - the name
      Returns:
      the list