Modifier and Type | Method and Description |
---|---|
Language |
LanguageDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageSerializer.serialize(Language value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
List<Language> |
ModelerDashboardManager.getAppLanguages(String appModelId)
Returns the configured languages for the given App model.
|
Modifier and Type | Method and Description |
---|---|
List<Language> |
DefaultModelerDashboardManager.getAppLanguages(String appModelId) |
Modifier and Type | Method and Description |
---|---|
static Language |
Language.createWithCode(String code)
Create a language instance by code.
|
static Language |
Language.createWithCodeAndName(String code,
String name)
Create a language instance by code and name.
|
Language |
LanguageManager.getLanguageByCodeWithCurrentUserLocale(String languageCode)
Returns the language with the name in the current user locale specified by the language code.
|
Modifier and Type | Method and Description |
---|---|
List<Language> |
LanguageService.getLanguages(Locale displayLocale)
Returns the languages in the specified display locale.
|
com.google.common.collect.ImmutableSet<Language> |
LanguageManager.getLanguagesByNamePrefixWithCurrentUserLocale(String namePrefix)
Returns the languages with the names in the current user locale filtered by the
namePrefix . |
com.google.common.collect.ImmutableSet<Language> |
LanguageManager.getLanguagesWithCurrentUserLocale()
Returns the languages with the names in the current user locale.
|
Modifier and Type | Method and Description |
---|---|
Language |
DefaultLanguageManager.getLanguageByCodeWithCurrentUserLocale(String languageCode) |
Modifier and Type | Method and Description |
---|---|
List<Language> |
DefaultLanguageService.getLanguages(Locale displayLocale) |
com.google.common.collect.ImmutableSet<Language> |
DefaultLanguageManager.getLanguagesByNamePrefixWithCurrentUserLocale(String namePrefix) |
com.google.common.collect.ImmutableSet<Language> |
DefaultLanguageManager.getLanguagesWithCurrentUserLocale() |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<com.google.common.collect.ImmutableList<Language>> |
ModelerDashboardController.getAppLanguages(String globalId) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<Language> |
LanguageController.getLanguageByCode(String code)
Returns the
Language by language code. |
org.springframework.http.ResponseEntity<com.google.common.collect.ImmutableSet<Language>> |
LanguageController.getLanguages(String typedText)
Returns the
Language s starting with the typedText prefix. |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.