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 ChannelAppEntity
ChannelAppRestService.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 ChannelAppEntity
ChannelAppRestService.doSave
(ChannelAppEntity entity) ChannelAppRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ChannelAppEntity entity) void
ChannelAppEntityListener.onPostPersist
(ChannelAppEntity app) void
ChannelAppEntityListener.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 ChannelAppEntity
ChannelAppCreateEvent.app
private ChannelAppEntity
ChannelAppDeleteEvent.app
private ChannelAppEntity
ChannelAppUpdateEvent.app
Constructors in com.bytedesk.service.channel_app.event with parameters of type ChannelAppEntityModifierConstructorDescription