Uses of Class
com.plannaplan.responses.models.CourseWithGroupsResponse
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 CourseWithGroupsResponse in com.plannaplan.controllers
Methods in com.plannaplan.controllers that return types with arguments of type CourseWithGroupsResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<CourseWithGroupsResponse<? extends GroupDefaultResponse>>
GroupController. getCourses(java.lang.Long id, java.lang.Boolean capacity, java.lang.Boolean takenPlaces)
-
Uses of CourseWithGroupsResponse in com.plannaplan.responses.mappers
Methods in com.plannaplan.responses.mappers that return CourseWithGroupsResponse Modifier and Type Method Description static CourseWithGroupsResponse<GroupDefaultResponse>
GroupsMappers. mapToGetCourseGroupsDefaultResponse(java.util.List<com.plannaplan.entities.Groups> groups)
static CourseWithGroupsResponse<GroupDefaultResponse>
GroupsMappers. mapToGetCourseGroupsDefaultResponse(java.util.List<com.plannaplan.entities.Groups> groups, java.util.HashMap<java.lang.Long,java.lang.Integer> taken)
static CourseWithGroupsResponse<GroupWithCapacityResponse>
GroupsMappers. mapToGetCourseGroupsWithCapacityResponse(java.util.List<com.plannaplan.entities.Groups> groups)
static CourseWithGroupsResponse<GroupWithCapacityResponse>
GroupsMappers. mapToGetCourseGroupsWithCapacityResponse(java.util.List<com.plannaplan.entities.Groups> groups, java.util.HashMap<java.lang.Long,java.lang.Integer> taken)