public enum ETextbausteinMsgCode extends Enum<ETextbausteinMsgCode>
Enum Constant and Description |
---|
APPOINTMENT_CONFIRMATION |
AUTHENTICATION_FAILED
Authentifizierung fehlgeschlagen (Das Formular ist geschützt, jedoch ist die Anmeldung fehlgeschlagen)
|
AUTHENTICATION_FORBIDDEN |
AUTHENTICATION_NECESSARY
Deprecated.
|
AUTHENTICATION_OR_PASSWORD_NECESSARY
Deprecated.
|
AUTHENTICATION_SELECTION |
AUTHENTICATION_SUCCESSFUL |
AUTHORIZATION_FAILED
Deprecated.
|
BOT_DETECTED |
COMMON_ERROR
Generic error.
|
DATASET_NOT_FOUND
Datensatz nicht vorhanden (Der angeforderte Datensatz ist nicht vorhanden.
|
FD2_I18N
Deprecated.
|
FILE_SIZE_ERROR |
FORM_NOT_FOUND
Form does not exist.
|
FORM_NOT_ONLINE
Formular Offline (Das Formular ist zwar vorhanden, aber nicht Online.
|
FORM_RECORD_LIMIT |
I18N |
IDENTITY_TOKEN_ERROR
Error when the identiy token of the submitted form exists already.
|
INVALID_DOUBLEPOST |
INVALID_REQUEST |
LOGIN_MAIL_LDAP |
LOGIN_MAIL_SYSTEM |
LOGOUT_SUCCESSFUL |
OPT_IN_SEND |
OPT_IN_VERIFY_ERROR |
OPT_IN_VERIFY_SUCCESS |
PASSWORD_NECESSARY
Deprecated.
|
PASSWORD_RESET_MAIL |
PASSWORD_SET_MAIL |
SEND_FORMDATA_FAILED
Formulardaten konnten nicht eingereicht werden (Das Absenden der Daten ist fehlgeschlagen)
|
SEND_FORMDATA_SUCCEEDED
Formulardaten erfolgreich eingereicht (Mit Ausführung von Verarbeitung, Alles OK beim Senden)
|
SYSTEM_INFORMATION
Informationen in der System-Menü-Leiste
|
VALIDATE_FORMDATA_FAILED |
VOID
All templates that are not system templates.
|
Modifier and Type | Field and Description |
---|---|
ETextbausteinKategorie |
defaultCategory |
Integer |
defaultHttpStatus |
String |
defaultI18NKey |
String |
defaultPreText |
Modifier and Type | Method and Description |
---|---|
String |
getHeaderValue() |
String |
getLocalizedDescription(Locale locale)
Deprecated.
|
String |
getLocalizedName(Locale locale) |
String |
getLocalizedValue(Locale locale) |
static ETextbausteinMsgCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETextbausteinMsgCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETextbausteinMsgCode VOID
public static final ETextbausteinMsgCode I18N
public static final ETextbausteinMsgCode BOT_DETECTED
public static final ETextbausteinMsgCode COMMON_ERROR
public static final ETextbausteinMsgCode IDENTITY_TOKEN_ERROR
public static final ETextbausteinMsgCode FORM_NOT_FOUND
public static final ETextbausteinMsgCode DATASET_NOT_FOUND
public static final ETextbausteinMsgCode FORM_NOT_ONLINE
public static final ETextbausteinMsgCode AUTHENTICATION_SELECTION
public static final ETextbausteinMsgCode AUTHENTICATION_SUCCESSFUL
public static final ETextbausteinMsgCode AUTHENTICATION_FORBIDDEN
public static final ETextbausteinMsgCode LOGOUT_SUCCESSFUL
public static final ETextbausteinMsgCode AUTHENTICATION_FAILED
public static final ETextbausteinMsgCode SEND_FORMDATA_FAILED
public static final ETextbausteinMsgCode SEND_FORMDATA_SUCCEEDED
public static final ETextbausteinMsgCode SYSTEM_INFORMATION
public static final ETextbausteinMsgCode INVALID_REQUEST
public static final ETextbausteinMsgCode VALIDATE_FORMDATA_FAILED
public static final ETextbausteinMsgCode INVALID_DOUBLEPOST
public static final ETextbausteinMsgCode FORM_RECORD_LIMIT
public static final ETextbausteinMsgCode LOGIN_MAIL_LDAP
public static final ETextbausteinMsgCode LOGIN_MAIL_SYSTEM
public static final ETextbausteinMsgCode PASSWORD_RESET_MAIL
public static final ETextbausteinMsgCode PASSWORD_SET_MAIL
public static final ETextbausteinMsgCode OPT_IN_SEND
public static final ETextbausteinMsgCode OPT_IN_VERIFY_ERROR
public static final ETextbausteinMsgCode OPT_IN_VERIFY_SUCCESS
public static final ETextbausteinMsgCode FILE_SIZE_ERROR
public static final ETextbausteinMsgCode APPOINTMENT_CONFIRMATION
@Deprecated public static final ETextbausteinMsgCode PASSWORD_NECESSARY
@Deprecated public static final ETextbausteinMsgCode AUTHENTICATION_OR_PASSWORD_NECESSARY
@Deprecated public static final ETextbausteinMsgCode AUTHENTICATION_NECESSARY
@Deprecated public static final ETextbausteinMsgCode AUTHORIZATION_FAILED
@Deprecated public static final ETextbausteinMsgCode FD2_I18N
public final String defaultI18NKey
public final ETextbausteinKategorie defaultCategory
public final String defaultPreText
public Integer defaultHttpStatus
public static ETextbausteinMsgCode[] values()
for (ETextbausteinMsgCode c : ETextbausteinMsgCode.values()) System.out.println(c);
public static ETextbausteinMsgCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null@Deprecated public String getLocalizedDescription(Locale locale)
getLocalizedValue(Locale)
public String getHeaderValue()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.