Uses of Class
com.bytedesk.call.statistic.CallStatisticEntity
Packages that use CallStatisticEntity
- 
Uses of CallStatisticEntity in com.bytedesk.call.statisticMethods in com.bytedesk.call.statistic that return CallStatisticEntityModifier and TypeMethodDescriptionprotected CallStatisticEntityCallStatisticRestService.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 CallStatisticEntityCallStatisticRestService.doSave(CallStatisticEntity entity) CallStatisticRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallStatisticEntity entity) voidCallStatisticEntityListener.onPostPersist(CallStatisticEntity statistic) voidCallStatisticEntityListener.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.eventFields in com.bytedesk.call.statistic.event declared as CallStatisticEntityModifier and TypeFieldDescriptionprivate CallStatisticEntityCallStatisticCreateEvent.statisticprivate CallStatisticEntityCallStatisticDeleteEvent.statisticprivate CallStatisticEntityCallStatisticUpdateEvent.statisticConstructors in com.bytedesk.call.statistic.event with parameters of type CallStatisticEntityModifierConstructorDescriptionCallStatisticCreateEvent(CallStatisticEntity statistic) CallStatisticDeleteEvent(CallStatisticEntity statistic) CallStatisticUpdateEvent(CallStatisticEntity statistic)