Uses of Class
com.bytedesk.service.routing_rule.RoutingRuleEntity
Packages that use RoutingRuleEntity
Package
Description
千人千面-路由规则
-
Uses of RoutingRuleEntity in com.bytedesk.service.routing_rule
Methods in com.bytedesk.service.routing_rule that return RoutingRuleEntityModifier and TypeMethodDescriptionprotected RoutingRuleEntityRoutingRuleRestService.doSave(RoutingRuleEntity entity) RoutingRuleRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, RoutingRuleEntity entity) Methods in com.bytedesk.service.routing_rule that return types with arguments of type RoutingRuleEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<RoutingRuleEntity>RoutingRuleRestService.createSpecification(RoutingRuleRequest request) protected org.springframework.data.domain.Page<RoutingRuleEntity>RoutingRuleRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<RoutingRuleEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<RoutingRuleEntity>RoutingRuleSpecification.search(RoutingRuleRequest request, AuthService authService) Methods in com.bytedesk.service.routing_rule with parameters of type RoutingRuleEntityModifier and TypeMethodDescriptionRoutingRuleRestService.convertToExcel(RoutingRuleEntity entity) RoutingRuleRestService.convertToResponse(RoutingRuleEntity entity) protected RoutingRuleEntityRoutingRuleRestService.doSave(RoutingRuleEntity entity) RoutingRuleRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, RoutingRuleEntity entity) voidRoutingRuleEntityListener.onPostPersist(RoutingRuleEntity tag) voidRoutingRuleEntityListener.onPostUpdate(RoutingRuleEntity tag) Method parameters in com.bytedesk.service.routing_rule with type arguments of type RoutingRuleEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<RoutingRuleEntity>RoutingRuleRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<RoutingRuleEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of RoutingRuleEntity in com.bytedesk.service.routing_rule.event
Fields in com.bytedesk.service.routing_rule.event declared as RoutingRuleEntityModifier and TypeFieldDescriptionprivate RoutingRuleEntityRoutingRuleCreateEvent.tagprivate RoutingRuleEntityRoutingRuleDeleteEvent.tagprivate RoutingRuleEntityRoutingRuleUpdateEvent.tagConstructors in com.bytedesk.service.routing_rule.event with parameters of type RoutingRuleEntityModifierConstructorDescription