Interface ICAFSubscriptionBean

All Superinterfaces:
Serializable

public interface ICAFSubscriptionBean extends Serializable
  • Method Details

    • getSubscriptionView

      String getSubscriptionView()
      The view to render this subscription
    • match

      boolean match(ICAFNotificationBean notification) throws PortalException
      By default, this will evaluate the conditions (rules) that are associated with the original Event Handler
      Returns:
      true if this notification instance has matched
      Throws:
      PortalException
    • getNotificationRecipients

      List<INotificationRecipient> getNotificationRecipients()
      Generate a new notification recipient including the subscription information that matched
    • getSerializationInfo

      to serialize this bean