|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Language | |
---|---|
com.gisgraphy.domain.geoloc.entity | |
com.gisgraphy.domain.repository |
Uses of Language in com.gisgraphy.domain.geoloc.entity |
---|
Methods in com.gisgraphy.domain.geoloc.entity that return types with arguments of type Language | |
---|---|
List<Language> |
Country.getSpokenLanguages()
All language spoken in this Country. |
Methods in com.gisgraphy.domain.geoloc.entity with parameters of type Language | |
---|---|
void |
Country.addSpokenLanguage(Language lang)
Add a spoken language to the country. |
Method parameters in com.gisgraphy.domain.geoloc.entity with type arguments of type Language | |
---|---|
void |
Country.addSpokenLanguages(List<Language> languages)
|
void |
Country.setSpokenLanguages(List<Language> languages)
|
Uses of Language in com.gisgraphy.domain.repository |
---|
Methods in com.gisgraphy.domain.repository that return Language | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |