Uses of Class
com.bytedesk.service.routing_queue.RoutingQueueEntity
Packages that use RoutingQueueEntity
Package
Description
千人千面-路由规则
-
Uses of RoutingQueueEntity in com.bytedesk.service.routing_queue
Methods in com.bytedesk.service.routing_queue that return RoutingQueueEntityModifier and TypeMethodDescriptionprotected RoutingQueueEntityRoutingQueueRestService.doSave(RoutingQueueEntity entity) RoutingQueueRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, RoutingQueueEntity entity) Methods in com.bytedesk.service.routing_queue that return types with arguments of type RoutingQueueEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<RoutingQueueEntity>RoutingQueueRestService.createSpecification(RoutingQueueRequest request) protected org.springframework.data.domain.Page<RoutingQueueEntity>RoutingQueueRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<RoutingQueueEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<RoutingQueueEntity>RoutingQueueSpecification.search(RoutingQueueRequest request, AuthService authService) Methods in com.bytedesk.service.routing_queue with parameters of type RoutingQueueEntityModifier and TypeMethodDescriptionRoutingQueueRestService.convertToExcel(RoutingQueueEntity entity) RoutingQueueRestService.convertToResponse(RoutingQueueEntity entity) protected RoutingQueueEntityRoutingQueueRestService.doSave(RoutingQueueEntity entity) RoutingQueueRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, RoutingQueueEntity entity) voidRoutingQueueEntityListener.onPostPersist(RoutingQueueEntity tag) voidRoutingQueueEntityListener.onPostUpdate(RoutingQueueEntity tag) Method parameters in com.bytedesk.service.routing_queue with type arguments of type RoutingQueueEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<RoutingQueueEntity>RoutingQueueRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<RoutingQueueEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of RoutingQueueEntity in com.bytedesk.service.routing_queue.event
Fields in com.bytedesk.service.routing_queue.event declared as RoutingQueueEntityModifier and TypeFieldDescriptionprivate RoutingQueueEntityRoutingQueueCreateEvent.tagprivate RoutingQueueEntityRoutingQueueDeleteEvent.tagprivate RoutingQueueEntityRoutingQueueUpdateEvent.tagConstructors in com.bytedesk.service.routing_queue.event with parameters of type RoutingQueueEntityModifierConstructorDescription