Uses of Class
com.plannaplan.responses.models.UserResponse
Package | Description |
---|---|
com.plannaplan.controllers |
Provides rest controllers that defines endpoints and their accessibility
|
com.plannaplan.responses.mappers |
Provides mappers to map mutiple entites from db to single api response
|
com.plannaplan.responses.models |
Provides models of all possible api responses.
|
-
Uses of UserResponse in com.plannaplan.controllers
Methods in com.plannaplan.controllers that return types with arguments of type UserResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<java.util.List<UserResponse>>
UsersController. getAllStudents()
org.springframework.http.ResponseEntity<java.util.List<UserResponse>>
UsersController. searchForStudent(java.lang.String query)
-
Uses of UserResponse in com.plannaplan.responses.mappers
Methods in com.plannaplan.responses.mappers that return types with arguments of type UserResponse Modifier and Type Method Description static java.util.List<UserResponse>
UserResponseMappers. mapToDefaultResponse(java.util.List<com.plannaplan.entities.User> groups)
-
Uses of UserResponse in com.plannaplan.responses.models
Methods in com.plannaplan.responses.models that return UserResponse Modifier and Type Method Description UserResponse
CommisionResponse. getCommiter()
UserResponse
CommisionResponse. getOwner()