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 OrganizationApplyEntityOrganizationApplyRestService.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 OrganizationApplyEntityOrganizationApplyRestService.doSave(OrganizationApplyEntity entity) OrganizationApplyRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, OrganizationApplyEntity entity) voidOrganizationApplyEntityListener.onPostPersist(OrganizationApplyEntity organizationApply) voidOrganizationApplyEntityListener.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 OrganizationApplyEntityOrganizationApplyCreateEvent.organizationApplyprivate OrganizationApplyEntityOrganizationApplyDeleteEvent.organizationApplyprivate OrganizationApplyEntityOrganizationApplyUpdateEvent.organizationApplyConstructors in com.bytedesk.team.organization_apply.event with parameters of type OrganizationApplyEntityModifierConstructorDescriptionOrganizationApplyCreateEvent(OrganizationApplyEntity organizationApply) OrganizationApplyDeleteEvent(OrganizationApplyEntity organizationApply) OrganizationApplyUpdateEvent(OrganizationApplyEntity organizationApply)