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
Version:
$Revision: 1.2 $
Author:
Jan Baudisch

Field Summary
static String ERR_CONFIRM_RESOURCE_1
          Message constant for key in the resource bundle.
static String GUI_CONFIRM_0
          Message constant for key in the resource bundle.
static String GUI_DATE_0
          Message constant for key in the resource bundle.
static String GUI_DAYS_NOT_MODIFIED_0
          Message constant for key in the resource bundle.
static String GUI_DISPLAY_0
          Message constant for key in the resource bundle.
static String GUI_EDIT_0
          Message constant for key in the resource bundle.
static String GUI_EVENT_0
          Message constant for key in the resource bundle.
static String GUI_EXPIRES_AT_1
          Message constant for key in the resource bundle.
static String GUI_FILES_NOT_UPDATED_1
          Message constant for key in the resource bundle.
static String GUI_ISSUE_0
          Message constant for key in the resource bundle.
static String GUI_MODIFY_0
          Message constant for key in the resource bundle.
static String GUI_RELEASE_AT_1
          Message constant for key in the resource bundle.
static String GUI_RESOURCE_0
          Message constant for key in the resource bundle.
static String GUI_SITE_0
          Message constant for key in the resource bundle.
static String GUI_UNCHANGED_SINCE_1
          Message constant for key in the resource bundle.
static String GUI_UPDATE_REQUIRED_1
          Message constant for key in the resource bundle.
static String GUI_WITHIN_NEXT_DAY_0
          Message constant for key in the resource bundle.
static String GUI_WITHIN_NEXT_WEEK_0
          Message constant for key in the resource bundle.
static String LOG_NO_NOTIFICATIONS_SENT_0
          Message constant for key in the resource bundle.
static String LOG_NOTIFICATIONS_SENT_TO_0
          Message constant for key in the resource bundle.
static String LOG_PUBLISH_FAILED_2
          Message constant for key in the resource bundle.
static String LOG_PUBLISH_FINISHED_1
          Message constant for key in the resource bundle.
 
Method Summary
static I_CmsMessageBundle get()
          Returns an instance of this localized message accessor.
 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

GUI_SITE_0

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

See Also:
Constant Field Values

LOG_NO_NOTIFICATIONS_SENT_0

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

See Also:
Constant Field Values

LOG_NOTIFICATIONS_SENT_TO_0

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

See Also:
Constant Field Values

GUI_ISSUE_0

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

See Also:
Constant Field Values

GUI_UPDATE_REQUIRED_1

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

See Also:
Constant Field Values

GUI_UNCHANGED_SINCE_1

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

See Also:
Constant Field Values

GUI_RELEASE_AT_1

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

See Also:
Constant Field Values

GUI_EXPIRES_AT_1

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

See Also:
Constant Field Values

ERR_CONFIRM_RESOURCE_1

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

See Also:
Constant Field Values

GUI_CONFIRM_0

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

See Also:
Constant Field Values

GUI_DATE_0

public static final 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 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 String GUI_DISPLAY_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_EDIT_0

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

See Also:
Constant Field Values

GUI_EVENT_0

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

See Also:
Constant Field Values

GUI_FILES_NOT_UPDATED_1

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

See Also:
Constant Field Values

GUI_MODIFY_0

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

See Also:
Constant Field Values

GUI_RESOURCE_0

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

See Also:
Constant Field Values

GUI_WITHIN_NEXT_DAY_0

public static final 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 String GUI_WITHIN_NEXT_WEEK_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_PUBLISH_FAILED_2

public static final String LOG_PUBLISH_FAILED_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_PUBLISH_FINISHED_1

public static final String LOG_PUBLISH_FINISHED_1
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 String getBundleName()
Returns the bundle name for this OpenCms package.

Returns:
the bundle name for this OpenCms package