org.opencms.notification
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.notification.Messages
All Implemented Interfaces:
I_CmsMessageBundle

public final class Messages
extends A_CmsMessageBundle

Convenience class to access the localized messages of this OpenCms package.

Since:
6.0.0

Field Summary
static java.lang.String ERR_CONFIRM_RESOURCE_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_CONFIRM_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_DATE_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_DAYS_NOT_MODIFIED_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_DISPLAY_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_EDIT_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_EVENT_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_EXPIRES_AT_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_FILES_NOT_UPDATED_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_ISSUE_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_MODIFY_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_PUBLISH_ERROR_HEADER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_PUBLISH_WARNING_HEADER_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_RELEASE_AT_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_RESOURCE_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_SITE_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_UNCHANGED_SINCE_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_UPDATE_REQUIRED_1
          Message constant for key in the resource bundle.
static java.lang.String GUI_WITHIN_NEXT_DAY_0
          Message constant for key in the resource bundle.
static java.lang.String GUI_WITHIN_NEXT_WEEK_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_NO_NOTIFICATIONS_SENT_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_NOTIFICATION_NO_ADDRESS_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_NOTIFICATION_SEND_1
          Message constant for key in the resource bundle.
static java.lang.String LOG_NOTIFICATION_SEND_ERROR_0
          Message constant for key in the resource bundle.
static java.lang.String LOG_NOTIFICATIONS_SENT_TO_0
          Message constant for key in the resource bundle.
 
Method Summary
static I_CmsMessageBundle get()
          Returns an instance of this localized message accessor.
 java.lang.String getBundleName()
          Returns the bundle name for this OpenCms package.
 
Methods inherited from class org.opencms.i18n.A_CmsMessageBundle
container, container, container, container, container, getBundle, getBundle, getOpenCmsMessageBundles, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_CONFIRM_RESOURCE_1

public static final java.lang.String ERR_CONFIRM_RESOURCE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_CONFIRM_0

public static final java.lang.String GUI_CONFIRM_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_DATE_0

public static final java.lang.String GUI_DATE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_DAYS_NOT_MODIFIED_0

public static final java.lang.String GUI_DAYS_NOT_MODIFIED_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_DISPLAY_0

public static final java.lang.String GUI_DISPLAY_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_EDIT_0

public static final java.lang.String GUI_EDIT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_EVENT_0

public static final java.lang.String GUI_EVENT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_EXPIRES_AT_1

public static final java.lang.String GUI_EXPIRES_AT_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_FILES_NOT_UPDATED_1

public static final java.lang.String GUI_FILES_NOT_UPDATED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_ISSUE_0

public static final java.lang.String GUI_ISSUE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_MODIFY_0

public static final java.lang.String GUI_MODIFY_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_PUBLISH_ERROR_HEADER_0

public static final java.lang.String GUI_PUBLISH_ERROR_HEADER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_PUBLISH_WARNING_HEADER_0

public static final java.lang.String GUI_PUBLISH_WARNING_HEADER_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_RELEASE_AT_1

public static final java.lang.String GUI_RELEASE_AT_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_RESOURCE_0

public static final java.lang.String GUI_RESOURCE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_SITE_0

public static final java.lang.String GUI_SITE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_UNCHANGED_SINCE_1

public static final java.lang.String GUI_UNCHANGED_SINCE_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_UPDATE_REQUIRED_1

public static final java.lang.String GUI_UPDATE_REQUIRED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_WITHIN_NEXT_DAY_0

public static final java.lang.String GUI_WITHIN_NEXT_DAY_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_WITHIN_NEXT_WEEK_0

public static final java.lang.String GUI_WITHIN_NEXT_WEEK_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_NO_NOTIFICATIONS_SENT_0

public static final java.lang.String LOG_NO_NOTIFICATIONS_SENT_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_NOTIFICATION_NO_ADDRESS_1

public static final java.lang.String LOG_NOTIFICATION_NO_ADDRESS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_NOTIFICATION_SEND_1

public static final java.lang.String LOG_NOTIFICATION_SEND_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_NOTIFICATION_SEND_ERROR_0

public static final java.lang.String LOG_NOTIFICATION_SEND_ERROR_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_NOTIFICATIONS_SENT_TO_0

public static final java.lang.String LOG_NOTIFICATIONS_SENT_TO_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values
Method Detail

get

public static I_CmsMessageBundle get()
Returns an instance of this localized message accessor.

Returns:
an instance of this localized message accessor

getBundleName

public java.lang.String getBundleName()
Returns the bundle name for this OpenCms package.

Returns:
the bundle name for this OpenCms package