Package de.xima.fc.mdl.enums
Enum ETextbausteinMsgCode
- All Implemented Interfaces:
Serializable
,Comparable<ETextbausteinMsgCode>
Dieser Enum listet alle möglichen Nachrichtencodes auf, die Textbausteinen zugeordnet werden können
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAuthentifizierung fehlgeschlagen (Das Formular ist geschützt, jedoch ist die Anmeldung fehlgeschlagen)Deprecated.Deprecated.Deprecated.Generic error.Datensatz nicht vorhanden (Der angeforderte Datensatz ist nicht vorhanden.Deprecated.Form does not exist.Formular Offline (Das Formular ist zwar vorhanden, aber nicht Online.Error when the identiy token of the submitted form exists already.Deprecated.User account actions are done on system level.Deprecated.User account actions are done on system level.Deprecated.Deprecated.User account actions are done on system level.Deprecated.User account actions are done on system level.Formulardaten konnten nicht eingereicht werden (Das Absenden der Daten ist fehlgeschlagen)Formulardaten erfolgreich eingereicht (Mit Ausführung von Verarbeitung, Alles OK beim Senden)Deprecated.All templates that are not system templates. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ETextbausteinKategorie
final Integer
final String
final String
-
Method Summary
Modifier and TypeMethodDescriptiongetLocalizedDescription
(Locale locale) Deprecated.getLocalizedName
(Locale locale) getLocalizedValue
(Locale locale) static ETextbausteinMsgCode
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 Details
-
VOID
All templates that are not system templates. -
I18N
-
BOT_DETECTED
-
COMMON_ERROR
Generic error. (Used when no more specific template exists for the error.) -
IDENTITY_TOKEN_ERROR
Error when the identiy token of the submitted form exists already. -
FORM_NOT_FOUND
Form does not exist. (The requested resource was not found, wrong form ID) -
DATASET_NOT_FOUND
Datensatz nicht vorhanden (Der angeforderte Datensatz ist nicht vorhanden. Falsche ProzessID) -
FORM_NOT_ONLINE
Formular Offline (Das Formular ist zwar vorhanden, aber nicht Online. Entweder Offline geschaltet oder außerhalb des Zeitraums.) -
AUTHENTICATION_SELECTION
-
AUTHENTICATION_SUCCESSFUL
-
AUTHENTICATION_FORBIDDEN
-
LOGOUT_SUCCESSFUL
-
AUTHENTICATION_FAILED
Authentifizierung fehlgeschlagen (Das Formular ist geschützt, jedoch ist die Anmeldung fehlgeschlagen) -
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.Informationen in der System-Menü-Leiste -
INVALID_REQUEST
-
VALIDATE_FORMDATA_FAILED
-
INVALID_DOUBLEPOST
-
FORM_RECORD_LIMIT
-
MAIL_CLIENT_INVITATION
-
OPT_IN_SEND
-
OPT_IN_VERIFY
-
OPT_IN_VERIFY_ERROR
-
OPT_IN_VERIFY_SUCCESS
-
FILE_SIZE_ERROR
-
APPOINTMENT_CONFIRMATION
-
LOGIN_MAIL_LDAP
Deprecated.User account actions are done on system level. -
LOGIN_MAIL_SYSTEM
Deprecated.User account actions are done on system level. -
PASSWORD_RESET_MAIL
Deprecated.User account actions are done on system level. -
PASSWORD_SET_MAIL
Deprecated.User account actions are done on system level. -
PASSWORD_NECESSARY
Deprecated. -
AUTHENTICATION_OR_PASSWORD_NECESSARY
Deprecated. -
AUTHENTICATION_NECESSARY
Deprecated. -
AUTHORIZATION_FAILED
Deprecated. -
FD2_I18N
Deprecated.
-
-
Field Details
-
defaultI18NKey
-
defaultCategory
-
defaultPreText
-
defaultHttpStatus
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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. -
getHeaderValue
-
getLocalizedValue
-
getLocalizedName
-