Interface IUserEMailNotificationSettings

All Superinterfaces:
IEMailNotificationSettings

public interface IUserEMailNotificationSettings extends IEMailNotificationSettings
The email notification settings for an IUser.
Since:
28.06.2010
See Also:
API:
This is a public API.
  • Method Details

    • isUseApplicationDefault

      boolean isUseApplicationDefault()
      Gets if the default settings of the application should be used or not.

      If true all the other notification settings of the user are ignored and the default settings of the application are used.

      Returns:
      true if the default settings of the application should be used, false if this settings should be used.
      API:
      This public API is available in Java.
    • setUseApplicationDefault

      void setUseApplicationDefault(boolean useApplicationDefault)
      Sets if the default settings of the application should be used or not.

      If true all the other notification settings of the user are ignored and the default settings of the application are used.

      Parameters:
      useApplicationDefault - if true the default settings of the application should be used, if false this settings should b used.
      API:
      This public API is available in Java.