Uses of Class
com.bytedesk.call.ivr.CallIvrEntity
Packages that use CallIvrEntity
-
Uses of CallIvrEntity in com.bytedesk.call.ivr
Methods in com.bytedesk.call.ivr that return CallIvrEntityModifier and TypeMethodDescriptionprotected CallIvrEntityCallIvrRestService.doSave(CallIvrEntity entity) CallIvrRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallIvrEntity entity) Methods in com.bytedesk.call.ivr that return types with arguments of type CallIvrEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<CallIvrEntity>CallIvrRestService.createSpecification(CallIvrRequest request) protected org.springframework.data.domain.Page<CallIvrEntity>CallIvrRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CallIvrEntity> spec, org.springframework.data.domain.Pageable pageable) CallIvrRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) CallIvrRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<CallIvrEntity>CallIvrRestService.queryByOrgEntity(CallIvrRequest request) static org.springframework.data.jpa.domain.Specification<CallIvrEntity>CallIvrSpecification.search(CallIvrRequest request, AuthService authService) Methods in com.bytedesk.call.ivr with parameters of type CallIvrEntityModifier and TypeMethodDescriptionCallIvrRestService.convertToExcel(CallIvrEntity entity) CallIvrRestService.convertToResponse(CallIvrEntity entity) protected CallIvrEntityCallIvrRestService.doSave(CallIvrEntity entity) CallIvrRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallIvrEntity entity) voidCallIvrEntityListener.onPostPersist(CallIvrEntity tag) voidCallIvrEntityListener.onPostUpdate(CallIvrEntity tag) Method parameters in com.bytedesk.call.ivr with type arguments of type CallIvrEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<CallIvrEntity>CallIvrRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CallIvrEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of CallIvrEntity in com.bytedesk.call.ivr.event
Fields in com.bytedesk.call.ivr.event declared as CallIvrEntityModifier and TypeFieldDescriptionprivate CallIvrEntityCallIvrCreateEvent.tagprivate CallIvrEntityCallIvrDeleteEvent.tagprivate CallIvrEntityCallIvrUpdateEvent.tagConstructors in com.bytedesk.call.ivr.event with parameters of type CallIvrEntityModifierConstructorDescription