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