Uses of Class
com.bytedesk.core.rbac.user.UserRequest
Packages that use UserRequest
-
Uses of UserRequest in com.bytedesk.core.rbac.auth
Methods in com.bytedesk.core.rbac.auth with parameters of type UserRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
AuthController.register
(UserRequest userRequest, jakarta.servlet.http.HttpServletRequest request) -
Uses of UserRequest in com.bytedesk.core.rbac.user
Methods in com.bytedesk.core.rbac.user with parameters of type UserRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
UserRestController.changeEmail
(UserRequest userRequest, jakarta.servlet.http.HttpServletRequest request) UserService.changeEmail
(UserRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.changeMobile
(UserRequest userRequest, jakarta.servlet.http.HttpServletRequest request) UserService.changeMobile
(UserRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.changePassword
(UserRequest userRequest) UserService.changePassword
(UserRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.create
(UserRequest request) UserRestService.create
(UserRequest request) UserService.createUserFromMember
(UserRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.delete
(UserRequest request) void
UserRestService.delete
(UserRequest request) UserRestController.export
(UserRequest request, jakarta.servlet.http.HttpServletResponse response) UserRestService.findAll
(UserRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.queryByOrg
(UserRequest request) org.springframework.data.domain.Page<UserResponse>
UserRestService.queryByOrg
(UserRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.queryByUid
(UserRequest request) UserRestService.queryByUid
(UserRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.queryByUser
(UserRequest request) org.springframework.data.domain.Page<UserResponse>
UserRestService.queryByUser
(UserRequest request) UserService.register
(UserRequest request) static org.springframework.data.jpa.domain.Specification<UserEntity>
UserSpecification.search
(UserRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.update
(UserRequest userRequest) UserRestService.update
(UserRequest request) UserService.update
(UserRequest request)