Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.field |
Contains a set of input fields for user input of various data types.
|
de.esprit.appsuite.database.dbo |
Contains a set of standard DBObjects for testing purposes.
|
de.esprit.appsuite.launch |
Contains classes that make up the launching framework
|
de.esprit.appsuite.nls |
Contains classes related to language specific translations.
|
de.esprit.appsuite.project |
Contains internal classes describing the project
|
de.esprit.appsuite.type |
Contains definitions for translatable Enum constants
|
de.esprit.common.clp |
Contains standard command line parser and options
|
de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
de.esprit.netsuite.server.auth |
Contains classes for server side user authentication
|
de.esprit.netsuite.server.auth.dbuser |
Contains a sample User and Group implemantation for database stroage
|
de.esprit.netsuite.server.auth.user |
Contains classes defining users for the esprit server
|
Modifier and Type | Method and Description |
---|---|
protected Language |
LanguageChoiceField.getNullItem() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<Language> |
LanguageChoiceField.createEnumValues() |
Modifier and Type | Method and Description |
---|---|
void |
LanguageChoiceField.setValue(Language Language) |
Modifier and Type | Method and Description |
---|---|
Language |
DBO_tnt_persistent_type.get$Language() |
Language |
DBO_esprit_user.get$UserLang() |
Modifier and Type | Method and Description |
---|---|
void |
DBO_tnt_persistent_type.set$Language(Language value) |
void |
DBO_esprit_user.set$UserLang(Language value) |
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<Language> |
ApplicationContext.getSupportedLanguages() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationContext.loadTranslations(Language language)
Loads the translation tables for this context.
|
Modifier and Type | Method and Description |
---|---|
void |
Translation.innerSaveToFile(java.io.File sourceBaseDir,
java.lang.String appKey,
Language language) |
static void |
Translation.loadFromResource(java.lang.String appKey,
Language language) |
static void |
Translation.saveToFile(java.io.File baseDir,
java.lang.String appKey,
Language language) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProjectTranslation.load(Language language)
Loads the Language specific translation tables from the according translation file.
|
void |
AbstractProjectTranslation.save(Project project,
Language language)
Stores all translation keys for the given language in the according resource file.
|
Modifier and Type | Method and Description |
---|---|
static Language |
Language.fromPersistentName(java.lang.String languageCode) |
static Language |
Language.getDefault()
Returns the
Language constant that matches the default Locale |
static Language |
Language.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Language> |
Language.getAllAvailableValues()
Returns all available Countries sorted by the translated name.
|
static java.util.Set<Language> |
Language.getAvailableValues(java.util.EnumSet<Language> set)
Returns the Countries of the input set sorted by the translated name.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Language> |
Language.getAvailableValues(java.util.EnumSet<Language> set)
Returns the Countries of the input set sorted by the translated name.
|
Modifier and Type | Method and Description |
---|---|
Language |
OptionLanguage.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
ClientContext.loadTranslations(Language language) |
Modifier and Type | Method and Description |
---|---|
protected User |
DefaultUserManager.createUserInstance(int uid,
java.lang.String userName,
Language language,
java.lang.String foreName,
java.lang.String lastName,
java.lang.String email,
boolean isAdmin,
boolean isLocked,
java.lang.String password,
java.sql.Timestamp createdTs,
java.sql.Timestamp changedTs,
java.lang.String comment) |
Modifier and Type | Method and Description |
---|---|
Language |
DatabaseUser.getLanguage()
Returns a never null
Language constant. |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseUser.setLanguage(Language language) |
Modifier and Type | Method and Description |
---|---|
Language |
User.getLanguage()
Returns the
Language of this user. |
Language |
AbstractUser.getLanguage() |
Modifier and Type | Method and Description |
---|---|
void |
User.setLanguage(Language language) |
void |
AbstractUser.setLanguage(Language language) |
Constructor and Description |
---|
AbstractUser(int uid,
Language lang,
java.lang.String userName,
java.lang.String foreName,
java.lang.String lastName,
java.lang.String email,
boolean isAdmin,
boolean isLocked,
java.lang.String password,
java.sql.Timestamp createdTs,
java.sql.Timestamp changedTs,
java.lang.String comment) |
DefaultUser(int uid,
java.lang.String userName,
Language lang,
java.lang.String foreName,
java.lang.String lastName,
java.lang.String email,
boolean isAdmin,
boolean isLocked,
java.lang.String password,
java.sql.Timestamp createdTs,
java.sql.Timestamp changedTs,
java.lang.String comment) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.