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

201 lines
9.6 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.UserResponse (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: UserResponse">
<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="../UserResponse.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.UserResponse" class="title">Uses of Class<br>com.plannaplan.responses.models.UserResponse</h1>
</div>
<div class="use-summary">
<table class="summary-table">
<caption><span>Packages that use <a href="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</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.controllers">com.plannaplan.controllers</a></th>
<td class="col-last">
<div class="block">Provides rest controllers that defines endpoints and their accessibility</div>
</td>
</tr>
<tr class="row-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="alt-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.controllers">
<h2>Uses of <a href="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</a> in <a href="../../../controllers/package-summary.html">com.plannaplan.controllers</a></h2>
<div class="use-summary">
<table class="summary-table">
<caption><span>Methods in <a href="../../../controllers/package-summary.html">com.plannaplan.controllers</a> that return types with arguments of type <a href="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</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>org.springframework.http.ResponseEntity&lt;java.util.List&lt;<a href="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</a>&gt;&gt;</code></td>
<th class="col-second" scope="row"><span class="type-name-label">UsersController.</span><code><span class="member-name-link"><a href="../../../controllers/UsersController.html#getAllStudents()">getAllStudents</a></span>()</code></th>
<td class="col-last">&nbsp;</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>org.springframework.http.ResponseEntity&lt;java.util.List&lt;<a href="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</a>&gt;&gt;</code></td>
<th class="col-second" scope="row"><span class="type-name-label">UsersController.</span><code><span class="member-name-link"><a href="../../../controllers/UsersController.html#searchForStudent(java.lang.String)">searchForStudent</a></span>&#8203;(java.lang.String&nbsp;query)</code></th>
<td class="col-last">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li>
<section class="detail" id="com.plannaplan.responses.mappers">
<h2>Uses of <a href="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</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="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</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="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</a>&gt;</code></td>
<th class="col-second" scope="row"><span class="type-name-label">UserResponseMappers.</span><code><span class="member-name-link"><a href="../../mappers/UserResponseMappers.html#mapToDefaultResponse(java.util.List)">mapToDefaultResponse</a></span>&#8203;(java.util.List&lt;com.plannaplan.entities.User&gt;&nbsp;groups)</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="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</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="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</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="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</a></code></td>
<th class="col-second" scope="row"><span class="type-name-label">CommisionResponse.</span><code><span class="member-name-link"><a href="../CommisionResponse.html#getCommiter()">getCommiter</a></span>()</code></th>
<td class="col-last">&nbsp;</td>
</tr>
<tr class="row-color">
<td class="col-first"><code><a href="../UserResponse.html" title="class in com.plannaplan.responses.models">UserResponse</a></code></td>
<th class="col-second" scope="row"><span class="type-name-label">CommisionResponse.</span><code><span class="member-name-link"><a href="../CommisionResponse.html#getOwner()">getOwner</a></span>()</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="../UserResponse.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>