Uses of Class
com.bytedesk.call.statistic.CallStatisticEntity
Packages that use CallStatisticEntity
-
Uses of CallStatisticEntity in com.bytedesk.call.statistic
Methods in com.bytedesk.call.statistic that return CallStatisticEntityModifier and TypeMethodDescriptionprotected CallStatisticEntity
CallStatisticRestService.doSave
(CallStatisticEntity entity) CallStatisticRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallStatisticEntity entity) Methods in com.bytedesk.call.statistic that return types with arguments of type CallStatisticEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<CallStatisticEntity>
CallStatisticRestService.createSpecification
(CallStatisticRequest request) protected org.springframework.data.domain.Page<CallStatisticEntity>
CallStatisticRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<CallStatisticEntity> spec, org.springframework.data.domain.Pageable pageable) CallStatisticRestService.findByNameAndOrgUidAndType
(String name, String orgUid, String type) CallStatisticRepository.findByNameAndOrgUidAndTypeAndDeletedFalse
(String name, String orgUid, String type) org.springframework.data.domain.Page<CallStatisticEntity>
CallStatisticRestService.queryByOrgEntity
(CallStatisticRequest request) static org.springframework.data.jpa.domain.Specification<CallStatisticEntity>
CallStatisticSpecification.search
(CallStatisticRequest request, AuthService authService) Methods in com.bytedesk.call.statistic with parameters of type CallStatisticEntityModifier and TypeMethodDescriptionCallStatisticRestService.convertToExcel
(CallStatisticEntity entity) CallStatisticRestService.convertToResponse
(CallStatisticEntity entity) protected CallStatisticEntity
CallStatisticRestService.doSave
(CallStatisticEntity entity) CallStatisticRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallStatisticEntity entity) void
CallStatisticEntityListener.onPostPersist
(CallStatisticEntity statistic) void
CallStatisticEntityListener.onPostUpdate
(CallStatisticEntity statistic) Method parameters in com.bytedesk.call.statistic with type arguments of type CallStatisticEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<CallStatisticEntity>
CallStatisticRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<CallStatisticEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of CallStatisticEntity in com.bytedesk.call.statistic.event
Fields in com.bytedesk.call.statistic.event declared as CallStatisticEntityModifier and TypeFieldDescriptionprivate CallStatisticEntity
CallStatisticCreateEvent.statistic
private CallStatisticEntity
CallStatisticDeleteEvent.statistic
private CallStatisticEntity
CallStatisticUpdateEvent.statistic
Constructors in com.bytedesk.call.statistic.event with parameters of type CallStatisticEntityModifierConstructorDescriptionCallStatisticCreateEvent
(CallStatisticEntity statistic) CallStatisticDeleteEvent
(CallStatisticEntity statistic) CallStatisticUpdateEvent
(CallStatisticEntity statistic)