Uses of Class
com.plannaplan.responses.models.AssignmentResponse
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
|
-
Uses of AssignmentResponse in com.plannaplan.controllers
Methods in com.plannaplan.controllers that return types with arguments of type AssignmentResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<java.util.List<AssignmentResponse>>
AssignmentsController. getCurrentAssignments()
Deprecated.org.springframework.http.ResponseEntity<java.util.List<AssignmentResponse>>
CommisionController. getCurrentAssignments()
org.springframework.http.ResponseEntity<java.util.List<AssignmentResponse>>
CommisionController. getCurrentAssignmentsDeanery(java.lang.Long userId)
-
Uses of AssignmentResponse in com.plannaplan.responses.mappers
Methods in com.plannaplan.responses.mappers that return types with arguments of type AssignmentResponse Modifier and Type Method Description static java.util.List<AssignmentResponse>
AssignmentResponseMappers. mapToResponse(java.util.List<com.plannaplan.entities.Assignment> assignments)
static java.util.List<AssignmentResponse>
AssignmentResponseMappers. mapToResponse(java.util.List<com.plannaplan.entities.Assignment> assignments, java.util.HashMap<java.lang.Long,java.lang.Integer> ammounts)