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
AgentStatusRestService.doSave
(AgentStatusEntity entity) AgentStatusRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AgentStatusEntity entity) AgentStatusRestService.save
(AgentStatusEntity entity) Methods in com.bytedesk.service.agent_status that return types with arguments of type AgentStatusEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<AgentStatusEntity>
AgentStatusRestService.createSpecification
(AgentStatusRequest request) protected org.springframework.data.domain.Page<AgentStatusEntity>
AgentStatusRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<AgentStatusEntity> spec, org.springframework.data.domain.Pageable pageable) AgentStatusRepository.findByAgentContainsAndCreatedAtBetween
(String agentUid, ZonedDateTime startTime, ZonedDateTime endTime) AgentStatusRepository.findByOrgUid
(String orgUid) AgentStatusRepository.findByOrgUidAndCreatedAtBetween
(String orgUid, ZonedDateTime startTime, ZonedDateTime endTime) static org.springframework.data.jpa.domain.Specification<AgentStatusEntity>
AgentStatusSpecification.search
(AgentStatusRequest request, AuthService authService) Methods in com.bytedesk.service.agent_status with parameters of type AgentStatusEntityModifier and TypeMethodDescriptionAgentStatusRestService.convertToResponse
(AgentStatusEntity entity) protected AgentStatusEntity
AgentStatusRestService.doSave
(AgentStatusEntity entity) AgentStatusRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AgentStatusEntity entity) AgentStatusRestService.save
(AgentStatusEntity entity) Method parameters in com.bytedesk.service.agent_status with type arguments of type AgentStatusEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<AgentStatusEntity>
AgentStatusRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<AgentStatusEntity> spec, org.springframework.data.domain.Pageable pageable) -
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) 计算状态持续时长