com.atlassian.confluence.plugins.dailysummary.components
Interface SummaryEmailNotificationManager

All Known Implementing Classes:
DefaultSummaryEmailNotificationManager

public interface SummaryEmailNotificationManager

Responsible for determining which uses should be receive an email for a given date. Also will allow a user to enable / disable emails, and set the time that they would like to receive the email.


Field Summary
static String DEFAULT_ENABLED_KEY
           
static String DEFAULT_SCHEDULED_KEY
           
static String PLUGIN_SETTINGS_KEY
           
 
Method Summary
 Iterable<com.atlassian.user.User> getUsersToReceiveNotificationAt(Date date)
           
 

Field Detail

PLUGIN_SETTINGS_KEY

static final String PLUGIN_SETTINGS_KEY
See Also:
Constant Field Values

DEFAULT_SCHEDULED_KEY

static final String DEFAULT_SCHEDULED_KEY
See Also:
Constant Field Values

DEFAULT_ENABLED_KEY

static final String DEFAULT_ENABLED_KEY
See Also:
Constant Field Values
Method Detail

getUsersToReceiveNotificationAt

Iterable<com.atlassian.user.User> getUsersToReceiveNotificationAt(Date date)


Copyright © 2003-2012 Atlassian. All Rights Reserved.