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 CallIvrEntity
CallIvrRestService.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 CallIvrEntity
CallIvrRestService.doSave
(CallIvrEntity entity) CallIvrRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, CallIvrEntity entity) void
CallIvrEntityListener.onPostPersist
(CallIvrEntity tag) void
CallIvrEntityListener.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 CallIvrEntity
CallIvrCreateEvent.tag
private CallIvrEntity
CallIvrDeleteEvent.tag
private CallIvrEntity
CallIvrUpdateEvent.tag
Constructors in com.bytedesk.call.ivr.event with parameters of type CallIvrEntityModifierConstructorDescription