Uses of Class
com.bytedesk.call.cdr.CallCdrEntity
Packages that use CallCdrEntity
-
Uses of CallCdrEntity in com.bytedesk.call.cdr
Methods in com.bytedesk.call.cdr that return CallCdrEntityModifier and TypeMethodDescriptionCallCdrService.createCdr
(CallCdrEntity cdr) 创建CDR记录CallCdrRestService.doSave
(CallCdrEntity entity) CallCdrRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallCdrEntity entity) CallCdrService.updateCdr
(CallCdrEntity cdr) 更新CDR记录Methods in com.bytedesk.call.cdr that return types with arguments of type CallCdrEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<CallCdrEntity>
CallCdrRestService.createSpecification
(CallCdrRequest request) protected org.springframework.data.domain.Page<CallCdrEntity>
CallCdrRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<CallCdrEntity> spec, org.springframework.data.domain.Pageable pageable) CallCdrRepository.findByAccountcode
(String accountcode) 根据账户代码查找CDR记录CallCdrRepository.findByAnswerStampIsNotNull()
查找成功接通的通话记录CallCdrRepository.findByCallerIdNumber
(String callerIdNumber) 根据主叫号码查找CDR记录CallCdrService.findByCallerNumber
(String callerNumber) 根据主叫号码查找CDR记录CallCdrRepository.findByCallerOrDestination
(String number) 根据主叫或被叫号码查找CDR记录CallCdrRepository.findByDestinationNumber
(String destinationNumber) 根据被叫号码查找CDR记录CallCdrService.findByDestinationNumber
(String destinationNumber) 根据被叫号码查找CDR记录CallCdrRepository.findByDirection
(String direction) 根据通话方向查找CDR记录CallCdrRepository.findByHangupCause
(String hangupCause) 根据挂断原因查找CDR记录根据ID查找CDR记录CallCdrRepository.findByOrgUid
(String orgUid) CallCdrRestService.findByOrgUid
(String orgUid) CallCdrRepository.findByRecordFileIsNotNull()
查找有录音文件的通话记录CallCdrRepository.findByStartStampBetween
(ZonedDateTime startTime, ZonedDateTime endTime) 查找指定时间范围内的CDR记录CallCdrService.findByTimeRange
(ZonedDateTime startTime, ZonedDateTime endTime) 根据时间范围查找CDR记录根据UID查找CDR记录根据UUID查找CDR记录org.springframework.data.domain.Page<CallCdrEntity>
CallCdrRepository.findCallHistory
(String number, org.springframework.data.domain.Pageable pageable) 查找指定号码的通话历史(分页)org.springframework.data.domain.Page<CallCdrEntity>
CallCdrService.findCdrs
(org.springframework.data.domain.Pageable pageable) 分页查询CDR记录org.springframework.data.domain.Page<CallCdrEntity>
CallCdrRepository.findRecentCalls
(org.springframework.data.domain.Pageable pageable) 查找最近的通话记录CallCdrService.getAnsweredCalls()
获取成功接通的通话记录org.springframework.data.domain.Page<CallCdrEntity>
CallCdrService.getCallHistory
(String number, org.springframework.data.domain.Pageable pageable) 获取指定号码的通话历史org.springframework.data.domain.Page<CallCdrEntity>
CallCdrService.getRecentCalls
(org.springframework.data.domain.Pageable pageable) 获取最近的通话记录CallCdrService.getRecordedCalls()
获取有录音的通话记录org.springframework.data.domain.Page<CallCdrEntity>
CallCdrRestService.queryByOrgEntity
(CallCdrRequest request) static org.springframework.data.jpa.domain.Specification<CallCdrEntity>
CallCdrSpecification.search
(CallCdrRequest request, AuthService authService) Methods in com.bytedesk.call.cdr with parameters of type CallCdrEntityModifier and TypeMethodDescriptionCallCdrRestService.convertToExcel
(CallCdrEntity entity) CallCdrRestService.convertToResponse
(CallCdrEntity entity) CallCdrService.createCdr
(CallCdrEntity cdr) 创建CDR记录CallCdrRestService.doSave
(CallCdrEntity entity) CallCdrRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallCdrEntity entity) void
CallCdrEntityListener.onPostUpdate
(CallCdrEntity entity) void
CallCdrEntityListener.postPersist
(CallCdrEntity entity) CallCdrService.updateCdr
(CallCdrEntity cdr) 更新CDR记录Method parameters in com.bytedesk.call.cdr with type arguments of type CallCdrEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<CallCdrEntity>
CallCdrRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<CallCdrEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of CallCdrEntity in com.bytedesk.call.cdr.event
Fields in com.bytedesk.call.cdr.event declared as CallCdrEntityModifier and TypeFieldDescriptionprivate final CallCdrEntity
CallCdrCreateEvent.cdr
private final CallCdrEntity
CallCdrUpdateEvent.cdr
Constructors in com.bytedesk.call.cdr.event with parameters of type CallCdrEntityModifierConstructorDescription