Interface TmaRegionService

All Known Implementing Classes:
DefaultTmaRegionService

public interface TmaRegionService
Service for operations related to the RegionModel.
Since:
1907
  • Method Details

    • findRegionByIsocode

      RegionModel findRegionByIsocode(String isocode)
      Searches for the RegionModel with the given isocode.
      Parameters:
      isocode - isocode of the region
      Returns:
      the RegionModel with the isocode given or null if it cannot be found