Package | Description |
---|---|
com.crm.dataobject | |
com.crm.dataobject.communications | |
com.crm.dataobject.contactinfo | |
com.crm.dataobject.platform | |
com.crm.dataobject.users |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Language |
CRMDOCommunicationTemplate.getLanguage() |
Language |
CRMDOCommunicationTemplateLanguage.getLanguage() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOCommunicationTemplate.setLanguage(Language language) |
void |
CRMDOCommunicationTemplateLanguage.setLanguage(Language language) |
Modifier and Type | Method and Description |
---|---|
Language |
CRMDOContactInformation.getLanguage() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOContactInformation.setLanguage(Language language) |
Modifier and Type | Method and Description |
---|---|
Language |
GeneralSetting.getDefaultNativeLanguage() |
Language |
GeneralSetting.getDefaultSystemLanguage() |
Modifier and Type | Method and Description |
---|---|
void |
GeneralSetting.setDefaultNativeLanguage(Language defaultNativeLanguage) |
void |
GeneralSetting.setDefaultSystemLanguage(Language defaultSystemLanguage) |
Modifier and Type | Method and Description |
---|---|
Language |
CRMDOUserTemplate.getNativeLanguage() |
Language |
CRMDOUser.getNativeLanguage() |
Language |
CRMDOUserTemplate.getSystemLanguage() |
Language |
CRMDOUser.getSystemLanguage() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOUserTemplate.setNativeLanguage(Language nativeLanguage) |
void |
CRMDOUser.setNativeLanguage(Language nativeLanguage) |
void |
CRMDOUserTemplate.setSystemLanguage(Language systemLanguage) |
void |
CRMDOUser.setSystemLanguage(Language systemLanguage) |