Interface ISOService
- All Known Implementing Classes:
ISOServiceImpl
public interface ISOService
Service that provide methods to look up the
standards published by the International Organization for Standardization (ISO)
For example, ISO 3166-1 define codes for countries/dependent territories that are widely used by many systems. You can use this service to find the defined countries based on the alpha-2 code for that country.
- Author:
- Elbert Bautista (elbertbautista)
-
Method Summary
Modifier and TypeMethodDescriptionfindISOCountryByAlpha2Code
(String alpha2) save
(ISOCountry isoCountry)
-
Method Details
-
findISOCountries
List<ISOCountry> findISOCountries() -
findISOCountryByAlpha2Code
-
save
-