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 UnifiedEntityMethods in com.bytedesk.service.unified that return types with arguments of type UnifiedEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<UnifiedEntity>
UnifiedSpecification.search
(UnifiedRequest request) Methods in com.bytedesk.service.unified with parameters of type UnifiedEntityModifier and TypeMethodDescriptionUnifiedRestService.convertToResponse
(UnifiedEntity entity) UnifiedRestService.createUnifiedThread
(VisitorRequest visitorRequest, UnifiedEntity unified, String topic) void
UnifiedRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, UnifiedEntity entity) UnifiedRestService.reInitUnifiedThreadExtra
(ThreadEntity thread, UnifiedEntity unified) UnifiedRouting.routeToUnified
(VisitorRequest visitorRequest, UnifiedEntity unified) UnifiedRestService.save
(UnifiedEntity entity) -
Uses of UnifiedEntity in com.bytedesk.service.unified.event
Fields in com.bytedesk.service.unified.event declared as UnifiedEntityModifier and TypeFieldDescriptionprivate UnifiedEntity
UnifiedCreateEvent.unified
private UnifiedEntity
UnifiedDeleteEvent.unified
private UnifiedEntity
UnifiedUpdateEvent.unified
Constructors in com.bytedesk.service.unified.event with parameters of type UnifiedEntityModifierConstructorDescriptionUnifiedCreateEvent
(UnifiedEntity unified) UnifiedDeleteEvent
(UnifiedEntity unified) UnifiedUpdateEvent
(UnifiedEntity unified)