Package | Description |
---|---|
com.gisgraphy.domain.geoloc.entity | |
com.gisgraphy.domain.repository |
Modifier and Type | Method and Description |
---|---|
List<Language> |
Country.getSpokenLanguages()
All language spoken in this Country.
|
Modifier and Type | Method and Description |
---|---|
void |
Country.addSpokenLanguage(Language lang)
Add a spoken language to the country.
|
Modifier and Type | Method and Description |
---|---|
void |
Country.addSpokenLanguages(List<Language> languages) |
void |
Country.setSpokenLanguages(List<Language> languages) |
Modifier and Type | Method and Description |
---|---|
Language |
ILanguageDao.getByIso639Alpha2Code(String iso639Alpha2Code)
Find by ISO 639 Alpha 2 (2-letter) code
|
Language |
LanguageDao.getByIso639Alpha2Code(String iso639Alpha2LanguageCode) |
Language |
ILanguageDao.getByIso639Alpha3Code(String iso639Alpha3Code)
Find by ISO 639 Alpha 3 (3-letter) code
|
Language |
LanguageDao.getByIso639Alpha3Code(String iso639Alpha3Code) |
Language |
ILanguageDao.getByIso639Code(String iso639LanguageCode) |
Language |
LanguageDao.getByIso639Code(String iso639LanguageCode) |
Copyright © 2015. All rights reserved.