Uses of Class
com.plannaplan.responses.models.GroupWithCapacityResponse
| Package | Description |
|---|---|
| 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 GroupWithCapacityResponse in com.plannaplan.responses.mappers
Methods in com.plannaplan.responses.mappers that return types with arguments of type GroupWithCapacityResponse Modifier and Type Method Description static java.util.List<GroupWithCapacityResponse>GroupsMappers. mapToCapacityResponse(java.util.List<com.plannaplan.entities.Groups> groups)static java.util.List<GroupWithCapacityResponse>GroupsMappers. mapToCapacityResponse(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) -
Uses of GroupWithCapacityResponse in com.plannaplan.responses.models
Methods in com.plannaplan.responses.models that return GroupWithCapacityResponse Modifier and Type Method Description GroupWithCapacityResponseAssignmentResponse. getClasses()GroupWithCapacityResponseAssignmentResponse. getLecture()Methods in com.plannaplan.responses.models that return types with arguments of type GroupWithCapacityResponse Modifier and Type Method Description java.util.List<GroupWithCapacityResponse>CoursesWithGroupsResponse. getClasses()java.util.List<GroupWithCapacityResponse>CoursesWithGroupsResponse. getLectures()Constructor parameters in com.plannaplan.responses.models with type arguments of type GroupWithCapacityResponse Constructor Description CoursesWithGroupsResponse(com.plannaplan.entities.Course course, java.util.List<GroupWithCapacityResponse> lectures, java.util.List<GroupWithCapacityResponse> classes)