Uses of Class
com.plannaplan.responses.models.AssignmentDetailedResponse
| 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 AssignmentDetailedResponse in com.plannaplan.controllers
Methods in com.plannaplan.controllers that return types with arguments of type AssignmentDetailedResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<java.util.List<AssignmentDetailedResponse>>CommisionController. getAllAssignmets() -
Uses of AssignmentDetailedResponse in com.plannaplan.responses.mappers
Methods in com.plannaplan.responses.mappers that return types with arguments of type AssignmentDetailedResponse Modifier and Type Method Description static java.util.List<AssignmentDetailedResponse>AssignmentResponseMappers. mapAssignmetnToDetialedResponse(java.util.List<com.plannaplan.entities.Assignment> assignments)map assignmetn to detailed response