Uses of Class
com.bytedesk.service.channel_app.ChannelAppEntity
Packages that use ChannelAppEntity
Package
Description
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
-
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 TypeMethodDescriptionorg.springframework.data.domain.Page<ChannelAppEntity>
ChannelAppRestService.queryByOrgEntity
(ChannelAppRequest request) static org.springframework.data.jpa.domain.Specification<ChannelAppEntity>
ChannelAppSpecification.search
(ChannelAppRequest request) 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) -
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