Added backedn

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-01-22 17:22:57 +01:00
parent b533d91e88
commit 13f492dc98
150 changed files with 770 additions and 286 deletions

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Mon Jan 18 16:34:08 CET 2021 -->
<!-- Generated by javadoc (14.0.2) on Fri Jan 22 16:23:18 CET 2021 -->
<title>GroupService (buisnesslogic 1.0-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-01-18">
<meta name="dc.created" content="2021-01-22">
<meta name="description" content="declaration: package: com.plannaplan.services, class: GroupService">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript" src="../../../script-dir/jquery-ui.js"></script>
</head>
<body class="class-declaration">
<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10};
<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@ -176,37 +176,42 @@ java.lang.Integer&nbsp;nrGr)</code></th>
</td>
</tr>
<tr class="altColor" id="i4">
<td class="colFirst"><code>java.lang.Integer</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFullgroupsAmmount()">getFullgroupsAmmount</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i5">
<td class="colFirst"><code>java.util.Optional&lt;<a href="../entities/Groups.html" title="class in com.plannaplan.entities">Groups</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getGroupById(java.lang.Long)">getGroupById</a></span>&#8203;(java.lang.Long&nbsp;id)</code></th>
<td class="colLast">
<div class="block">find group with given properties</div>
</td>
</tr>
<tr class="rowColor" id="i5">
<tr class="altColor" id="i6">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getGroupsAmmount()">getGroupsAmmount</a></span>()</code></th>
<td class="colLast">
<div class="block">get hom manyh groups are in database in general</div>
</td>
</tr>
<tr class="altColor" id="i6">
<tr class="rowColor" id="i7">
<td class="colFirst"><code>java.util.List&lt;<a href="../entities/Groups.html" title="class in com.plannaplan.entities">Groups</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getGroupsByCourse(java.lang.Long)">getGroupsByCourse</a></span>&#8203;(java.lang.Long&nbsp;id)</code></th>
<td class="colLast">
<div class="block">find group with given properties</div>
</td>
</tr>
<tr class="rowColor" id="i7">
<tr class="altColor" id="i8">
<td class="colFirst"><code>java.util.HashMap&lt;java.lang.Long,&#8203;java.lang.Integer&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTakenPlaces(java.util.List)">getTakenPlaces</a></span>&#8203;(java.util.List&lt;<a href="../entities/Groups.html" title="class in com.plannaplan.entities">Groups</a>&gt;&nbsp;groups)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i8">
<tr class="rowColor" id="i9">
<td class="colFirst"><code>java.util.HashMap&lt;java.lang.Long,&#8203;java.lang.Integer&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTakenPlacesOfAssignments(java.util.List)">getTakenPlacesOfAssignments</a></span>&#8203;(java.util.List&lt;<a href="../entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a>&gt;&nbsp;assignments)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i9">
<tr class="altColor" id="i10">
<td class="colFirst"><code><a href="../entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#save(com.plannaplan.entities.Groups)">save</a></span>&#8203;(<a href="../entities/Groups.html" title="class in com.plannaplan.entities">Groups</a>&nbsp;group)</code></th>
<td class="colLast">
@ -384,6 +389,16 @@ java.lang.Integer&nbsp;nrGr)</span></div>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="getFullgroupsAmmount()">getFullgroupsAmmount</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">java.lang.Integer</span>&nbsp;<span class="memberName">getFullgroupsAmmount</span>()</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>amount of groups with full capacity taken</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>