Interface RuleTravelLocationDao
- All Known Implementing Classes:
DefaultRuleTravelLocationDao
public interface RuleTravelLocationDao
The interface Rule travel location dao.
-
Method Summary
Modifier and TypeMethodDescriptionfindLocation(String code) Find location location model.findLocationsByName(String name) Find locations by name list.
-
Method Details
-
findLocation
Find location location model.- Parameters:
code- the code- Returns:
- the location model
-
findLocationsByName
Find locations by name list.- Parameters:
name- the name- Returns:
- the list
-