Package ch.ivyteam.ivy.security
Interface IUserEMailNotificationSettings
- All Superinterfaces:
IEMailNotificationSettings
The email notification settings for an
IUser.- Since:
- 28.06.2010
- See Also:
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets if the default settings of the application should be used or not.voidsetUseApplicationDefault(boolean useApplicationDefault) Sets if the default settings of the application should be used or not.Methods inherited from interface ch.ivyteam.ivy.security.IEMailNotificationSettings
getSendDailyTaskSummary, isNotificationDisabled, isSendDailyTaskSummaryOnDay, isSendOnNewWorkTasks, setNotificationDisabled, setSendDailyTaskSummary, setSendDailyTaskSummaryOnDay, setSendOnNewWorkTasks
-
Method Details
-
isUseApplicationDefault
boolean isUseApplicationDefault()Gets if the default settings of the application should be used or not.If
trueall the other notification settings of the user are ignored and the default settings of the application are used.- Returns:
trueif the default settings of the application should be used,falseif this settings should be used.- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
setUseApplicationDefault
void setUseApplicationDefault(boolean useApplicationDefault) Sets if the default settings of the application should be used or not.If
trueall the other notification settings of the user are ignored and the default settings of the application are used.- Parameters:
useApplicationDefault- iftruethe default settings of the application should be used, iffalsethis settings should b used.- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-