Uses of Class
com.bytedesk.call.webrtc.CallWebRTCEntity
Packages that use CallWebRTCEntity
-
Uses of CallWebRTCEntity in com.bytedesk.call.webrtc
Methods in com.bytedesk.call.webrtc that return CallWebRTCEntityModifier and TypeMethodDescriptionprotected CallWebRTCEntity
CallWebRTCRestService.doSave
(CallWebRTCEntity entity) CallWebRTCRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallWebRTCEntity entity) Methods in com.bytedesk.call.webrtc that return types with arguments of type CallWebRTCEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<CallWebRTCEntity>
CallWebRTCRestService.createSpecification
(CallWebRTCRequest request) protected org.springframework.data.domain.Page<CallWebRTCEntity>
CallWebRTCRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<CallWebRTCEntity> spec, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<CallWebRTCEntity>
CallWebRTCRestService.queryByOrgEntity
(CallWebRTCRequest request) static org.springframework.data.jpa.domain.Specification<CallWebRTCEntity>
CallWebRTCSpecification.search
(CallWebRTCRequest request, AuthService authService) Methods in com.bytedesk.call.webrtc with parameters of type CallWebRTCEntityModifier and TypeMethodDescriptionCallWebRTCRestService.convertToExcel
(CallWebRTCEntity entity) CallWebRTCRestService.convertToResponse
(CallWebRTCEntity entity) protected CallWebRTCEntity
CallWebRTCRestService.doSave
(CallWebRTCEntity entity) CallWebRTCRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallWebRTCEntity entity) void
CallWebRTCEntityListener.onPostPersist
(CallWebRTCEntity webrtc) void
CallWebRTCEntityListener.onPostUpdate
(CallWebRTCEntity webrtc) Method parameters in com.bytedesk.call.webrtc with type arguments of type CallWebRTCEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<CallWebRTCEntity>
CallWebRTCRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<CallWebRTCEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of CallWebRTCEntity in com.bytedesk.call.webrtc.event
Fields in com.bytedesk.call.webrtc.event declared as CallWebRTCEntityModifier and TypeFieldDescriptionprivate CallWebRTCEntity
CallWebRTCCreateEvent.webrtc
private CallWebRTCEntity
CallWebRTCDeleteEvent.webrtc
private CallWebRTCEntity
CallWebRTCUpdateEvent.webrtc
Constructors in com.bytedesk.call.webrtc.event with parameters of type CallWebRTCEntityModifierConstructorDescription