Interface NotificationEmailUserPreferenceManager
-
@Role public interface NotificationEmailUserPreferenceManager
Configuration for the emails for each user.- Since:
- 9.11RC1
- Version:
- $Id: 4eb8bbbdeb1c7ce17956a50b7a4c658a4f65d334 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationEmailDiffType
getDiffType()
NotificationEmailDiffType
getDiffType(String userId)
-
-
-
Method Detail
-
getDiffType
NotificationEmailDiffType getDiffType()
- Returns:
- the diff type configured for the current user
-
getDiffType
NotificationEmailDiffType getDiffType(String userId)
- Parameters:
userId
- id of a user- Returns:
- the diff type configured for the given user
-
-