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