org.kuali.rice.kew.preferences.web
Class PreferencesConstants.EmailNotificationPreferences

java.lang.Object
  extended by org.kuali.rice.kew.preferences.web.PreferencesConstants.EmailNotificationPreferences
Enclosing class:
PreferencesConstants

public static final class PreferencesConstants.EmailNotificationPreferences
extends Object


Field Summary
static String DAILY
           
static String IMMEDIATE
           
static String NONE
           
static String WEEKLY
           
 
Constructor Summary
PreferencesConstants.EmailNotificationPreferences()
           
 
Method Summary
static List<String> getEmailNotificationPreferences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final String NONE
See Also:
Constant Field Values

DAILY

public static final String DAILY
See Also:
Constant Field Values

WEEKLY

public static final String WEEKLY
See Also:
Constant Field Values

IMMEDIATE

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

PreferencesConstants.EmailNotificationPreferences

public PreferencesConstants.EmailNotificationPreferences()
Method Detail

getEmailNotificationPreferences

public static List<String> getEmailNotificationPreferences()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.