Uses of Class
com.bytedesk.service.agent_status.AgentStatusLogEntity
Packages that use AgentStatusLogEntity
Package
Description
客服状态日志包
记录和管理客服状态变更
Customer Service Statistics Package
Provides comprehensive statistical functionalities for the customer service system, including:
-
Uses of AgentStatusLogEntity in com.bytedesk.service.agent_status
Methods in com.bytedesk.service.agent_status that return AgentStatusLogEntityMethods in com.bytedesk.service.agent_status that return types with arguments of type AgentStatusLogEntityModifier and TypeMethodDescriptionAgentStatusLogRepository.findByAgentUidAndCreatedAtBetween
(String agentUid, LocalDateTime startTime, LocalDateTime endTime) AgentStatusLogRepository.findByOrgUid
(String orgUid) AgentStatusLogRepository.findByOrgUidAndCreatedAtBetween
(String orgUid, LocalDateTime startTime, LocalDateTime endTime) Methods in com.bytedesk.service.agent_status with parameters of type AgentStatusLogEntityModifier and TypeMethodDescriptionAgentStatusLogService.convertToResponse
(AgentStatusLogEntity entity) org.springframework.http.ResponseEntity<?>
AgentStatusLogController.create
(AgentStatusLogEntity request) org.springframework.http.ResponseEntity<?>
AgentStatusLogController.delete
(AgentStatusLogEntity request) AgentStatusLogController.export
(AgentStatusLogEntity request, jakarta.servlet.http.HttpServletResponse response) void
AgentStatusLogService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AgentStatusLogEntity entity) org.springframework.http.ResponseEntity<?>
AgentStatusLogController.queryByOrg
(AgentStatusLogEntity request) org.springframework.http.ResponseEntity<?>
AgentStatusLogController.queryByUid
(AgentStatusLogEntity request) org.springframework.http.ResponseEntity<?>
AgentStatusLogController.queryByUser
(AgentStatusLogEntity request) AgentStatusLogService.save
(AgentStatusLogEntity entity) org.springframework.http.ResponseEntity<?>
AgentStatusLogController.update
(AgentStatusLogEntity request) -
Uses of AgentStatusLogEntity in com.bytedesk.service.statistic
Method parameters in com.bytedesk.service.statistic with type arguments of type AgentStatusLogEntityModifier and TypeMethodDescriptionServiceStatisticService.calculateStatusDuration
(List<AgentStatusLogEntity> logs) 计算状态持续时长