Package de.xima.fc.mdl.enums
Enum ETextbausteinMsgCode
- java.lang.Object
-
- java.lang.Enum<ETextbausteinMsgCode>
-
- de.xima.fc.mdl.enums.ETextbausteinMsgCode
-
- All Implemented Interfaces:
Serializable
,Comparable<ETextbausteinMsgCode>
public enum ETextbausteinMsgCode extends Enum<ETextbausteinMsgCode>
Dieser Enum listet alle möglichen Nachrichtencodes auf, die Textbausteinen zugeordnet werden können
-
-
Enum Constant Summary
Enum Constants Enum Constant 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
Deprecated.User account actions are done on system level.LOGIN_MAIL_SYSTEM
Deprecated.User account actions are done on system level.LOGOUT_SUCCESSFUL
MAIL_CLIENT_INVITATION
OPT_IN_SEND
OPT_IN_VERIFY
OPT_IN_VERIFY_ERROR
OPT_IN_VERIFY_SUCCESS
PASSWORD_NECESSARY
Deprecated.PASSWORD_RESET_MAIL
Deprecated.User account actions are done on system level.PASSWORD_SET_MAIL
Deprecated.User account actions are done on system level.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
Deprecated.VALIDATE_FORMDATA_FAILED
VOID
All templates that are not system templates.
-
Field Summary
Fields Modifier and Type Field Description ETextbausteinKategorie
defaultCategory
Integer
defaultHttpStatus
String
defaultI18NKey
String
defaultPreText
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
VOID
public static final ETextbausteinMsgCode VOID
All templates that are not system templates.
-
I18N
public static final ETextbausteinMsgCode I18N
-
BOT_DETECTED
public static final ETextbausteinMsgCode BOT_DETECTED
-
COMMON_ERROR
public static final ETextbausteinMsgCode COMMON_ERROR
Generic error. (Used when no more specific template exists for the error.)
-
IDENTITY_TOKEN_ERROR
public static final ETextbausteinMsgCode IDENTITY_TOKEN_ERROR
Error when the identiy token of the submitted form exists already.
-
FORM_NOT_FOUND
public static final ETextbausteinMsgCode FORM_NOT_FOUND
Form does not exist. (The requested resource was not found, wrong form ID)
-
DATASET_NOT_FOUND
public static final ETextbausteinMsgCode DATASET_NOT_FOUND
Datensatz nicht vorhanden (Der angeforderte Datensatz ist nicht vorhanden. Falsche ProzessID)
-
FORM_NOT_ONLINE
public static final ETextbausteinMsgCode FORM_NOT_ONLINE
Formular Offline (Das Formular ist zwar vorhanden, aber nicht Online. Entweder Offline geschaltet oder außerhalb des Zeitraums.)
-
AUTHENTICATION_SELECTION
public static final ETextbausteinMsgCode AUTHENTICATION_SELECTION
-
AUTHENTICATION_SUCCESSFUL
public static final ETextbausteinMsgCode AUTHENTICATION_SUCCESSFUL
-
AUTHENTICATION_FORBIDDEN
public static final ETextbausteinMsgCode AUTHENTICATION_FORBIDDEN
-
LOGOUT_SUCCESSFUL
public static final ETextbausteinMsgCode LOGOUT_SUCCESSFUL
-
AUTHENTICATION_FAILED
public static final ETextbausteinMsgCode AUTHENTICATION_FAILED
Authentifizierung fehlgeschlagen (Das Formular ist geschützt, jedoch ist die Anmeldung fehlgeschlagen)
-
SEND_FORMDATA_FAILED
public static final ETextbausteinMsgCode SEND_FORMDATA_FAILED
Formulardaten konnten nicht eingereicht werden (Das Absenden der Daten ist fehlgeschlagen)
-
SEND_FORMDATA_SUCCEEDED
public static final ETextbausteinMsgCode SEND_FORMDATA_SUCCEEDED
Formulardaten erfolgreich eingereicht (Mit Ausführung von Verarbeitung, Alles OK beim Senden)
-
SYSTEM_INFORMATION
@Deprecated public static final ETextbausteinMsgCode SYSTEM_INFORMATION
Deprecated.Informationen in der System-Menü-Leiste
-
INVALID_REQUEST
public static final ETextbausteinMsgCode INVALID_REQUEST
-
VALIDATE_FORMDATA_FAILED
public static final ETextbausteinMsgCode VALIDATE_FORMDATA_FAILED
-
INVALID_DOUBLEPOST
public static final ETextbausteinMsgCode INVALID_DOUBLEPOST
-
FORM_RECORD_LIMIT
public static final ETextbausteinMsgCode FORM_RECORD_LIMIT
-
MAIL_CLIENT_INVITATION
public static final ETextbausteinMsgCode MAIL_CLIENT_INVITATION
-
OPT_IN_SEND
public static final ETextbausteinMsgCode OPT_IN_SEND
-
OPT_IN_VERIFY
public static final ETextbausteinMsgCode OPT_IN_VERIFY
-
OPT_IN_VERIFY_ERROR
public static final ETextbausteinMsgCode OPT_IN_VERIFY_ERROR
-
OPT_IN_VERIFY_SUCCESS
public static final ETextbausteinMsgCode OPT_IN_VERIFY_SUCCESS
-
FILE_SIZE_ERROR
public static final ETextbausteinMsgCode FILE_SIZE_ERROR
-
APPOINTMENT_CONFIRMATION
public static final ETextbausteinMsgCode APPOINTMENT_CONFIRMATION
-
LOGIN_MAIL_LDAP
@Deprecated public static final ETextbausteinMsgCode LOGIN_MAIL_LDAP
Deprecated.User account actions are done on system level.
-
LOGIN_MAIL_SYSTEM
@Deprecated public static final ETextbausteinMsgCode LOGIN_MAIL_SYSTEM
Deprecated.User account actions are done on system level.
-
PASSWORD_RESET_MAIL
@Deprecated public static final ETextbausteinMsgCode PASSWORD_RESET_MAIL
Deprecated.User account actions are done on system level.
-
PASSWORD_SET_MAIL
@Deprecated public static final ETextbausteinMsgCode PASSWORD_SET_MAIL
Deprecated.User account actions are done on system level.
-
PASSWORD_NECESSARY
@Deprecated public static final ETextbausteinMsgCode PASSWORD_NECESSARY
Deprecated.
-
AUTHENTICATION_OR_PASSWORD_NECESSARY
@Deprecated public static final ETextbausteinMsgCode AUTHENTICATION_OR_PASSWORD_NECESSARY
Deprecated.
-
AUTHENTICATION_NECESSARY
@Deprecated public static final ETextbausteinMsgCode AUTHENTICATION_NECESSARY
Deprecated.
-
AUTHORIZATION_FAILED
@Deprecated public static final ETextbausteinMsgCode AUTHORIZATION_FAILED
Deprecated.
-
FD2_I18N
@Deprecated public static final ETextbausteinMsgCode FD2_I18N
Deprecated.
-
-
Field Detail
-
defaultI18NKey
public final String defaultI18NKey
-
defaultCategory
public final ETextbausteinKategorie defaultCategory
-
defaultPreText
public final String defaultPreText
-
defaultHttpStatus
public final Integer defaultHttpStatus
-
-
Method Detail
-
values
public static ETextbausteinMsgCode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ETextbausteinMsgCode c : ETextbausteinMsgCode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ETextbausteinMsgCode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getLocalizedDescription
@Deprecated public String getLocalizedDescription(Locale locale)
Deprecated.
-
getHeaderValue
public String getHeaderValue()
-
-