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.
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
getUsersToReceiveNotificationAt
java.lang.Iterable<com.atlassian.user.User> getUsersToReceiveNotificationAt(java.util.Date date)
Copyright © 2003-2013 Atlassian. All Rights Reserved.