Uses of Class
com.plannaplan.responses.models.GroupDefaultResponse
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 GroupDefaultResponse in com.plannaplan.controllers
Methods in com.plannaplan.controllers that return types with arguments of type GroupDefaultResponse 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 GroupDefaultResponse in com.plannaplan.responses.mappers
Methods in com.plannaplan.responses.mappers that return types with arguments of type GroupDefaultResponse Modifier and Type Method Description static java.util.List<GroupDefaultResponse>
GroupsMappers. mapToDefaultResponse(java.util.List<com.plannaplan.entities.Groups> groups)
static java.util.List<GroupDefaultResponse>
GroupsMappers. mapToDefaultResponse(java.util.List<com.plannaplan.entities.Groups> groups, java.util.HashMap<java.lang.Long,java.lang.Integer> taken)
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)
-
Uses of GroupDefaultResponse in com.plannaplan.responses.models
Subclasses of GroupDefaultResponse in com.plannaplan.responses.models Modifier and Type Class Description class
GroupWithCapacityResponse
Group api response featuring group capacityMethods in com.plannaplan.responses.models that return GroupDefaultResponse Modifier and Type Method Description GroupDefaultResponse
ExchangeResponse. getDesiredGroup()
GroupDefaultResponse
ExchangeResponse. getOwnedAssignment()
Methods in com.plannaplan.responses.models with parameters of type GroupDefaultResponse Modifier and Type Method Description void
ExchangeResponse. setDesiredGroup(GroupDefaultResponse desiredGroup)
void
ExchangeResponse. setOwnedAssignment(GroupDefaultResponse ownedAssignment)