org.kuali.rice.ken.util
Class NotificationConstants

java.lang.Object
  extended by org.kuali.rice.ken.util.NotificationConstants

public final class NotificationConstants
extends Object

This class houses all constants for the NotificationSystem.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Nested Class Summary
static class NotificationConstants.BO_PROPERTY_NAMES
          This class houses constants that represent the property names for the business objects.
static class NotificationConstants.CONTENT_TYPES
          Different content types for the Notification System.
static class NotificationConstants.DELIVERY_TYPES
          Different delivery types for the Notification System.
static class NotificationConstants.KEW_CONSTANTS
          This inner class is used to hold constants needed for KEW integration.
static class NotificationConstants.LOCKED_FLAG
          Flags for record locking
static class NotificationConstants.MESSAGE_DELIVERY_STATUS
          Different delivery status flags for the notification system.
static class NotificationConstants.MESSAGE_DELIVERY_TYPES
          Different message delivery types for the notification system.
static class NotificationConstants.NOTIFICATION_CONTROLLER_CONSTANTS
          Constants for request processing (web layer).
static class NotificationConstants.NOTIFICATION_DETAIL_VIEWS
          This class holds constants for different detail views of a notification.
static class NotificationConstants.NOTIFICATION_PRODUCERS
          This inner class is used to hold constants around needed for the default system producer which all channels must be exposed to for the generic message sending form to work with.
static class NotificationConstants.PROCESSING_FLAGS
          Different processing flags for the notification system.
static class NotificationConstants.RECIPIENT_TYPES
          Different recipient types for the notification system.
static class NotificationConstants.RESPONSE_MESSAGES
          Different response messages for sending notifications.
static class NotificationConstants.RESPONSE_STATUSES
          Different response statuses for sending notifications.
static class NotificationConstants.XML_MESSAGE_CONSTANTS
          This inner class holds contants that are used for parsing and resolving of content inside of the XML message format that represents a notification request.
 
Field Summary
static String ACK_CAUSE
           
static String AUTO_REMOVE_CAUSE
          String that indicates the cause of a dismissal of a messageDelivery was due to autoremoval
static String FYI_CAUSE
           
 
Constructor Summary
NotificationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO_REMOVE_CAUSE

public static final String AUTO_REMOVE_CAUSE
String that indicates the cause of a dismissal of a messageDelivery was due to autoremoval

See Also:
Constant Field Values

ACK_CAUSE

public static final String ACK_CAUSE
See Also:
Constant Field Values

FYI_CAUSE

public static final String FYI_CAUSE
See Also:
Constant Field Values
Constructor Detail

NotificationConstants

public NotificationConstants()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.