Interface TmaRegionService
- All Known Implementing Classes:
DefaultTmaRegionService
public interface TmaRegionService
Service for operations related to the
RegionModel.- Since:
- 1907
-
Method Summary
Modifier and TypeMethodDescriptionfindRegionByIsocode(String isocode) Searches for theRegionModelwith the given isocode.
-
Method Details
-
findRegionByIsocode
Searches for theRegionModelwith the given isocode.- Parameters:
isocode- isocode of the region- Returns:
- the
RegionModelwith the isocode given or null if it cannot be found
-