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 CallWebRTCEntityCallWebRTCRestService.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 CallWebRTCEntityCallWebRTCRestService.doSave(CallWebRTCEntity entity) CallWebRTCRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallWebRTCEntity entity) voidCallWebRTCEntityListener.onPostPersist(CallWebRTCEntity webrtc) voidCallWebRTCEntityListener.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 CallWebRTCEntityCallWebRTCCreateEvent.webrtcprivate CallWebRTCEntityCallWebRTCDeleteEvent.webrtcprivate CallWebRTCEntityCallWebRTCUpdateEvent.webrtcConstructors in com.bytedesk.call.webrtc.event with parameters of type CallWebRTCEntityModifierConstructorDescription