Uses of Class
com.bytedesk.core.rbac.organization_apply.OrganizationApplyRequest
Packages that use OrganizationApplyRequest
-
Uses of OrganizationApplyRequest in com.bytedesk.core.rbac.organization_apply
Methods in com.bytedesk.core.rbac.organization_apply with parameters of type OrganizationApplyRequestModifier and TypeMethodDescriptionOrganizationApplyRestService.create(OrganizationApplyRequest request) protected org.springframework.data.jpa.domain.Specification<OrganizationApplyEntity>OrganizationApplyRestService.createSpecification(OrganizationApplyRequest request) voidOrganizationApplyRestService.delete(OrganizationApplyRequest request) OrganizationApplyRestController.export(OrganizationApplyRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.data.domain.Page<OrganizationApplyResponse>OrganizationApplyRestService.queryByOrg(OrganizationApplyRequest request) org.springframework.data.domain.Page<OrganizationApplyEntity>OrganizationApplyRestService.queryByOrgEntity(OrganizationApplyRequest request) OrganizationApplyRestService.queryByUid(OrganizationApplyRequest request) org.springframework.data.domain.Page<OrganizationApplyResponse>OrganizationApplyRestService.queryByUser(OrganizationApplyRequest request) static org.springframework.data.jpa.domain.Specification<OrganizationApplyEntity>OrganizationApplySpecification.search(OrganizationApplyRequest request, AuthService authService) OrganizationApplyRestService.update(OrganizationApplyRequest request)