Uses of Class
com.bytedesk.core.rbac.organization_apply.OrganizationApplyEntity
Packages that use OrganizationApplyEntity
Package
Description
-
Uses of OrganizationApplyEntity in com.bytedesk.core.rbac.organization_apply
Methods in com.bytedesk.core.rbac.organization_apply that return OrganizationApplyEntityModifier and TypeMethodDescriptionprotected OrganizationApplyEntityOrganizationApplyRestService.doSave(OrganizationApplyEntity entity) OrganizationApplyRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, OrganizationApplyEntity entity) Methods in com.bytedesk.core.rbac.organization_apply that return types with arguments of type OrganizationApplyEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<OrganizationApplyEntity>OrganizationApplyRestService.createSpecification(OrganizationApplyRequest request) protected org.springframework.data.domain.Page<OrganizationApplyEntity>OrganizationApplyRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<OrganizationApplyEntity> spec, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<OrganizationApplyEntity>OrganizationApplyRestService.queryByOrgEntity(OrganizationApplyRequest request) static org.springframework.data.jpa.domain.Specification<OrganizationApplyEntity>OrganizationApplySpecification.search(OrganizationApplyRequest request, AuthService authService) Methods in com.bytedesk.core.rbac.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) Method parameters in com.bytedesk.core.rbac.organization_apply with type arguments of type OrganizationApplyEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<OrganizationApplyEntity>OrganizationApplyRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<OrganizationApplyEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of OrganizationApplyEntity in com.bytedesk.core.rbac.organization_apply.event
Fields in com.bytedesk.core.rbac.organization_apply.event declared as OrganizationApplyEntityModifier and TypeFieldDescriptionprivate OrganizationApplyEntityOrganizationApplyCreateEvent.organizationApplyprivate OrganizationApplyEntityOrganizationApplyDeleteEvent.organizationApplyprivate OrganizationApplyEntityOrganizationApplyUpdateEvent.organizationApplyConstructors in com.bytedesk.core.rbac.organization_apply.event with parameters of type OrganizationApplyEntityModifierConstructorDescriptionOrganizationApplyCreateEvent(OrganizationApplyEntity organizationApply) OrganizationApplyDeleteEvent(OrganizationApplyEntity organizationApply) OrganizationApplyUpdateEvent(OrganizationApplyEntity organizationApply)