Interface VocNotificationService

All Known Implementing Classes:
VocNotificationServiceImpl

public interface VocNotificationService
  • Method Details

    • notifyNewFeedback

      void notifyNewFeedback(Long feedbackId)
    • notifyFeedbackAssigned

      void notifyFeedbackAssigned(Long feedbackId, Long assignedTo)
    • notifyStatusChanged

      void notifyStatusChanged(Long feedbackId, String status)
    • notifyNewReply

      void notifyNewReply(Long feedbackId, Long replyId)
    • notifyInternalReply

      void notifyInternalReply(Long feedbackId, Long replyId)