Uses of Class
de.xima.fc.mdl.enums.ELanguage
-
Packages that use ELanguage Package Description de.xima.fc.e2e.containerresources.setup.clientmarshal.api de.xima.fc.e2e.containerresources.setup.clientmarshal.impl de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.application de.xima.fc.gui.bean.settings de.xima.fc.gui.common.bean de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of ELanguage in de.xima.fc.e2e.containerresources.setup.clientmarshal.api
Methods in de.xima.fc.e2e.containerresources.setup.clientmarshal.api with parameters of type ELanguage Modifier and Type Method Description IClientImporter
IClientImporter. withLanguage(ELanguage language)
-
Uses of ELanguage in de.xima.fc.e2e.containerresources.setup.clientmarshal.impl
Methods in de.xima.fc.e2e.containerresources.setup.clientmarshal.impl that return ELanguage Modifier and Type Method Description ELanguage
ClientImporterImpl. getLanguage()
Methods in de.xima.fc.e2e.containerresources.setup.clientmarshal.impl with parameters of type ELanguage Modifier and Type Method Description IClientImporter
ClientImporterImpl. withLanguage(ELanguage language)
-
Uses of ELanguage in de.xima.fc.entities
Methods in de.xima.fc.entities that return ELanguage Modifier and Type Method Description ELanguage
Mandant. getLanguage()
Methods in de.xima.fc.entities with parameters of type ELanguage Modifier and Type Method Description SystemMessageI18n
SystemMessage. getI18n(ELanguage language)
String
SystemMessage. getI18nMessage(ELanguage language)
String
SystemMessage. getI18nName(ELanguage language)
boolean
SystemMessage. isAvailableFor(ELanguage language)
boolean
SystemMessage. isHasI18nVersion(ELanguage language)
void
Mandant. setLanguage(ELanguage language)
-
Uses of ELanguage in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return ELanguage Modifier and Type Method Description ELanguage[]
EnumBean. getELanguage()
-
Uses of ELanguage in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return ELanguage Modifier and Type Method Description ELanguage
SystemMessagesBean. getPreviewLanguage()
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type ELanguage Modifier and Type Method Description Collection<ELanguage>
SystemMessagesBean. getAvailableLanguages(SystemMessage msg)
Methods in de.xima.fc.gui.bean.settings with parameters of type ELanguage Modifier and Type Method Description String
SystemMessagesBean. getMessageTitle(SystemMessage message, ELanguage previewLang)
SystemMessageI18n
SystemMessagesBean. getSystemMessageI18n(SystemMessage msg, ELanguage language)
boolean
SystemMessagesBean. hasSystemMessageI18n(SystemMessage msg, ELanguage language)
void
SystemMessagesBean. setPreviewLanguage(ELanguage previewLanguage)
-
Uses of ELanguage in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return ELanguage Modifier and Type Method Description ELanguage
LocaleBean. getLanguage()
-
Uses of ELanguage in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELanguage Modifier and Type Method Description static ELanguage[]
ELanguage. all()
static ELanguage
ELanguage. getByLocale(Locale loc)
static ELanguage
ELanguage. valueOf(String name)
Returns the enum constant of this type with the specified name.static ELanguage
ELanguage. valueOfOrNull(String string)
static ELanguage[]
ELanguage. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-