175 lines
		
	
	
		
			6.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			175 lines
		
	
	
		
			6.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE HTML>
 | 
						|
<!-- NewPage -->
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
<!-- Generated by javadoc (15) on Sun Jan 24 17:03:02 CET 2021 -->
 | 
						|
<title>com.plannaplan.controllers (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="declaration: package: com.plannaplan.controllers">
 | 
						|
<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.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="package-declaration-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 class="nav-bar-cell1-rev">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="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="Package" class="title">Package com.plannaplan.controllers</h1>
 | 
						|
</div>
 | 
						|
<section class="package-description" id="package.description">
 | 
						|
<div class="block">Provides rest controllers that defines endpoints and their accessibility</div>
 | 
						|
<dl class="notes">
 | 
						|
<dt>Since:</dt>
 | 
						|
<dd>1.0</dd>
 | 
						|
</dl>
 | 
						|
</section>
 | 
						|
<section class="summary">
 | 
						|
<ul class="summary-list">
 | 
						|
<li>
 | 
						|
<div class="type-summary">
 | 
						|
<table class="summary-table">
 | 
						|
<caption><span>Class Summary</span></caption>
 | 
						|
<thead>
 | 
						|
<tr>
 | 
						|
<th class="col-first" scope="col">Class</th>
 | 
						|
<th class="col-last" scope="col">Description</th>
 | 
						|
</tr>
 | 
						|
</thead>
 | 
						|
<tbody>
 | 
						|
<tr class="alt-color">
 | 
						|
<th class="col-first" scope="row"><a href="AssignmentsController.html" title="class in com.plannaplan.controllers">AssignmentsController</a></th>
 | 
						|
<td class="col-last">Deprecated.</td>
 | 
						|
</tr>
 | 
						|
<tr class="row-color">
 | 
						|
<th class="col-first" scope="row"><a href="CommisionController.html" title="class in com.plannaplan.controllers">CommisionController</a></th>
 | 
						|
<td class="col-last">
 | 
						|
<div class="block">Rest controller to Commision and Assignment related endpoints.</div>
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
<tr class="alt-color">
 | 
						|
<th class="col-first" scope="row"><a href="ConfigController.html" title="class in com.plannaplan.controllers">ConfigController</a></th>
 | 
						|
<td class="col-last">
 | 
						|
<div class="block">Rest controller to Config related endpoints.</div>
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
<tr class="row-color">
 | 
						|
<th class="col-first" scope="row"><a href="CoursesController.html" title="class in com.plannaplan.controllers">CoursesController</a></th>
 | 
						|
<td class="col-last">
 | 
						|
<div class="block">Rest controller to Courses related endpoints.</div>
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
<tr class="alt-color">
 | 
						|
<th class="col-first" scope="row"><a href="DeveloperController.html" title="class in com.plannaplan.controllers">DeveloperController</a></th>
 | 
						|
<td class="col-last">
 | 
						|
<div class="block">Rest controller to enpoint that help deveopler test the app</div>
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
<tr class="row-color">
 | 
						|
<th class="col-first" scope="row"><a href="ExchangeController.html" title="class in com.plannaplan.controllers">ExchangeController</a></th>
 | 
						|
<td class="col-last">
 | 
						|
<div class="block">Rest controller to Exchange related endpoints.</div>
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
<tr class="alt-color">
 | 
						|
<th class="col-first" scope="row"><a href="GroupController.html" title="class in com.plannaplan.controllers">GroupController</a></th>
 | 
						|
<td class="col-last">
 | 
						|
<div class="block">Rest controller to Groups related endpoints.</div>
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
<tr class="row-color">
 | 
						|
<th class="col-first" scope="row"><a href="StatisticsController.html" title="class in com.plannaplan.controllers">StatisticsController</a></th>
 | 
						|
<td class="col-last">
 | 
						|
<div class="block">Rest controller to enpoint that help deveopler test the app</div>
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
<tr class="alt-color">
 | 
						|
<th class="col-first" scope="row"><a href="TokenBasedController.html" title="class in com.plannaplan.controllers">TokenBasedController</a></th>
 | 
						|
<td class="col-last">
 | 
						|
<div class="block">Abstract class for controllers that requires token to extra authorize action
 | 
						|
 beyond spring security</div>
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
<tr class="row-color">
 | 
						|
<th class="col-first" scope="row"><a href="TokenController.html" title="class in com.plannaplan.controllers">TokenController</a></th>
 | 
						|
<td class="col-last">
 | 
						|
<div class="block">Rest controller to Token related endpoints.</div>
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
<tr class="alt-color">
 | 
						|
<th class="col-first" scope="row"><a href="UsersController.html" title="class in com.plannaplan.controllers">UsersController</a></th>
 | 
						|
<td class="col-last">
 | 
						|
<div class="block">Rest controller to assignments related endpoints.</div>
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
</tbody>
 | 
						|
</table>
 | 
						|
</div>
 | 
						|
</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 class="nav-bar-cell1-rev">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>
 | 
						|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
 | 
						|
<span class="skip-nav" id="skip.navbar.bottom">
 | 
						|
<!--   -->
 | 
						|
</span></nav>
 | 
						|
<p class="legal-copy"><small>Copyright © 2021. All rights reserved.</small></p>
 | 
						|
</footer>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</body>
 | 
						|
</html>
 |