Uses of Class
de.xima.fc.mdl.enums.ELanguage
- 
Packages that use ELanguage Package Description de.xima.fc.dao.utils 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.dao.utils
Constructors in de.xima.fc.dao.utils with parameters of type ELanguage Constructor Description ProcessProtocolParams(Long formRecordId, String formRecordProcessId, Long formId, String formTitle, Long clientId, ELanguage clientLanguage, Long inboxId, String inboxName)Creates a new POJO with the given data. - 
Uses of ELanguage in de.xima.fc.entities
Methods in de.xima.fc.entities that return ELanguage Modifier and Type Method Description ELanguageMandant. getLanguage()Methods in de.xima.fc.entities with parameters of type ELanguage Modifier and Type Method Description SystemMessageI18nSystemMessage. getI18n(ELanguage language)StringSystemMessage. getI18nMessage(ELanguage language)StringSystemMessage. getI18nName(ELanguage language)booleanSystemMessage. isAvailableFor(ELanguage language)booleanSystemMessage. isHasI18nVersion(ELanguage language)voidMandant. 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 ELanguageSystemMessagesBean. 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 StringSystemMessagesBean. getMessageTitle(SystemMessage message, ELanguage previewLang)SystemMessageI18nSystemMessagesBean. getSystemMessageI18n(SystemMessage msg, ELanguage language)booleanSystemMessagesBean. hasSystemMessageI18n(SystemMessage msg, ELanguage language)voidSystemMessagesBean. 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 ELanguageLocaleBean. 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()Deprecated.Usevalues().static ELanguageELanguage. getByLocale(Locale locale)Finds the bestELanguagefor the given locale.static ELanguageELanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static ELanguageELanguage. valueOfOrNull(String string)static ELanguage[]ELanguage. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -