/**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function SubmissionNotificationManager($notificationType)
 {
     parent::NotificationManagerDelegate($notificationType);
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function SignoffNotificationManagerDelegate($notificationType)
 {
     parent::NotificationManagerDelegate($notificationType);
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function EditorDecisionNotificationManager($notificationType)
 {
     parent::NotificationManagerDelegate($notificationType);
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function QueryNotificationManagerDelegate($notificationType)
 {
     parent::NotificationManagerDelegate($notificationType);
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function RevisionsNotificationManager($notificationType)
 {
     parent::NotificationManagerDelegate($notificationType);
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function EditingProductionStatusNotificationManager($notificationType)
 {
     parent::NotificationManagerDelegate($notificationType);
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function EditorAssignmentNotificationManager($notificationType)
 {
     parent::NotificationManagerDelegate($notificationType);
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function AllReviewsInNotificationManager($notificationType)
 {
     parent::NotificationManagerDelegate($notificationType);
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function AuditorRequestNotificationManagerDelegate($notificationType)
 {
     parent::NotificationManagerDelegate($notificationType);
 }
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function ReviewRoundNotificationManager($notificationType)
 {
     parent::NotificationManagerDelegate($notificationType);
 }