com.businessobjects.sdk.plugin.desktop.common
Interface IAlertDeliveryConfiguration

All Known Subinterfaces:
IAlertEmailConfiguration, IAlertInboxConfiguration

public interface IAlertDeliveryConfiguration

This interface defines configuration settings that are common to all alert notification delivery methods. Alert delivery settings may be applied to the entire system, or they may be overridden for a single event.

Since:
4.0
See Also:
IEvent

Method Summary
 boolean isEnabled()
          Determine if this alert notification delivery method is enabled.
 void setEnabled(boolean enabled)
          Enables or disables this alert notification delivery method.
 

Method Detail

isEnabled

boolean isEnabled()
Determine if this alert notification delivery method is enabled.

Returns:
true if this delivery method is supported, false otherwise.

setEnabled

void setEnabled(boolean enabled)
Enables or disables this alert notification delivery method.

Parameters:
enabled - true to enable this delivery method, false otherwise.