Package com.bytedesk.voc.notification
Interface VocNotificationService
- All Known Implementing Classes:
VocNotificationServiceImpl
public interface VocNotificationService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyFeedbackAssigned
(Long feedbackId, Long assignedTo) void
notifyInternalReply
(Long feedbackId, Long replyId) void
notifyNewFeedback
(Long feedbackId) void
notifyNewReply
(Long feedbackId, Long replyId) void
notifyStatusChanged
(Long feedbackId, String status)
-
Method Details
-
notifyNewFeedback
-
notifyFeedbackAssigned
-
notifyStatusChanged
-
notifyNewReply
-
notifyInternalReply
-