Uses of Class
com.bytedesk.service.agent_status.AgentStatusEntity
Packages that use AgentStatusEntity
Package
Description
客服状态日志包
记录和管理客服状态变更
Customer Service Statistics Package
Provides comprehensive statistical functionalities for the customer service system, including:
-
Uses of AgentStatusEntity in com.bytedesk.service.agent_status
Methods in com.bytedesk.service.agent_status that return AgentStatusEntityModifier and TypeMethodDescriptionprotected AgentStatusEntity
AgentStatusService.doSave
(AgentStatusEntity entity) AgentStatusService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AgentStatusEntity entity) AgentStatusService.save
(AgentStatusEntity entity) Methods in com.bytedesk.service.agent_status that return types with arguments of type AgentStatusEntityModifier and TypeMethodDescriptionAgentStatusRepository.findByAgentContainsAndCreatedAtBetween
(String agentUid, LocalDateTime startTime, LocalDateTime endTime) AgentStatusRepository.findByOrgUid
(String orgUid) AgentStatusRepository.findByOrgUidAndCreatedAtBetween
(String orgUid, LocalDateTime startTime, LocalDateTime endTime) static org.springframework.data.jpa.domain.Specification<AgentStatusEntity>
AgentStatusSpecification.search
(AgentStatusRequest request) Methods in com.bytedesk.service.agent_status with parameters of type AgentStatusEntityModifier and TypeMethodDescriptionAgentStatusService.convertToResponse
(AgentStatusEntity entity) protected AgentStatusEntity
AgentStatusService.doSave
(AgentStatusEntity entity) AgentStatusService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AgentStatusEntity entity) AgentStatusService.save
(AgentStatusEntity entity) -
Uses of AgentStatusEntity in com.bytedesk.service.statistic
Method parameters in com.bytedesk.service.statistic with type arguments of type AgentStatusEntityModifier and TypeMethodDescriptionServiceStatisticService.calculateStatusDuration
(List<AgentStatusEntity> logs) 计算状态持续时长