Uses of Class
com.bytedesk.core.rbac.authority.AuthorityRequest
Packages that use AuthorityRequest
-
Uses of AuthorityRequest in com.bytedesk.core.rbac.authority
Methods in com.bytedesk.core.rbac.authority with parameters of type AuthorityRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>AuthorityRestController.create(AuthorityRequest request) AuthorityRestService.create(AuthorityRequest request) protected org.springframework.data.jpa.domain.Specification<AuthorityEntity>AuthorityRestService.createSpecification(AuthorityRequest request) org.springframework.http.ResponseEntity<?>AuthorityRestController.delete(AuthorityRequest request) voidAuthorityRestService.delete(AuthorityRequest entity) AuthorityRestController.export(AuthorityRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>AuthorityRestController.queryByOrg(AuthorityRequest request) org.springframework.data.domain.Page<AuthorityResponse>AuthorityRestService.queryByOrg(AuthorityRequest request) org.springframework.http.ResponseEntity<?>AuthorityRestController.queryByUid(AuthorityRequest request) AuthorityRestService.queryByUid(AuthorityRequest request) org.springframework.http.ResponseEntity<?>AuthorityRestController.queryByUser(AuthorityRequest request) org.springframework.data.domain.Page<AuthorityResponse>AuthorityRestService.queryByUser(AuthorityRequest request) static org.springframework.data.jpa.domain.Specification<AuthorityEntity>AuthoritySpecification.search(AuthorityRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>AuthorityRestController.update(AuthorityRequest request) AuthorityRestService.update(AuthorityRequest request)