Uses of Class
com.bytedesk.team.organization_apply.OrganizationApplyEntity
Packages that use OrganizationApplyEntity
Package
Description
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
-
Uses of OrganizationApplyEntity in com.bytedesk.team.organization_apply
Methods in com.bytedesk.team.organization_apply that return OrganizationApplyEntityModifier and TypeMethodDescriptionprotected OrganizationApplyEntity
OrganizationApplyRestService.doSave
(OrganizationApplyEntity entity) OrganizationApplyRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, OrganizationApplyEntity entity) Methods in com.bytedesk.team.organization_apply that return types with arguments of type OrganizationApplyEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<OrganizationApplyEntity>
OrganizationApplyRestService.queryByOrgEntity
(OrganizationApplyRequest request) static org.springframework.data.jpa.domain.Specification<OrganizationApplyEntity>
OrganizationApplySpecification.search
(OrganizationApplyRequest request) Methods in com.bytedesk.team.organization_apply with parameters of type OrganizationApplyEntityModifier and TypeMethodDescriptionOrganizationApplyRestService.convertToExcel
(OrganizationApplyEntity entity) OrganizationApplyRestService.convertToResponse
(OrganizationApplyEntity entity) protected OrganizationApplyEntity
OrganizationApplyRestService.doSave
(OrganizationApplyEntity entity) OrganizationApplyRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, OrganizationApplyEntity entity) void
OrganizationApplyEntityListener.onPostPersist
(OrganizationApplyEntity organizationApply) void
OrganizationApplyEntityListener.onPostUpdate
(OrganizationApplyEntity organizationApply) -
Uses of OrganizationApplyEntity in com.bytedesk.team.organization_apply.event
Fields in com.bytedesk.team.organization_apply.event declared as OrganizationApplyEntityModifier and TypeFieldDescriptionprivate OrganizationApplyEntity
OrganizationApplyCreateEvent.organizationApply
private OrganizationApplyEntity
OrganizationApplyDeleteEvent.organizationApply
private OrganizationApplyEntity
OrganizationApplyUpdateEvent.organizationApply
Constructors in com.bytedesk.team.organization_apply.event with parameters of type OrganizationApplyEntityModifierConstructorDescriptionOrganizationApplyCreateEvent
(OrganizationApplyEntity organizationApply) OrganizationApplyDeleteEvent
(OrganizationApplyEntity organizationApply) OrganizationApplyUpdateEvent
(OrganizationApplyEntity organizationApply)