188 lines
6.6 KiB
HTML
188 lines
6.6 KiB
HTML
<!DOCTYPE HTML>
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (14.0.2) on Sun Jan 17 17:36:43 CET 2021 -->
|
|
<title>com.plannaplan.repositories (buisnesslogic 1.0-SNAPSHOT API)</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="dc.created" content="2021-01-17">
|
|
<meta name="description" content="declaration: package: com.plannaplan.repositories">
|
|
<meta name="generator" content="javadoc/PackageWriterImpl">
|
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
|
<link rel="stylesheet" type="text/css" href="../../../script-dir/jquery-ui.css" title="Style">
|
|
<script type="text/javascript" src="../../../script.js"></script>
|
|
<script type="text/javascript" src="../../../script-dir/jszip/dist/jszip.min.js"></script>
|
|
<script type="text/javascript" src="../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
<!--[if IE]>
|
|
<script type="text/javascript" src="../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
<![endif]-->
|
|
<script type="text/javascript" src="../../../script-dir/jquery-3.4.1.js"></script>
|
|
<script type="text/javascript" src="../../../script-dir/jquery-ui.js"></script>
|
|
</head>
|
|
<body class="package-declaration">
|
|
<script type="text/javascript">var pathtoroot = "../../../";
|
|
loadScripts(document, 'script');</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<div class="flexBox">
|
|
<header role="banner" class="flexHeader">
|
|
<nav role="navigation">
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a id="navbar.top">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a id="navbar.top.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../../../index.html">Overview</a></li>
|
|
<li class="navBarCell1Rev">Package</li>
|
|
<li>Class</li>
|
|
<li><a href="package-use.html">Use</a></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="subNav">
|
|
<div class="navListSearch"><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 ========= -->
|
|
<div class="skipNav"><a id="skip.navbar.top">
|
|
<!-- -->
|
|
</a></div>
|
|
</nav>
|
|
</header>
|
|
<div class="flexContent">
|
|
<main role="main">
|
|
<div class="header">
|
|
<h1 title="Package" class="title">Package com.plannaplan.repositories</h1>
|
|
</div>
|
|
<div class="contentContainer">
|
|
<section class="packageDescription"><a id="package.description">
|
|
<!-- -->
|
|
</a>
|
|
<div class="block">Provides jpa repositories interfaces to comunicate with database. These are
|
|
used exclusively in services</div>
|
|
<dl>
|
|
<dt><span class="simpleTagLabel">Since:</span></dt>
|
|
<dd>1.0</dd>
|
|
</dl>
|
|
</section>
|
|
<section class="summary">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<div class="typeSummary">
|
|
<table>
|
|
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
|
|
<thead>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Interface</th>
|
|
<th class="colLast" scope="col">Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="altColor">
|
|
<th class="colFirst" scope="row"><a href="AppConfigRepository.html" title="interface in com.plannaplan.repositories">AppConfigRepository</a></th>
|
|
<td class="colLast">
|
|
<div class="block">Repository for app config</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<th class="colFirst" scope="row"><a href="AssignmentRepository.html" title="interface in com.plannaplan.repositories">AssignmentRepository</a></th>
|
|
<td class="colLast">
|
|
<div class="block">AssignmentRepository.getByCommision:
|
|
Return list of:
|
|
SELECT * FROM Assignment WHERE commision_id = i .</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<th class="colFirst" scope="row"><a href="CommisionRepository.html" title="interface in com.plannaplan.repositories">CommisionRepository</a></th>
|
|
<td class="colLast">
|
|
<div class="block">CommisionRepository.getUsers:
|
|
Return list of:
|
|
SELECT * FROM Commision WHERE owner_id = i .</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<th class="colFirst" scope="row"><a href="CourseRepository.html" title="interface in com.plannaplan.repositories">CourseRepository</a></th>
|
|
<td class="colLast">
|
|
<div class="block">CourseRepository.findByName:
|
|
Return list of:
|
|
SELECT * FROM Course WHERE name = i .</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<th class="colFirst" scope="row"><a href="ExchangeRepository.html" title="interface in com.plannaplan.repositories">ExchangeRepository</a></th>
|
|
<td class="colLast"> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<th class="colFirst" scope="row"><a href="GroupRepository.html" title="interface in com.plannaplan.repositories">GroupRepository</a></th>
|
|
<td class="colLast">
|
|
<div class="block">GroupRepository.find:
|
|
Return list of:
|
|
SELECT * FROM Groups WHERE time = i AND room = j AND capacity = k .</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<th class="colFirst" scope="row"><a href="LecturerRepository.html" title="interface in com.plannaplan.repositories">LecturerRepository</a></th>
|
|
<td class="colLast">
|
|
<div class="block">LecturerRepository.find:
|
|
Return list of:
|
|
SELECT * FROM Lecturer WHERE title = i AND name = j AND surname = k.</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<th class="colFirst" scope="row"><a href="UserRepository.html" title="interface in com.plannaplan.repositories">UserRepository</a></th>
|
|
<td class="colLast">
|
|
<div class="block">UserRepository.getByAuthority: Return list of: SELECT * FROM User WHERE email
|
|
= i.</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
</main>
|
|
<footer role="contentinfo">
|
|
<nav role="navigation">
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a id="navbar.bottom">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a id="navbar.bottom.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../../../index.html">Overview</a></li>
|
|
<li class="navBarCell1Rev">Package</li>
|
|
<li>Class</li>
|
|
<li><a href="package-use.html">Use</a></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>
|
|
<a id="skip.navbar.bottom">
|
|
<!-- -->
|
|
</a>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
</nav>
|
|
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|