dokumentacja-plannaplan/dokumentacja-backendu/businesslogic/com/plannaplan/entities/package-use.html

382 lines
13 KiB
HTML

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Fri Jan 22 16:23:18 CET 2021 -->
<title>Uses of Package com.plannaplan.entities (buisnesslogic 1.0-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-01-22">
<meta name="description" content="use: package: com.plannaplan.entities">
<meta name="generator" content="javadoc/PackageUseWriter">
<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-use">
<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><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">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="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="Uses of Package com.plannaplan.entities" class="title">Uses of Package<br>com.plannaplan.entities</h1>
</div>
<div class="contentContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="package-summary.html">com.plannaplan.entities</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#com.plannaplan.entities">com.plannaplan.entities</a></th>
<td class="colLast">
<div class="block">Provides all entieites that are created in database by Hibernate</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#com.plannaplan.models">com.plannaplan.models</a></th>
<td class="colLast">
<div class="block">Provides readonly (mostly) classes to keep data for diffrent pourposes</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#com.plannaplan.repositories">com.plannaplan.repositories</a></th>
<td class="colLast">
<div class="block">Provides jpa repositories interfaces to comunicate with database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#com.plannaplan.services">com.plannaplan.services</a></th>
<td class="colLast">
<div class="block">Provides service classes to make operations with entities or comunicate with
external systems.</div>
</td>
</tr>
</tbody>
</table>
</div>
<section class="packageUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="com.plannaplan.entities">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">com.plannaplan.entities</a> used by <a href="package-summary.html">com.plannaplan.entities</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Assignment.html#com.plannaplan.entities">Assignment</a></th>
<td class="colLast">
<div class="block">Entity of Assignment grouping of state associated about group_id and
commision_id</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Commision.html#com.plannaplan.entities">Commision</a></th>
<td class="colLast">
<div class="block">Entity of Commision grouping of state associated about commison and owner_id</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Course.html#com.plannaplan.entities">Course</a></th>
<td class="colLast">
<div class="block">Entity of Course grouping of state of course</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Groups.html#com.plannaplan.entities">Groups</a></th>
<td class="colLast">
<div class="block">Entity of Groups grouping of state ssociated about
course,time,room,capacity,type,day</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Lecturer.html#com.plannaplan.entities">Lecturer</a></th>
<td class="colLast">
<div class="block">Entity of Lecturer grouping of state ssociated about id,title,name,surname</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/User.html#com.plannaplan.entities">User</a></th>
<td class="colLast">
<div class="block">Entity of User grouping of state ssociated about
id,name,surname,email,role,token,tokenCreatedDate</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="com.plannaplan.models">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">com.plannaplan.entities</a> used by <a href="../models/package-summary.html">com.plannaplan.models</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Assignment.html#com.plannaplan.models">Assignment</a></th>
<td class="colLast">
<div class="block">Entity of Assignment grouping of state associated about group_id and
commision_id</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Exchange.html#com.plannaplan.models">Exchange</a></th>
<td class="colLast">
<div class="block">Entity that keeps user exchange offer.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Groups.html#com.plannaplan.models">Groups</a></th>
<td class="colLast">
<div class="block">Entity of Groups grouping of state ssociated about
course,time,room,capacity,type,day</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/User.html#com.plannaplan.models">User</a></th>
<td class="colLast">
<div class="block">Entity of User grouping of state ssociated about
id,name,surname,email,role,token,tokenCreatedDate</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="com.plannaplan.repositories">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">com.plannaplan.entities</a> used by <a href="../repositories/package-summary.html">com.plannaplan.repositories</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Assignment.html#com.plannaplan.repositories">Assignment</a></th>
<td class="colLast">
<div class="block">Entity of Assignment grouping of state associated about group_id and
commision_id</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Commision.html#com.plannaplan.repositories">Commision</a></th>
<td class="colLast">
<div class="block">Entity of Commision grouping of state associated about commison and owner_id</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Course.html#com.plannaplan.repositories">Course</a></th>
<td class="colLast">
<div class="block">Entity of Course grouping of state of course</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Exchange.html#com.plannaplan.repositories">Exchange</a></th>
<td class="colLast">
<div class="block">Entity that keeps user exchange offer.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Groups.html#com.plannaplan.repositories">Groups</a></th>
<td class="colLast">
<div class="block">Entity of Groups grouping of state ssociated about
course,time,room,capacity,type,day</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Lecturer.html#com.plannaplan.repositories">Lecturer</a></th>
<td class="colLast">
<div class="block">Entity of Lecturer grouping of state ssociated about id,title,name,surname</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/User.html#com.plannaplan.repositories">User</a></th>
<td class="colLast">
<div class="block">Entity of User grouping of state ssociated about
id,name,surname,email,role,token,tokenCreatedDate</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="com.plannaplan.services">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">com.plannaplan.entities</a> used by <a href="../services/package-summary.html">com.plannaplan.services</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/AppConfig.html#com.plannaplan.services">AppConfig</a></th>
<td class="colLast">
<div class="block">entity that keeps app configurations</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Assignment.html#com.plannaplan.services">Assignment</a></th>
<td class="colLast">
<div class="block">Entity of Assignment grouping of state associated about group_id and
commision_id</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Commision.html#com.plannaplan.services">Commision</a></th>
<td class="colLast">
<div class="block">Entity of Commision grouping of state associated about commison and owner_id</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Course.html#com.plannaplan.services">Course</a></th>
<td class="colLast">
<div class="block">Entity of Course grouping of state of course</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Exchange.html#com.plannaplan.services">Exchange</a></th>
<td class="colLast">
<div class="block">Entity that keeps user exchange offer.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Groups.html#com.plannaplan.services">Groups</a></th>
<td class="colLast">
<div class="block">Entity of Groups grouping of state ssociated about
course,time,room,capacity,type,day</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Lecturer.html#com.plannaplan.services">Lecturer</a></th>
<td class="colLast">
<div class="block">Entity of Lecturer grouping of state ssociated about id,title,name,surname</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/User.html#com.plannaplan.services">User</a></th>
<td class="colLast">
<div class="block">Entity of User grouping of state ssociated about
id,name,surname,email,role,token,tokenCreatedDate</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</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><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">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>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2021. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>