DPRI_doc_20-21/Pilka/zapisy-studentow/dokumentacja-backendu/restservice/java/com/plannaplan/responses/models/class-use/GroupWithCapacityResponse.html

226 lines
13 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Sun Jan 24 17:03:02 CET 2021 -->
<title>Uses of Class com.plannaplan.responses.models.GroupWithCapacityResponse (restservice 1.0-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-01-24">
<meta name="description" content="use: package: com.plannaplan.responses.models, class: GroupWithCapacityResponse">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-page">
<script type="text/javascript">var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar.top">
<div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.top.firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip.navbar.top">
<!-- -->
</span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Class com.plannaplan.responses.models.GroupWithCapacityResponse" class="title">Uses of Class<br>com.plannaplan.responses.models.GroupWithCapacityResponse</h1>
</div>
<div class="use-summary">
<table class="summary-table">
<caption><span>Packages that use <a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a></span></caption>
<thead>
<tr>
<th class="col-first" scope="col">Package</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color">
<th class="col-first" scope="row"><a href="#com.plannaplan.responses.mappers">com.plannaplan.responses.mappers</a></th>
<td class="col-last">
<div class="block">Provides mappers to map mutiple entites from db to single api response</div>
</td>
</tr>
<tr class="row-color">
<th class="col-first" scope="row"><a href="#com.plannaplan.responses.models">com.plannaplan.responses.models</a></th>
<td class="col-last">
<div class="block">Provides models of all possible api responses.</div>
</td>
</tr>
</tbody>
</table>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="com.plannaplan.responses.mappers">
<h2>Uses of <a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a> in <a href="../../mappers/package-summary.html">com.plannaplan.responses.mappers</a></h2>
<div class="use-summary">
<table class="summary-table">
<caption><span>Methods in <a href="../../mappers/package-summary.html">com.plannaplan.responses.mappers</a> that return types with arguments of type <a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a></span></caption>
<thead>
<tr>
<th class="col-first" scope="col">Modifier and Type</th>
<th class="col-second" scope="col">Method</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color">
<td class="col-first"><code>static java.util.List&lt;<a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a>&gt;</code></td>
<th class="col-second" scope="row"><span class="type-name-label">GroupsMappers.</span><code><span class="member-name-link"><a href="../../mappers/GroupsMappers.html#mapToCapacityResponse(java.util.List)">mapToCapacityResponse</a></span>&#8203;(java.util.List&lt;com.plannaplan.entities.Groups&gt;&nbsp;groups)</code></th>
<td class="col-last">&nbsp;</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static java.util.List&lt;<a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a>&gt;</code></td>
<th class="col-second" scope="row"><span class="type-name-label">GroupsMappers.</span><code><span class="member-name-link"><a href="../../mappers/GroupsMappers.html#mapToCapacityResponse(java.util.List,java.util.HashMap)">mapToCapacityResponse</a></span>&#8203;(java.util.List&lt;com.plannaplan.entities.Groups&gt;&nbsp;groups,
java.util.HashMap&lt;java.lang.Long,&#8203;java.lang.Integer&gt;&nbsp;taken)</code></th>
<td class="col-last">&nbsp;</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static <a href="../CourseWithGroupsResponse.html" title="class in com.plannaplan.responses.models">CourseWithGroupsResponse</a>&lt;<a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a>&gt;</code></td>
<th class="col-second" scope="row"><span class="type-name-label">GroupsMappers.</span><code><span class="member-name-link"><a href="../../mappers/GroupsMappers.html#mapToGetCourseGroupsWithCapacityResponse(java.util.List)">mapToGetCourseGroupsWithCapacityResponse</a></span>&#8203;(java.util.List&lt;com.plannaplan.entities.Groups&gt;&nbsp;groups)</code></th>
<td class="col-last">&nbsp;</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static <a href="../CourseWithGroupsResponse.html" title="class in com.plannaplan.responses.models">CourseWithGroupsResponse</a>&lt;<a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a>&gt;</code></td>
<th class="col-second" scope="row"><span class="type-name-label">GroupsMappers.</span><code><span class="member-name-link"><a href="../../mappers/GroupsMappers.html#mapToGetCourseGroupsWithCapacityResponse(java.util.List,java.util.HashMap)">mapToGetCourseGroupsWithCapacityResponse</a></span>&#8203;(java.util.List&lt;com.plannaplan.entities.Groups&gt;&nbsp;groups,
java.util.HashMap&lt;java.lang.Long,&#8203;java.lang.Integer&gt;&nbsp;taken)</code></th>
<td class="col-last">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li>
<section class="detail" id="com.plannaplan.responses.models">
<h2>Uses of <a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a> in <a href="../package-summary.html">com.plannaplan.responses.models</a></h2>
<div class="use-summary">
<table class="summary-table">
<caption><span>Methods in <a href="../package-summary.html">com.plannaplan.responses.models</a> that return <a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a></span></caption>
<thead>
<tr>
<th class="col-first" scope="col">Modifier and Type</th>
<th class="col-second" scope="col">Method</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color">
<td class="col-first"><code><a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a></code></td>
<th class="col-second" scope="row"><span class="type-name-label">AssignmentResponse.</span><code><span class="member-name-link"><a href="../AssignmentResponse.html#getClasses()">getClasses</a></span>()</code></th>
<td class="col-last">&nbsp;</td>
</tr>
<tr class="row-color">
<td class="col-first"><code><a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a></code></td>
<th class="col-second" scope="row"><span class="type-name-label">AssignmentResponse.</span><code><span class="member-name-link"><a href="../AssignmentResponse.html#getLecture()">getLecture</a></span>()</code></th>
<td class="col-last">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="use-summary">
<table class="summary-table">
<caption><span>Methods in <a href="../package-summary.html">com.plannaplan.responses.models</a> that return types with arguments of type <a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a></span></caption>
<thead>
<tr>
<th class="col-first" scope="col">Modifier and Type</th>
<th class="col-second" scope="col">Method</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color">
<td class="col-first"><code>java.util.List&lt;<a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a>&gt;</code></td>
<th class="col-second" scope="row"><span class="type-name-label">CoursesWithGroupsResponse.</span><code><span class="member-name-link"><a href="../CoursesWithGroupsResponse.html#getClasses()">getClasses</a></span>()</code></th>
<td class="col-last">&nbsp;</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>java.util.List&lt;<a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a>&gt;</code></td>
<th class="col-second" scope="row"><span class="type-name-label">CoursesWithGroupsResponse.</span><code><span class="member-name-link"><a href="../CoursesWithGroupsResponse.html#getLectures()">getLectures</a></span>()</code></th>
<td class="col-last">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="use-summary">
<table class="summary-table">
<caption><span>Constructor parameters in <a href="../package-summary.html">com.plannaplan.responses.models</a> with type arguments of type <a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a></span></caption>
<thead>
<tr>
<th class="col-first" scope="col">Constructor</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color">
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../CoursesWithGroupsResponse.html#%3Cinit%3E(com.plannaplan.entities.Course,java.util.List,java.util.List)">CoursesWithGroupsResponse</a></span>&#8203;(com.plannaplan.entities.Course&nbsp;course,
java.util.List&lt;<a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a>&gt;&nbsp;lectures,
java.util.List&lt;<a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">GroupWithCapacityResponse</a>&gt;&nbsp;classes)</code></th>
<td class="col-last">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottom-nav" id="navbar.bottom">
<div class="skip-nav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.bottom.firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../GroupWithCapacityResponse.html" title="class in com.plannaplan.responses.models">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<span class="skip-nav" id="skip.navbar.bottom">
<!-- -->
</span></nav>
<p class="legal-copy"><small>Copyright &#169; 2021. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>