| Package | Description |
|---|---|
| de.xima.fc.entities |
Package für Datenbankentitäten
|
| de.xima.fc.gui.bean.application | |
| de.xima.fc.mail | |
| de.xima.fc.mdl.enums |
Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden.
|
| Modifier and Type | Method and Description |
|---|---|
EMailEncryption |
Mandant.getMailEncryption() |
| Modifier and Type | Method and Description |
|---|---|
void |
Mandant.setMailEncryption(EMailEncryption mailEncryption) |
| Modifier and Type | Method and Description |
|---|---|
EMailEncryption[] |
EnumBean.getEMailEncryption() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
InternalMailUtils.smtpProps(String server,
int port,
boolean auth,
EMailEncryption enc) |
| Modifier and Type | Method and Description |
|---|---|
static EMailEncryption |
EMailEncryption.getByName(String name)
Achtung, wenn nichts gefunden wird
EMailEncryption.NONE zurückgeliefert. |
static EMailEncryption |
EMailEncryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMailEncryption[] |
EMailEncryption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.