Uses of Class
com.bytedesk.call.mrcp.CallMrcpEntity
Packages that use CallMrcpEntity
-
Uses of CallMrcpEntity in com.bytedesk.call.mrcp
Methods in com.bytedesk.call.mrcp that return CallMrcpEntityModifier and TypeMethodDescriptionprotected CallMrcpEntityCallMrcpRestService.doSave(CallMrcpEntity entity) CallMrcpRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallMrcpEntity entity) Methods in com.bytedesk.call.mrcp that return types with arguments of type CallMrcpEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<CallMrcpEntity>CallMrcpRestService.createSpecification(CallMrcpRequest request) protected org.springframework.data.domain.Page<CallMrcpEntity>CallMrcpRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CallMrcpEntity> spec, org.springframework.data.domain.Pageable pageable) CallMrcpRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) CallMrcpRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<CallMrcpEntity>CallMrcpSpecification.search(CallMrcpRequest request, AuthService authService) Methods in com.bytedesk.call.mrcp with parameters of type CallMrcpEntityModifier and TypeMethodDescriptionCallMrcpRestService.convertToExcel(CallMrcpEntity entity) CallMrcpRestService.convertToResponse(CallMrcpEntity entity) protected CallMrcpEntityCallMrcpRestService.doSave(CallMrcpEntity entity) CallMrcpRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallMrcpEntity entity) voidCallMrcpEntityListener.onPostPersist(CallMrcpEntity tag) voidCallMrcpEntityListener.onPostUpdate(CallMrcpEntity tag) Method parameters in com.bytedesk.call.mrcp with type arguments of type CallMrcpEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<CallMrcpEntity>CallMrcpRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CallMrcpEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of CallMrcpEntity in com.bytedesk.call.mrcp.event
Fields in com.bytedesk.call.mrcp.event declared as CallMrcpEntityModifier and TypeFieldDescriptionprivate CallMrcpEntityCallMrcpCreateEvent.tagprivate CallMrcpEntityCallMrcpDeleteEvent.tagprivate CallMrcpEntityCallMrcpUpdateEvent.tagConstructors in com.bytedesk.call.mrcp.event with parameters of type CallMrcpEntityModifierConstructorDescription