Uses of Class
com.bytedesk.service.channel_app.ChannelAppEntity
Packages that use ChannelAppEntity
-
Uses of ChannelAppEntity in com.bytedesk.service.channel_app
Methods in com.bytedesk.service.channel_app that return ChannelAppEntityModifier and TypeMethodDescriptionprotected ChannelAppEntityChannelAppRestService.doSave(ChannelAppEntity entity) ChannelAppRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ChannelAppEntity entity) Methods in com.bytedesk.service.channel_app that return types with arguments of type ChannelAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ChannelAppEntity>ChannelAppRestService.createSpecification(ChannelAppRequest request) protected org.springframework.data.domain.Page<ChannelAppEntity>ChannelAppRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ChannelAppEntity> spec, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ChannelAppEntity>ChannelAppRestService.queryByOrgEntity(ChannelAppRequest request) static org.springframework.data.jpa.domain.Specification<ChannelAppEntity>ChannelAppSpecification.search(ChannelAppRequest request, AuthService authService) Methods in com.bytedesk.service.channel_app with parameters of type ChannelAppEntityModifier and TypeMethodDescriptionChannelAppRestService.convertToExcel(ChannelAppEntity entity) ChannelAppRestService.convertToResponse(ChannelAppEntity entity) protected ChannelAppEntityChannelAppRestService.doSave(ChannelAppEntity entity) ChannelAppRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ChannelAppEntity entity) voidChannelAppEntityListener.onPostPersist(ChannelAppEntity app) voidChannelAppEntityListener.onPostUpdate(ChannelAppEntity app) Method parameters in com.bytedesk.service.channel_app with type arguments of type ChannelAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ChannelAppEntity>ChannelAppRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ChannelAppEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ChannelAppEntity in com.bytedesk.service.channel_app.event
Fields in com.bytedesk.service.channel_app.event declared as ChannelAppEntityModifier and TypeFieldDescriptionprivate ChannelAppEntityChannelAppCreateEvent.appprivate ChannelAppEntityChannelAppDeleteEvent.appprivate ChannelAppEntityChannelAppUpdateEvent.appConstructors in com.bytedesk.service.channel_app.event with parameters of type ChannelAppEntityModifierConstructorDescription