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 CallMrcpEntity
CallMrcpRestService.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 CallMrcpEntity
CallMrcpRestService.doSave
(CallMrcpEntity entity) CallMrcpRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallMrcpEntity entity) void
CallMrcpEntityListener.onPostPersist
(CallMrcpEntity tag) void
CallMrcpEntityListener.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 CallMrcpEntity
CallMrcpCreateEvent.tag
private CallMrcpEntity
CallMrcpDeleteEvent.tag
private CallMrcpEntity
CallMrcpUpdateEvent.tag
Constructors in com.bytedesk.call.mrcp.event with parameters of type CallMrcpEntityModifierConstructorDescription