Package com.bytedesk.ticket.service
Class TicketNotificationService
java.lang.Object
com.bytedesk.ticket.service.TicketNotificationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyCustomer(String reporter, String message) 通知客户voidnotifyManager(String assignee, String message) 通知管理员voidnotifyNewTicket(TicketEntity ticket) voidnotifySLABreach(TicketEntity ticket) voidnotifyTechnicalTeam(String caseId, String message) 通知技术团队voidnotifyTicketAssigned(TicketEntity ticket) voidnotifyTicketClosed(TicketEntity ticket) voidnotifyTicketComment(TicketCommentEntity comment) voidsendSLABreachNotification(String ticketId, String type, String details) 发送 SLA 违规通知
-
Constructor Details
-
TicketNotificationService
public TicketNotificationService()
-
-
Method Details
-
notifyNewTicket
-
notifyTicketAssigned
-
notifyTicketComment
-
notifySLABreach
-
notifyTicketClosed
-
notifyManager
通知管理员 -
notifyTechnicalTeam
通知技术团队 -
notifyCustomer
通知客户 -
sendSLABreachNotification
发送 SLA 违规通知
-