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