Uses of Class
com.bytedesk.core.rbac.organization.OrganizationResponse
Packages that use OrganizationResponse
-
Uses of OrganizationResponse in com.bytedesk.core.rbac.organization
Methods in com.bytedesk.core.rbac.organization that return OrganizationResponseModifier and TypeMethodDescriptionOrganizationRestService.convertToResponse
(OrganizationEntity organization) OrganizationRestService.create
(OrganizationRequest organizationRequest) OrganizationRestService.queryByUid
(OrganizationRequest request) OrganizationRestService.update
(OrganizationRequest organizationRequest) Methods in com.bytedesk.core.rbac.organization that return types with arguments of type OrganizationResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<OrganizationResponse>
OrganizationRestService.queryByOrg
(OrganizationRequest request) org.springframework.data.domain.Page<OrganizationResponse>
OrganizationRestService.queryByUser
(OrganizationRequest request)