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 java.lang.String DEFAULT_ENABLED_KEY
           
static java.lang.String DEFAULT_SCHEDULED_KEY
           
static java.lang.String PLUGIN_SETTINGS_KEY
           
 
Method Summary
 java.lang.Iterable<com.atlassian.user.User> getUsersToReceiveNotificationAt(java.util.Date date)
           
 

Field Detail

PLUGIN_SETTINGS_KEY

static final java.lang.String PLUGIN_SETTINGS_KEY
See Also:
Constant Field Values

DEFAULT_SCHEDULED_KEY

static final java.lang.String DEFAULT_SCHEDULED_KEY
See Also:
Constant Field Values

DEFAULT_ENABLED_KEY

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

getUsersToReceiveNotificationAt

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.