Uses of Class
com.bytedesk.service.unified.UnifiedEntity
Packages that use UnifiedEntity
-
Uses of UnifiedEntity in com.bytedesk.service.unified
Methods in com.bytedesk.service.unified that return UnifiedEntityModifier and TypeMethodDescriptionprotected UnifiedEntityUnifiedRestService.doSave(UnifiedEntity entity) private UnifiedEntityUnifiedThreadRoutingStrategy.getUnifiedEntity(String unifiedUid) 获取统一客服实体UnifiedRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, UnifiedEntity entity) Methods in com.bytedesk.service.unified that return types with arguments of type UnifiedEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<UnifiedEntity>UnifiedRestService.createSpecification(UnifiedRequest request) protected org.springframework.data.domain.Page<UnifiedEntity>UnifiedRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<UnifiedEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<UnifiedEntity>UnifiedSpecification.search(UnifiedRequest request, AuthService authService) Methods in com.bytedesk.service.unified with parameters of type UnifiedEntityModifier and TypeMethodDescriptionUnifiedRestService.convertToResponse(UnifiedEntity entity) UnifiedRestService.createUnifiedThread(VisitorRequest visitorRequest, UnifiedEntity unified, String topic) protected UnifiedEntityUnifiedRestService.doSave(UnifiedEntity entity) UnifiedRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, UnifiedEntity entity) UnifiedRestService.reInitUnifiedThreadExtra(ThreadEntity thread, UnifiedEntity unified) UnifiedRouting.routeToUnified(VisitorRequest visitorRequest, UnifiedEntity unified) Method parameters in com.bytedesk.service.unified with type arguments of type UnifiedEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<UnifiedEntity>UnifiedRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<UnifiedEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of UnifiedEntity in com.bytedesk.service.unified.event
Fields in com.bytedesk.service.unified.event declared as UnifiedEntityModifier and TypeFieldDescriptionprivate UnifiedEntityUnifiedCreateEvent.unifiedprivate UnifiedEntityUnifiedDeleteEvent.unifiedprivate UnifiedEntityUnifiedUpdateEvent.unifiedConstructors in com.bytedesk.service.unified.event with parameters of type UnifiedEntityModifierConstructorDescriptionUnifiedCreateEvent(UnifiedEntity unified) UnifiedDeleteEvent(UnifiedEntity unified) UnifiedUpdateEvent(UnifiedEntity unified)