Class NullNotificationStrategy

  • All Implemented Interfaces:
    NotificationStrategy

    public class NullNotificationStrategy
    extends Object
    implements NotificationStrategy
    Implements NotificationStragey pattern used to send NULL notifications The idea here is to allow for user assignment of a notice with in the UI with out an email sent. Typically the email will be sent to a shared email box.
    Version:
    $Id: $
    Author:
    Jason Czerak
    • Constructor Detail

      • NullNotificationStrategy

        public NullNotificationStrategy()

        Constructor for NullNotificationStrategy.