| Package | Description | 
|---|---|
| com.edorasware.cloud.core.json | |
| com.edorasware.one.frontendobject | |
| com.edorasware.one.frontendobject.internal | |
| com.edorasware.one.i18n | |
| com.edorasware.one.i18n.internal | 
| 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()  | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.