dokumentacja-plannaplan/dokumentacja-backendu/businesslogic/index-all.html

1373 lines
126 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>Index (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="index">
<meta name="generator" content="javadoc/SingleIndexWriter">
<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="single-index">
<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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</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>Index</h1>
</div>
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a><span class="verticalSeparator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a><a id="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/EmailExchangesData.html#addExchange(com.plannaplan.entities.User,com.plannaplan.entities.Exchange)">addExchange(User, Exchange)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/EmailExchangesData.html" title="class in com.plannaplan.models">EmailExchangesData</a></dt>
<dd>
<div class="block">method to add user and his event to data to be send</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/UserRoles.html#ADMIN">ADMIN</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/UserRoles.html" title="enum in com.plannaplan.types">UserRoles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#adminExists()">adminExists()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities"><span class="typeNameLink">AppConfig</span></a> - Class in <a href="com/plannaplan/entities/package-summary.html">com.plannaplan.entities</a></dt>
<dd>
<div class="block">entity that keeps app configurations</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#%3Cinit%3E()">AppConfig()</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">no parameter construcotor</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#%3Cinit%3E(com.plannaplan.models.TourData,com.plannaplan.models.TourData)">AppConfig(TourData, TourData)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">constructor</div>
</dd>
<dt><a href="com/plannaplan/repositories/AppConfigRepository.html" title="interface in com.plannaplan.repositories"><span class="typeNameLink">AppConfigRepository</span></a> - Interface in <a href="com/plannaplan/repositories/package-summary.html">com.plannaplan.repositories</a></dt>
<dd>
<div class="block">Repository for app config</div>
</dd>
<dt><a href="com/plannaplan/types/AppState.html" title="enum in com.plannaplan.types"><span class="typeNameLink">AppState</span></a> - Enum in <a href="com/plannaplan/types/package-summary.html">com.plannaplan.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities"><span class="typeNameLink">Assignment</span></a> - Class in <a href="com/plannaplan/entities/package-summary.html">com.plannaplan.entities</a></dt>
<dd>
<div class="block">Entity of Assignment grouping of state associated about group_id and
commision_id</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Assignment.html#%3Cinit%3E()">Assignment()</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Assignment.html#%3Cinit%3E(com.plannaplan.entities.Groups,com.plannaplan.entities.Commision)">Assignment(Groups, Commision)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a></dt>
<dd>
<div class="block">Assignment</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Assignment.html#%3Cinit%3E(com.plannaplan.entities.Groups,com.plannaplan.entities.Commision,boolean)">Assignment(Groups, Commision, boolean)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a></dt>
<dd>
<div class="block">Assignment</div>
</dd>
<dt><a href="com/plannaplan/repositories/AssignmentRepository.html" title="interface in com.plannaplan.repositories"><span class="typeNameLink">AssignmentRepository</span></a> - Interface in <a href="com/plannaplan/repositories/package-summary.html">com.plannaplan.repositories</a></dt>
<dd>
<div class="block">AssignmentRepository.getByCommision:
Return list of:
SELECT * FROM Assignment WHERE commision_id = i .</div>
</dd>
<dt><a href="com/plannaplan/services/AssignmentService.html" title="class in com.plannaplan.services"><span class="typeNameLink">AssignmentService</span></a> - Class in <a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a></dt>
<dd>
<div class="block">Service of Assignment which can save assignments, diplay assignments, get
ammount of assigments.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/AssignmentService.html#%3Cinit%3E()">AssignmentService()</a></span> - Constructor for class com.plannaplan.services.<a href="com/plannaplan/services/AssignmentService.html" title="class in com.plannaplan.services">AssignmentService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#assignUser(com.plannaplan.entities.User)">assignUser(User)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/AssignmentService.html#callAcceptAlgorythm()">callAcceptAlgorythm()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/AssignmentService.html" title="class in com.plannaplan.services">AssignmentService</a></dt>
<dd>
<div class="block">this method will activate accept algorythm for all students.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/ExchangeRepository.html#checkForExchange(com.plannaplan.entities.Assignment,com.plannaplan.entities.Groups)">checkForExchange(Assignment, Groups)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/ExchangeRepository.html" title="interface in com.plannaplan.repositories">ExchangeRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ExchangeService.html#checkForExchange(com.plannaplan.entities.Assignment,com.plannaplan.entities.Groups)">checkForExchange(Assignment, Groups)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ExchangeService.html" title="class in com.plannaplan.services">ExchangeService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#checkForUser(java.lang.String,java.lang.String)">checkForUser(String, String)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>
<div class="block">checks if user exist and return him or creates new one with student role
otherwise</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#checkForUser(java.lang.String,java.lang.String,com.plannaplan.types.UserRoles)">checkForUser(String, String, UserRoles)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>
<div class="block">checks if user exist and creates new one if doesn't</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#claimGroup(com.plannaplan.entities.Groups)">claimGroup(Groups)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/GroupType.html#CLASS">CLASS</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types">GroupType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/EventService.html#collectGroupLosses()">collectGroupLosses()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/EventService.html" title="class in com.plannaplan.services">EventService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/api/package-summary.html">com.plannaplan.api</a> - package com.plannaplan.api</dt>
<dd>
<div class="block">Provides the classes necessary to obtain usos authentication with Oauth1</div>
</dd>
<dt><a href="com/plannaplan/configutils/package-summary.html">com.plannaplan.configutils</a> - package com.plannaplan.configutils</dt>
<dd>
<div class="block">Provides the classes necessary to to config and import related operations in
the app</div>
</dd>
<dt><a href="com/plannaplan/entities/package-summary.html">com.plannaplan.entities</a> - package com.plannaplan.entities</dt>
<dd>
<div class="block">Provides all entieites that are created in database by Hibernate</div>
</dd>
<dt><a href="com/plannaplan/exceptions/package-summary.html">com.plannaplan.exceptions</a> - package com.plannaplan.exceptions</dt>
<dd>
<div class="block">Provides custom for our app exceptions to get more accutrate errors info</div>
</dd>
<dt><a href="com/plannaplan/models/package-summary.html">com.plannaplan.models</a> - package com.plannaplan.models</dt>
<dd>
<div class="block">Provides readonly (mostly) classes to keep data for diffrent pourposes</div>
</dd>
<dt><a href="com/plannaplan/repositories/package-summary.html">com.plannaplan.repositories</a> - package com.plannaplan.repositories</dt>
<dd>
<div class="block">Provides jpa repositories interfaces to comunicate with database.</div>
</dd>
<dt><a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a> - package com.plannaplan.services</dt>
<dd>
<div class="block">Provides service classes to make operations with entities or comunicate with
external systems.</div>
</dd>
<dt><a href="com/plannaplan/types/package-summary.html">com.plannaplan.types</a> - package com.plannaplan.types</dt>
<dd>
<div class="block">Provides enums for different goals.</div>
</dd>
<dt><a href="com/plannaplan/entities/Commision.html" title="class in com.plannaplan.entities"><span class="typeNameLink">Commision</span></a> - Class in <a href="com/plannaplan/entities/package-summary.html">com.plannaplan.entities</a></dt>
<dd>
<div class="block">Entity of Commision grouping of state associated about commison and owner_id</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Commision.html#%3Cinit%3E()">Commision()</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Commision.html" title="class in com.plannaplan.entities">Commision</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Commision.html#%3Cinit%3E(com.plannaplan.entities.User)">Commision(User)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Commision.html" title="class in com.plannaplan.entities">Commision</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Commision.html#%3Cinit%3E(com.plannaplan.entities.User,com.plannaplan.entities.User)">Commision(User, User)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Commision.html" title="class in com.plannaplan.entities">Commision</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/repositories/CommisionRepository.html" title="interface in com.plannaplan.repositories"><span class="typeNameLink">CommisionRepository</span></a> - Interface in <a href="com/plannaplan/repositories/package-summary.html">com.plannaplan.repositories</a></dt>
<dd>
<div class="block">CommisionRepository.getUsers: Return list of: SELECT * FROM Commision WHERE
owner_id = i .</div>
</dd>
<dt><a href="com/plannaplan/services/CommisionService.html" title="class in com.plannaplan.services"><span class="typeNameLink">CommisionService</span></a> - Class in <a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a></dt>
<dd>
<div class="block">Service of CommisionService which can save commision, get user's commisions,
get newest user's commision, get ammount of commisions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CommisionService.html#%3Cinit%3E()">CommisionService()</a></span> - Constructor for class com.plannaplan.services.<a href="com/plannaplan/services/CommisionService.html" title="class in com.plannaplan.services">CommisionService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/MatchData.html#compare(com.plannaplan.models.MatchData)">compare(MatchData)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/MatchData.html" title="class in com.plannaplan.models">MatchData</a></dt>
<dd>
<div class="block">comparator for MatchData.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ConfiguratorService.html#config(com.plannaplan.models.ConfigData)">config(ConfigData)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ConfiguratorService.html" title="class in com.plannaplan.services">ConfiguratorService</a></dt>
<dd>
<div class="block">methoid to config system.</div>
</dd>
<dt><a href="com/plannaplan/models/ConfigData.html" title="class in com.plannaplan.models"><span class="typeNameLink">ConfigData</span></a> - Class in <a href="com/plannaplan/models/package-summary.html">com.plannaplan.models</a></dt>
<dd>
<div class="block">Config data copntainer to keep tours dates and stream of dasta to import</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ConfigData.html#%3Cinit%3E(com.plannaplan.models.TourData,com.plannaplan.models.TourData,java.io.InputStream)">ConfigData(TourData, TourData, InputStream)</a></span> - Constructor for class com.plannaplan.models.<a href="com/plannaplan/models/ConfigData.html" title="class in com.plannaplan.models">ConfigData</a></dt>
<dd>
<div class="block">constructor</div>
</dd>
<dt><a href="com/plannaplan/services/ConfiguratorService.html" title="class in com.plannaplan.services"><span class="typeNameLink">ConfiguratorService</span></a> - Class in <a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a></dt>
<dd>
<div class="block">FileReader is used for reading xls file from input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ConfiguratorService.html#%3Cinit%3E()">ConfiguratorService()</a></span> - Constructor for class com.plannaplan.services.<a href="com/plannaplan/services/ConfiguratorService.html" title="class in com.plannaplan.services">ConfiguratorService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/GroupType.html#CONSERVATORY">CONSERVATORY</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types">GroupType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ExportData.html#convertToCSVRecord()">convertToCSVRecord()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/ExportData.html" title="class in com.plannaplan.models">ExportData</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/entities/Course.html" title="class in com.plannaplan.entities"><span class="typeNameLink">Course</span></a> - Class in <a href="com/plannaplan/entities/package-summary.html">com.plannaplan.entities</a></dt>
<dd>
<div class="block">Entity of Course grouping of state of course</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Course.html#%3Cinit%3E()">Course()</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Course.html" title="class in com.plannaplan.entities">Course</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Course.html#%3Cinit%3E(java.lang.String,java.lang.String)">Course(String, String)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Course.html" title="class in com.plannaplan.entities">Course</a></dt>
<dd>
<div class="block">Course</div>
</dd>
<dt><a href="com/plannaplan/repositories/CourseRepository.html" title="interface in com.plannaplan.repositories"><span class="typeNameLink">CourseRepository</span></a> - Interface in <a href="com/plannaplan/repositories/package-summary.html">com.plannaplan.repositories</a></dt>
<dd>
<div class="block">CourseRepository.findByName:
Return list of:
SELECT * FROM Course WHERE name = i .</div>
</dd>
<dt><a href="com/plannaplan/services/CourseService.html" title="class in com.plannaplan.services"><span class="typeNameLink">CourseService</span></a> - Class in <a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a></dt>
<dd>
<div class="block">Service of CourseService which can get(Course By Name, All Courses, Courses
Ammount ), save, delete course.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CourseService.html#%3Cinit%3E()">CourseService()</a></span> - Constructor for class com.plannaplan.services.<a href="com/plannaplan/services/CourseService.html" title="class in com.plannaplan.services">CourseService</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/UserRoles.html#DEANERY">DEANERY</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/UserRoles.html" title="enum in com.plannaplan.types">UserRoles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CourseService.html#delete(com.plannaplan.entities.Course)">delete(Course)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/CourseService.html" title="class in com.plannaplan.services">CourseService</a></dt>
<dd>
<div class="block">delete course from db</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#delete(com.plannaplan.entities.Groups)">delete(Groups)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>
<div class="block">delete from database</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/LecturerService.html#delete(com.plannaplan.entities.Lecturer)">delete(Lecturer)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/LecturerService.html" title="class in com.plannaplan.services">LecturerService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ExchangeService.html#deleteExchange(com.plannaplan.entities.Exchange)">deleteExchange(Exchange)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ExchangeService.html" title="class in com.plannaplan.services">ExchangeService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/UserRoles.html#DEVELOPER">DEVELOPER</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/UserRoles.html" title="enum in com.plannaplan.types">UserRoles</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><a href="com/plannaplan/models/EmailAcceptedData.html" title="class in com.plannaplan.models"><span class="typeNameLink">EmailAcceptedData</span></a> - Class in <a href="com/plannaplan/models/package-summary.html">com.plannaplan.models</a></dt>
<dd>
<div class="block">Instance to keep data to send in mail about accepted courses results</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/EmailAcceptedData.html#%3Cinit%3E()">EmailAcceptedData()</a></span> - Constructor for class com.plannaplan.models.<a href="com/plannaplan/models/EmailAcceptedData.html" title="class in com.plannaplan.models">EmailAcceptedData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/EmailAcceptedData.html#%3Cinit%3E(java.util.List,java.util.List)">EmailAcceptedData(List&lt;Groups&gt;, List&lt;Groups&gt;)</a></span> - Constructor for class com.plannaplan.models.<a href="com/plannaplan/models/EmailAcceptedData.html" title="class in com.plannaplan.models">EmailAcceptedData</a></dt>
<dd>
<div class="block">creates instance of class</div>
</dd>
<dt><a href="com/plannaplan/models/EmailExchangesData.html" title="class in com.plannaplan.models"><span class="typeNameLink">EmailExchangesData</span></a> - Class in <a href="com/plannaplan/models/package-summary.html">com.plannaplan.models</a></dt>
<dd>
<div class="block">Class to keepm data to be send after exchanges being accept</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/EmailExchangesData.html#%3Cinit%3E()">EmailExchangesData()</a></span> - Constructor for class com.plannaplan.models.<a href="com/plannaplan/models/EmailExchangesData.html" title="class in com.plannaplan.models">EmailExchangesData</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/services/EmailService.html" title="class in com.plannaplan.services"><span class="typeNameLink">EmailService</span></a> - Class in <a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a></dt>
<dd>
<div class="block">Service to send emails</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/EmailService.html#%3Cinit%3E()">EmailService()</a></span> - Constructor for class com.plannaplan.services.<a href="com/plannaplan/services/EmailService.html" title="class in com.plannaplan.services">EmailService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/MatchData.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/MatchData.html" title="class in com.plannaplan.models">MatchData</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/services/EventService.html" title="class in com.plannaplan.services"><span class="typeNameLink">EventService</span></a> - Class in <a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a></dt>
<dd>
<div class="block">Service to manage app events</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/EventService.html#%3Cinit%3E()">EventService()</a></span> - Constructor for class com.plannaplan.services.<a href="com/plannaplan/services/EventService.html" title="class in com.plannaplan.services">EventService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/entities/Exchange.html" title="class in com.plannaplan.entities"><span class="typeNameLink">Exchange</span></a> - Class in <a href="com/plannaplan/entities/package-summary.html">com.plannaplan.entities</a></dt>
<dd>
<div class="block">Entity that keeps user exchange offer.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Exchange.html#%3Cinit%3E()">Exchange()</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Exchange.html" title="class in com.plannaplan.entities">Exchange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Exchange.html#%3Cinit%3E(com.plannaplan.entities.Assignment,com.plannaplan.entities.Groups)">Exchange(Assignment, Groups)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Exchange.html" title="class in com.plannaplan.entities">Exchange</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/repositories/ExchangeRepository.html" title="interface in com.plannaplan.repositories"><span class="typeNameLink">ExchangeRepository</span></a> - Interface in <a href="com/plannaplan/repositories/package-summary.html">com.plannaplan.repositories</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/services/ExchangeService.html" title="class in com.plannaplan.services"><span class="typeNameLink">ExchangeService</span></a> - Class in <a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a></dt>
<dd>
<div class="block">Service to manage Exchanges</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ExchangeService.html#%3Cinit%3E()">ExchangeService()</a></span> - Constructor for class com.plannaplan.services.<a href="com/plannaplan/services/ExchangeService.html" title="class in com.plannaplan.services">ExchangeService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/models/ExportData.html" title="class in com.plannaplan.models"><span class="typeNameLink">ExportData</span></a> - Class in <a href="com/plannaplan/models/package-summary.html">com.plannaplan.models</a></dt>
<dd>
<div class="block">Container to keep data to export</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ExportData.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)">ExportData(String, String, String)</a></span> - Constructor for class com.plannaplan.models.<a href="com/plannaplan/models/ExportData.html" title="class in com.plannaplan.models">ExportData</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="com/plannaplan/models/FileData.html" title="class in com.plannaplan.models"><span class="typeNameLink">FileData</span></a> - Class in <a href="com/plannaplan/models/package-summary.html">com.plannaplan.models</a></dt>
<dd>
<div class="block">Wrapper for data readed from file</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/FileData.html#%3Cinit%3E(java.util.HashMap,java.util.Iterator)">FileData(HashMap&lt;String, Integer&gt;, Iterator&lt;Row&gt;)</a></span> - Constructor for class com.plannaplan.models.<a href="com/plannaplan/models/FileData.html" title="class in com.plannaplan.models">FileData</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/configutils/FileReader.html" title="class in com.plannaplan.configutils"><span class="typeNameLink">FileReader</span></a> - Class in <a href="com/plannaplan/configutils/package-summary.html">com.plannaplan.configutils</a></dt>
<dd>
<div class="block">FileReader is used for reading xls file from input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/configutils/FileReader.html#%3Cinit%3E(java.io.InputStream)">FileReader(InputStream)</a></span> - Constructor for class com.plannaplan.configutils.<a href="com/plannaplan/configutils/FileReader.html" title="class in com.plannaplan.configutils">FileReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/configutils/FileToDatabaseMigrator.html" title="class in com.plannaplan.configutils"><span class="typeNameLink">FileToDatabaseMigrator</span></a> - Class in <a href="com/plannaplan/configutils/package-summary.html">com.plannaplan.configutils</a></dt>
<dd>
<div class="block">FileToDatabaseMigrator is used for migrate data from file (it reads line by
line) and push it into database</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/configutils/FileToDatabaseMigrator.html#%3Cinit%3E()">FileToDatabaseMigrator()</a></span> - Constructor for class com.plannaplan.configutils.<a href="com/plannaplan/configutils/FileToDatabaseMigrator.html" title="class in com.plannaplan.configutils">FileToDatabaseMigrator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#find(int,int,java.lang.String)">find(int, int, String)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>
<div class="block">find group with given properties</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/GroupRepository.html#find(int,java.lang.String,int)">find(int, String, int)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/GroupRepository.html" title="interface in com.plannaplan.repositories">GroupRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/GroupRepository.html#find(java.lang.Integer,java.lang.Integer)">find(Integer, Integer)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/GroupRepository.html" title="interface in com.plannaplan.repositories">GroupRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#find(java.lang.Integer,java.lang.Integer)">find(Integer, Integer)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>
<div class="block">find group with given properties</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/LecturerRepository.html#find(java.lang.String,java.lang.String,java.lang.String)">find(String, String, String)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/LecturerRepository.html" title="interface in com.plannaplan.repositories">LecturerRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/CourseRepository.html#findByName(java.lang.String)">findByName(String)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/CourseRepository.html" title="interface in com.plannaplan.repositories">CourseRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#findNotExistingGroup(java.util.List)">findNotExistingGroup(List&lt;Long&gt;)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>
<div class="block">get wich of provided id is not existind groups</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/AppState.html#FIRST_TOUR">FIRST_TOUR</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/AppState.html" title="enum in com.plannaplan.types">AppState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/EventService.html#FIRST_TOUR_SCHEDULE">FIRST_TOUR_SCHEDULE</a></span> - Static variable in class com.plannaplan.services.<a href="com/plannaplan/services/EventService.html" title="class in com.plannaplan.services">EventService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/WeekDay.html#FRIDAY">FRIDAY</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types">WeekDay</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/EmailAcceptedData.html#getAccepted()">getAccepted()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/EmailAcceptedData.html" title="class in com.plannaplan.models">EmailAcceptedData</a></dt>
<dd>
<div class="block">get list of accepted assignments</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/api/UsosOauth1Service.html#getAccessTokenEndpoint()">getAccessTokenEndpoint()</a></span> - Method in class com.plannaplan.api.<a href="com/plannaplan/api/UsosOauth1Service.html" title="class in com.plannaplan.api">UsosOauth1Service</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/UserRepository.html#getAllByRole(com.plannaplan.types.UserRoles)">getAllByRole(UserRoles)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/UserRepository.html" title="interface in com.plannaplan.repositories">UserRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CourseService.html#getAllCourses()">getAllCourses()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/CourseService.html" title="class in com.plannaplan.services">CourseService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ExchangeService.html#getAllExchanges()">getAllExchanges()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ExchangeService.html" title="class in com.plannaplan.services">ExchangeService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#getAllStudents()">getAllStudents()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#getAmmountOfUsersWithAcceptedSchedules()">getAmmountOfUsersWithAcceptedSchedules()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#getAmmountOfUsersWithAssignedGroups()">getAmmountOfUsersWithAssignedGroups()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#getAmmountOfUsersWithNoAcceptedSchedules()">getAmmountOfUsersWithNoAcceptedSchedules()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#getAmmountOfUsersWithNoAssignedGroups()">getAmmountOfUsersWithNoAssignedGroups()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/GroupRepository.html#getAssignedAmount(java.lang.Long)">getAssignedAmount(Long)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/GroupRepository.html" title="interface in com.plannaplan.repositories">GroupRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/GroupRepository.html#getAssignedAmounts(java.util.List)">getAssignedAmounts(List&lt;Long&gt;)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/GroupRepository.html" title="interface in com.plannaplan.repositories">GroupRepository</a></dt>
<dd>
<div class="block">PLAIN SQL QUERY: SELECT group_id, COUNT(*) assinged_times FROM assignment
WHERE is_past_assignment=0 GROUP BY group_id HAVING group_id IN (:ids)")</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/MatchData.html#getAssignmentOne()">getAssignmentOne()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/MatchData.html" title="class in com.plannaplan.models">MatchData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Commision.html#getAssignments()">getAssignments()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Commision.html" title="class in com.plannaplan.entities">Commision</a></dt>
<dd>
<div class="block">Assigments getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/AssignmentService.html#getAssignmentsAmmount()">getAssignmentsAmmount()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/AssignmentService.html" title="class in com.plannaplan.services">AssignmentService</a></dt>
<dd>
<div class="block">get ammount of all assignments (not only for selected commision)</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/MatchData.html#getAssignmentTwo()">getAssignmentTwo()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/MatchData.html" title="class in com.plannaplan.models">MatchData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/api/UsosOauth1Service.html#getAuthorizationBaseUrl()">getAuthorizationBaseUrl()</a></span> - Method in class com.plannaplan.api.<a href="com/plannaplan/api/UsosOauth1Service.html" title="class in com.plannaplan.api">UsosOauth1Service</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/UserRepository.html#getByAuthority(java.lang.String)">getByAuthority(String)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/UserRepository.html" title="interface in com.plannaplan.repositories">UserRepository</a></dt>
<dd>
<div class="block">return user by given authority</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#getByAuthority(java.lang.String)">getByAuthority(String)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>
<div class="block">return user by given authority</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/AssignmentRepository.html#getByCommision(java.lang.Long)">getByCommision(Long)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/AssignmentRepository.html" title="interface in com.plannaplan.repositories">AssignmentRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/GroupRepository.html#getByCourse(java.lang.Long)">getByCourse(Long)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/GroupRepository.html" title="interface in com.plannaplan.repositories">GroupRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/UserRepository.html#getByEmail(java.lang.String)">getByEmail(String)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/UserRepository.html" title="interface in com.plannaplan.repositories">UserRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/AssignmentService.html#getById(java.lang.Long)">getById(Long)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/AssignmentService.html" title="class in com.plannaplan.services">AssignmentService</a></dt>
<dd>
<div class="block">Get assigmnent by id</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ExchangeService.html#getById(java.lang.Long)">getById(Long)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ExchangeService.html" title="class in com.plannaplan.services">ExchangeService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#getById(java.lang.Long)">getById(Long)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/UserRepository.html#getByRefreshToken(java.lang.String)">getByRefreshToken(String)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/UserRepository.html" title="interface in com.plannaplan.repositories">UserRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/UserRepository.html#getByToken(java.lang.String)">getByToken(String)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/UserRepository.html" title="interface in com.plannaplan.repositories">UserRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#getByToken(java.lang.String)">getByToken(String)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/ExchangeRepository.html#getByUserId(java.lang.Long)">getByUserId(Long)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/ExchangeRepository.html" title="interface in com.plannaplan.repositories">ExchangeRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ExchangeService.html#getByUserId(java.lang.Long)">getByUserId(Long)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ExchangeService.html" title="class in com.plannaplan.services">ExchangeService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/UserRepository.html#getByUsosId(java.lang.String)">getByUsosId(String)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/UserRepository.html" title="interface in com.plannaplan.repositories">UserRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getCapacity()">getCapacity()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">getCapacity</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Assignment.html#getCommision()">getCommision()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a></dt>
<dd>
<div class="block">Getter of commision</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/AssignmentService.html#getCommisionAssignments(com.plannaplan.entities.Commision)">getCommisionAssignments(Commision)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/AssignmentService.html" title="class in com.plannaplan.services">AssignmentService</a></dt>
<dd>
<div class="block">gets list of assignments of given commision</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Commision.html#getCommisionCommiter()">getCommisionCommiter()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Commision.html" title="class in com.plannaplan.entities">Commision</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Commision.html#getCommisionDate()">getCommisionDate()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Commision.html" title="class in com.plannaplan.entities">Commision</a></dt>
<dd>
<div class="block">CommisionDate getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Commision.html#getCommisionOwner()">getCommisionOwner()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Commision.html" title="class in com.plannaplan.entities">Commision</a></dt>
<dd>
<div class="block">User of given commision getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CommisionService.html#getCommisionsAmmount()">getCommisionsAmmount()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/CommisionService.html" title="class in com.plannaplan.services">CommisionService</a></dt>
<dd>
<div class="block">get ammpounts of commisions</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#getConfigDate()">getConfigDate()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">config date getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CourseService.html#getCourseByName(java.lang.String)">getCourseByName(String)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/CourseService.html" title="class in com.plannaplan.services">CourseService</a></dt>
<dd>
<div class="block">getCourseByName</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getCourseId()">getCourseId()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">getCourseId</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CourseService.html#getCoursesAmmount()">getCoursesAmmount()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/CourseService.html" title="class in com.plannaplan.services">CourseService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ExportData.html#getCSVHeader()">getCSVHeader()</a></span> - Static method in class com.plannaplan.models.<a href="com/plannaplan/models/ExportData.html" title="class in com.plannaplan.models">ExportData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ConfiguratorService.html#getCurrentConfig()">getCurrentConfig()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ConfiguratorService.html" title="class in com.plannaplan.services">ConfiguratorService</a></dt>
<dd>
<div class="block">current config getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#getCurrentState()">getCurrentState()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">current state getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/EmailExchangesData.html#getDataEntry()">getDataEntry()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/EmailExchangesData.html" title="class in com.plannaplan.models">EmailExchangesData</a></dt>
<dd>
<div class="block">get datas entry set</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Exchange.html#getDataExchange()">getDataExchange()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Exchange.html" title="class in com.plannaplan.entities">Exchange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getDay()">getDay()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">WeekDay</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/WeekDay.html#getDay(int)">getDay(int)</a></span> - Static method in enum com.plannaplan.types.<a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types">WeekDay</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Exchange.html#getDesiredAssignment()">getDesiredAssignment()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Exchange.html" title="class in com.plannaplan.entities">Exchange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#getEmail()">getEmail()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">email getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/EmailAcceptedData.html#getEmailMessage()">getEmailMessage()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/EmailAcceptedData.html" title="class in com.plannaplan.models">EmailAcceptedData</a></dt>
<dd>
<div class="block">it creates and return email message body</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/TourData.html#getEnd()">getEnd()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/TourData.html" title="class in com.plannaplan.models">TourData</a></dt>
<dd>
<div class="block">tour end getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getEndTime()">getEndTime()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">get time of class end</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getEndTimeString()">getEndTimeString()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">gets end time formated strins</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/MatchData.html#getExchangeOne()">getExchangeOne()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/MatchData.html" title="class in com.plannaplan.models">MatchData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/MatchData.html#getExchangesMsValue()">getExchangesMsValue()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/MatchData.html" title="class in com.plannaplan.models">MatchData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/MatchData.html#getExchangeTwo()">getExchangeTwo()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/MatchData.html" title="class in com.plannaplan.models">MatchData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CommisionService.html#getExportData()">getExportData()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/CommisionService.html" title="class in com.plannaplan.services">CommisionService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ConfigData.html#getFilestream()">getFilestream()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/ConfigData.html" title="class in com.plannaplan.models">ConfigData</a></dt>
<dd>
<div class="block">filestream getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ConfigData.html#getFirstTour()">getFirstTour()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/ConfigData.html" title="class in com.plannaplan.models">ConfigData</a></dt>
<dd>
<div class="block">first tour getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#getFirstTourEnd()">getFirstTourEnd()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">first tour end getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#getFirstTourEndCron()">getFirstTourEndCron()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">get cron expression of first tour end</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#getFirstTourStart()">getFirstTourStart()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">first tour start getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#getFirstTourStartCron()">getFirstTourStartCron()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">get cron expression of first tour start</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#getFullgroupsAmmount()">getFullgroupsAmmount()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getGrNr()">getGrNr()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ExportData.html#getGrNr()">getGrNr()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/ExportData.html" title="class in com.plannaplan.models">ExportData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Assignment.html#getGroup()">getGroup()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a></dt>
<dd>
<div class="block">getGroup</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#getGroupById(java.lang.Long)">getGroupById(Long)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>
<div class="block">find group with given properties</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Course.html#getGroups()">getGroups()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Course.html" title="class in com.plannaplan.entities">Course</a></dt>
<dd>
<div class="block">getGroups</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#getGroupsAmmount()">getGroupsAmmount()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>
<div class="block">get hom manyh groups are in database in general</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#getGroupsByCourse(java.lang.Long)">getGroupsByCourse(Long)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>
<div class="block">find group with given properties</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Assignment.html#getId()">getId()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a></dt>
<dd>
<div class="block">Id getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Commision.html#getId()">getId()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Commision.html" title="class in com.plannaplan.entities">Commision</a></dt>
<dd>
<div class="block">Id getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Course.html#getId()">getId()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Course.html" title="class in com.plannaplan.entities">Course</a></dt>
<dd>
<div class="block">getId</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Exchange.html#getId()">getId()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Exchange.html" title="class in com.plannaplan.entities">Exchange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getId()">getId()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">getId</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#getId()">getId()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">id getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/FileData.html#getIndexOf(java.lang.String)">getIndexOf(String)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/FileData.html" title="class in com.plannaplan.models">FileData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/FileData.html#getKeys()">getKeys()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/FileData.html" title="class in com.plannaplan.models">FileData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getLecturer()">getLecturer()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">getLecturer</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/LecturerService.html#getLecturer(java.lang.String,java.lang.String,java.lang.String)">getLecturer(String, String, String)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/LecturerService.html" title="class in com.plannaplan.services">LecturerService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/LecturerService.html#getLecturersAmmount()">getLecturersAmmount()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/LecturerService.html" title="class in com.plannaplan.services">LecturerService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/ExchangeRepository.html#getMatches()">getMatches()</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/ExchangeRepository.html" title="interface in com.plannaplan.repositories">ExchangeRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ExchangeService.html#getMatches()">getMatches()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ExchangeService.html" title="class in com.plannaplan.services">ExchangeService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Course.html#getName()">getName()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Course.html" title="class in com.plannaplan.entities">Course</a></dt>
<dd>
<div class="block">getName</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Lecturer.html#getName()">getName()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Lecturer.html" title="class in com.plannaplan.entities">Lecturer</a></dt>
<dd>
<div class="block">getName</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#getName()">getName()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">name setter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/UserApiResponse.html#getName()">getName()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/UserApiResponse.html" title="class in com.plannaplan.models">UserApiResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CommisionService.html#getNewestCommision(com.plannaplan.entities.User)">getNewestCommision(User)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/CommisionService.html" title="class in com.plannaplan.services">CommisionService</a></dt>
<dd>
<div class="block">get newest commision ov given user</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/CommisionRepository.html#getNewestCommision(java.lang.Long)">getNewestCommision(Long)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/CommisionRepository.html" title="interface in com.plannaplan.repositories">CommisionRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Assignment.html#getNewFromAssignment(com.plannaplan.entities.Assignment,com.plannaplan.entities.Commision)">getNewFromAssignment(Assignment, Commision)</a></span> - Static method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Exchange.html#getOwnedAssignment()">getOwnedAssignment()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Exchange.html" title="class in com.plannaplan.entities">Exchange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Exchange.html#getOwnerId()">getOwnerId()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Exchange.html" title="class in com.plannaplan.entities">Exchange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#getRanking()">getRanking()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">Ranking points are [100;500].</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#getRefreshToken()">getRefreshToken()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getRegisteredStudents()">getRegisteredStudents()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/EmailAcceptedData.html#getRemoved()">getRemoved()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/EmailAcceptedData.html" title="class in com.plannaplan.models">EmailAcceptedData</a></dt>
<dd>
<div class="block">get list of removed assignments</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/api/UsosOauth1Service.html#getRequestTokenEndpoint()">getRequestTokenEndpoint()</a></span> - Method in class com.plannaplan.api.<a href="com/plannaplan/api/UsosOauth1Service.html" title="class in com.plannaplan.api">UsosOauth1Service</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#getRole()">getRole()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">user rolse getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getRoom()">getRoom()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">getRoom</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/FileData.html#getRows()">getRows()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/FileData.html" title="class in com.plannaplan.models">FileData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ConfigData.html#getSecondTour()">getSecondTour()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/ConfigData.html" title="class in com.plannaplan.models">ConfigData</a></dt>
<dd>
<div class="block">second tour getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#getSecondTourEnd()">getSecondTourEnd()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">second tour end getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#getSecondTourEndCron()">getSecondTourEndCron()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">get cron expression of second tour end</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#getSecondTourStart()">getSecondTourStart()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">first second start getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/AppConfig.html#getSecondTourStartCron()">getSecondTourStartCron()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/AppConfig.html" title="class in com.plannaplan.entities">AppConfig</a></dt>
<dd>
<div class="block">get cron expression of second tour start</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/TourData.html#getStart()">getStart()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/TourData.html" title="class in com.plannaplan.models">TourData</a></dt>
<dd>
<div class="block">tour start getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#getStudentRegisteredGrups()">getStudentRegisteredGrups()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#getStudentsSortedByRanking()">getStudentsSortedByRanking()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>
<div class="block">get students sorted by their ranking</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Lecturer.html#getSurname()">getSurname()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Lecturer.html" title="class in com.plannaplan.entities">Lecturer</a></dt>
<dd>
<div class="block">getSurname</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#getSurname()">getSurname()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">surname getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/UserApiResponse.html#getSurname()">getSurname()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/UserApiResponse.html" title="class in com.plannaplan.models">UserApiResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Course.html#getSymbol()">getSymbol()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Course.html" title="class in com.plannaplan.entities">Course</a></dt>
<dd>
<div class="block">getSymbol</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#getTakenPlaces(java.util.List)">getTakenPlaces(List&lt;Groups&gt;)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#getTakenPlacesOfAssignments(java.util.List)">getTakenPlacesOfAssignments(List&lt;Assignment&gt;)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getTime()">getTime()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">getTime</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getTimeString()">getTimeString()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">getTimeString</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Lecturer.html#getTitle()">getTitle()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Lecturer.html" title="class in com.plannaplan.entities">Lecturer</a></dt>
<dd>
<div class="block">getTitle</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#getToken()">getToken()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">token getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#getTokenUsageDate()">getTokenUsageDate()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">token usage getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getType()">getType()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">GroupType</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/GroupType.html#getType(java.lang.String)">getType(String)</a></span> - Static method in enum com.plannaplan.types.<a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types">GroupType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#getUserByEmail(java.lang.String)">getUserByEmail(String)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#getUserByRefreshToken(java.lang.String)">getUserByRefreshToken(String)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UsosApiService.html#getUserData(java.lang.String)">getUserData(String)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UsosApiService.html" title="class in com.plannaplan.services">UsosApiService</a></dt>
<dd>
<div class="block">/services/users/user</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ExportData.html#getUserId()">getUserId()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/ExportData.html" title="class in com.plannaplan.models">ExportData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/CommisionRepository.html#getUsers(java.lang.Long)">getUsers(Long)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/CommisionRepository.html" title="interface in com.plannaplan.repositories">CommisionRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/CommisionRepository.html#getUsersAssigned()">getUsersAssigned()</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/CommisionRepository.html" title="interface in com.plannaplan.repositories">CommisionRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CommisionService.html#getUsersCommisions(com.plannaplan.entities.User)">getUsersCommisions(User)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/CommisionService.html" title="class in com.plannaplan.services">CommisionService</a></dt>
<dd>
<div class="block">gets user commisions</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#getUsosId()">getUsosId()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">usos id getter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#getZajCykId()">getZajCykId()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ExportData.html#getZajCyklId()">getZajCyklId()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/ExportData.html" title="class in com.plannaplan.models">ExportData</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/repositories/GroupRepository.html" title="interface in com.plannaplan.repositories"><span class="typeNameLink">GroupRepository</span></a> - Interface in <a href="com/plannaplan/repositories/package-summary.html">com.plannaplan.repositories</a></dt>
<dd>
<div class="block">GroupRepository.find:
Return list of:
SELECT * FROM Groups WHERE time = i AND room = j AND capacity = k .</div>
</dd>
<dt><a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities"><span class="typeNameLink">Groups</span></a> - Class in <a href="com/plannaplan/entities/package-summary.html">com.plannaplan.entities</a></dt>
<dd>
<div class="block">Entity of Groups grouping of state ssociated about
course,time,room,capacity,type,day</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#%3Cinit%3E()">Groups()</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#%3Cinit%3E(int,java.lang.String,com.plannaplan.entities.Course,int,int,com.plannaplan.types.WeekDay,com.plannaplan.entities.Lecturer)">Groups(int, String, Course, int, int, WeekDay, Lecturer)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">Groups</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#%3Cinit%3E(int,java.lang.String,com.plannaplan.entities.Course,int,int,com.plannaplan.types.WeekDay,com.plannaplan.entities.Lecturer,java.lang.Integer,java.lang.Integer)">Groups(int, String, Course, int, int, WeekDay, Lecturer, Integer, Integer)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">Groups</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#%3Cinit%3E(int,java.lang.String,com.plannaplan.entities.Course,int,int,com.plannaplan.types.WeekDay,com.plannaplan.entities.Lecturer,java.lang.Integer,java.lang.Integer,com.plannaplan.types.GroupType)">Groups(int, String, Course, int, int, WeekDay, Lecturer, Integer, Integer, GroupType)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">Groups</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#%3Cinit%3E(int,java.lang.String,com.plannaplan.entities.Course,int,com.plannaplan.types.WeekDay,com.plannaplan.entities.Lecturer)">Groups(int, String, Course, int, WeekDay, Lecturer)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">Create groups with default class duration</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#%3Cinit%3E(int,java.lang.String,com.plannaplan.entities.Course,int,com.plannaplan.types.WeekDay,com.plannaplan.entities.Lecturer,java.lang.Integer,java.lang.Integer)">Groups(int, String, Course, int, WeekDay, Lecturer, Integer, Integer)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">Groups</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#%3Cinit%3E(int,java.lang.String,com.plannaplan.entities.Course,int,com.plannaplan.types.WeekDay,com.plannaplan.entities.Lecturer,java.lang.Integer,java.lang.Integer,com.plannaplan.types.GroupType)">Groups(int, String, Course, int, WeekDay, Lecturer, Integer, Integer, GroupType)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">Groups</div>
</dd>
<dt><a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services"><span class="typeNameLink">GroupService</span></a> - Class in <a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a></dt>
<dd>
<div class="block">Service of GroupService which can find(optional), get(By Course, Groups
Ammount, Group By Id, find Not Existing Group), save, delete group.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#%3Cinit%3E()">GroupService()</a></span> - Constructor for class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types"><span class="typeNameLink">GroupType</span></a> - Enum in <a href="com/plannaplan/types/package-summary.html">com.plannaplan.types</a></dt>
<dd>
<div class="block">GroupType contains types: LECTURE, CLASS, LAB, SEMINAR, CONSERVATORY, PRATICE</div>
</dd>
</dl>
<a id="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/MatchData.html#hashCode()">hashCode()</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/MatchData.html" title="class in com.plannaplan.models">MatchData</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ConfiguratorService.html#importCoursesStream(java.io.InputStream)">importCoursesStream(InputStream)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ConfiguratorService.html" title="class in com.plannaplan.services">ConfiguratorService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/EventService.html#initialize()">initialize()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/EventService.html" title="class in com.plannaplan.services">EventService</a></dt>
<dd>
<div class="block">init resources needed for dynamicly creating new tasks (needed to set tours
end events)</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/api/UsosOauth1Service.html#instance()">instance()</a></span> - Static method in class com.plannaplan.api.<a href="com/plannaplan/api/UsosOauth1Service.html" title="class in com.plannaplan.api">UsosOauth1Service</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/api/UsosOauth1Service.html#instance(java.lang.String...)">instance(String...)</a></span> - Static method in class com.plannaplan.api.<a href="com/plannaplan/api/UsosOauth1Service.html" title="class in com.plannaplan.api">UsosOauth1Service</a></dt>
<dd>
<div class="block">get instance withj scopes</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Assignment.html#isAccepted()">isAccepted()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a></dt>
<dd>
<div class="block">If it returns trues it mesans u are assigned to group accepted by algorythm</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#isCredentialsNonExpired()">isCredentialsNonExpired()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">it checks if given ammount of time passed since last token usage.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/GroupType.html#isLectureOrClass(com.plannaplan.types.GroupType)">isLectureOrClass(GroupType)</a></span> - Static method in enum com.plannaplan.types.<a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types">GroupType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Assignment.html#isPastAssignment()">isPastAssignment()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a></dt>
<dd>
<div class="block">isPastAssignment getter</div>
</dd>
</dl>
<a id="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/GroupType.html#LAB">LAB</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types">GroupType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/WeekDay.html#label">label</a></span> - Variable in enum com.plannaplan.types.<a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types">WeekDay</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/GroupType.html#LECTURE">LECTURE</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types">GroupType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/entities/Lecturer.html" title="class in com.plannaplan.entities"><span class="typeNameLink">Lecturer</span></a> - Class in <a href="com/plannaplan/entities/package-summary.html">com.plannaplan.entities</a></dt>
<dd>
<div class="block">Entity of Lecturer grouping of state ssociated about id,title,name,surname</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Lecturer.html#%3Cinit%3E()">Lecturer()</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Lecturer.html" title="class in com.plannaplan.entities">Lecturer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Lecturer.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)">Lecturer(String, String, String)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/Lecturer.html" title="class in com.plannaplan.entities">Lecturer</a></dt>
<dd>
<div class="block">Lecturer</div>
</dd>
<dt><a href="com/plannaplan/repositories/LecturerRepository.html" title="interface in com.plannaplan.repositories"><span class="typeNameLink">LecturerRepository</span></a> - Interface in <a href="com/plannaplan/repositories/package-summary.html">com.plannaplan.repositories</a></dt>
<dd>
<div class="block">LecturerRepository.find:
Return list of:
SELECT * FROM Lecturer WHERE title = i AND name = j AND surname = k.</div>
</dd>
<dt><a href="com/plannaplan/services/LecturerService.html" title="class in com.plannaplan.services"><span class="typeNameLink">LecturerService</span></a> - Class in <a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a></dt>
<dd>
<div class="block">Service of LecturerService which can get(Lecturer, Lecturers Ammount), save, delete lecturers.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/LecturerService.html#%3Cinit%3E()">LecturerService()</a></span> - Constructor for class com.plannaplan.services.<a href="com/plannaplan/services/LecturerService.html" title="class in com.plannaplan.services">LecturerService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#login(com.plannaplan.entities.User)">login(User)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>
<div class="block">generates token for user and if user don't have name in database it will
attemp to obtain these from usos api and saves changes in database</div>
</dd>
</dl>
<a id="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><a href="com/plannaplan/models/MatchData.html" title="class in com.plannaplan.models"><span class="typeNameLink">MatchData</span></a> - Class in <a href="com/plannaplan/models/package-summary.html">com.plannaplan.models</a></dt>
<dd>
<div class="block">Match of users Exchange's to be performed</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/MatchData.html#%3Cinit%3E(com.plannaplan.entities.Exchange,com.plannaplan.entities.Exchange)">MatchData(Exchange, Exchange)</a></span> - Constructor for class com.plannaplan.models.<a href="com/plannaplan/models/MatchData.html" title="class in com.plannaplan.models">MatchData</a></dt>
<dd>
<div class="block">create MatchData</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/configutils/FileToDatabaseMigrator.html#migrate(com.plannaplan.models.FileData)">migrate(FileData)</a></span> - Method in class com.plannaplan.configutils.<a href="com/plannaplan/configutils/FileToDatabaseMigrator.html" title="class in com.plannaplan.configutils">FileToDatabaseMigrator</a></dt>
<dd>
<div class="block">insert data to database</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/WeekDay.html#MONDAY">MONDAY</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types">WeekDay</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/AppState.html#NO_TOUR">NO_TOUR</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/AppState.html" title="enum in com.plannaplan.types">AppState</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ExchangeService.html#performExchange()">performExchange()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ExchangeService.html" title="class in com.plannaplan.services">ExchangeService</a></dt>
<dd>
<div class="block">method to perform Exchange algorythm.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/EventService.html#performExchangeService()">performExchangeService()</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/EventService.html" title="class in com.plannaplan.services">EventService</a></dt>
<dd>
<div class="block">perfroms checks for matching exchanges daily</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/GroupType.html#PRATICE">PRATICE</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types">GroupType</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/configutils/FileReader.html#read()">read()</a></span> - Method in class com.plannaplan.configutils.<a href="com/plannaplan/configutils/FileReader.html" title="class in com.plannaplan.configutils">FileReader</a></dt>
<dd>
<div class="block">read data rom file</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#removeGroup(java.lang.Long)">removeGroup(Long)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/WeekDay.html#SATURDAY">SATURDAY</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types">WeekDay</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/AssignmentService.html#save(com.plannaplan.entities.Assignment)">save(Assignment)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/AssignmentService.html" title="class in com.plannaplan.services">AssignmentService</a></dt>
<dd>
<div class="block">Save given assignment</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CommisionService.html#save(com.plannaplan.entities.Commision)">save(Commision)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/CommisionService.html" title="class in com.plannaplan.services">CommisionService</a></dt>
<dd>
<div class="block">save to database commision.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/CourseService.html#save(com.plannaplan.entities.Course)">save(Course)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/CourseService.html" title="class in com.plannaplan.services">CourseService</a></dt>
<dd>
<div class="block">save to db</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ExchangeService.html#save(com.plannaplan.entities.Exchange)">save(Exchange)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ExchangeService.html" title="class in com.plannaplan.services">ExchangeService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/GroupService.html#save(com.plannaplan.entities.Groups)">save(Groups)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/GroupService.html" title="class in com.plannaplan.services">GroupService</a></dt>
<dd>
<div class="block">save group to database</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/LecturerService.html#save(com.plannaplan.entities.Lecturer)">save(Lecturer)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/LecturerService.html" title="class in com.plannaplan.services">LecturerService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#save(com.plannaplan.entities.User)">save(User)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>
<div class="block">sacves user to databse and return instatnce with id</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/AssignmentService.html#saveAll(java.util.List)">saveAll(List&lt;Assignment&gt;)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/AssignmentService.html" title="class in com.plannaplan.services">AssignmentService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#saveAll(java.util.List)">saveAll(List&lt;User&gt;)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/ConfiguratorService.html#saveTours(com.plannaplan.models.TourData,com.plannaplan.models.TourData)">saveTours(TourData, TourData)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/ConfiguratorService.html" title="class in com.plannaplan.services">ConfiguratorService</a></dt>
<dd>
<div class="block">Save tours to DataBase and shedule PerformAcceptAlgorythmTask as a side
effect</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/EventService.html#scheduleTask(int,java.lang.Runnable,org.springframework.scheduling.support.CronTrigger)">scheduleTask(int, Runnable, CronTrigger)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/EventService.html" title="class in com.plannaplan.services">EventService</a></dt>
<dd>
<div class="block">Schedule provided task to perform</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#searchForStudents(java.lang.String)">searchForStudents(String)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>
<div class="block">search for user with given query</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/UserRepository.html#searchForUsers(java.lang.String)">searchForUsers(String)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/UserRepository.html" title="interface in com.plannaplan.repositories">UserRepository</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/repositories/UserRepository.html#searchForUsers(java.lang.String,com.plannaplan.types.UserRoles)">searchForUsers(String, UserRoles)</a></span> - Method in interface com.plannaplan.repositories.<a href="com/plannaplan/repositories/UserRepository.html" title="interface in com.plannaplan.repositories">UserRepository</a></dt>
<dd>
<div class="block">search for user with given query</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/AppState.html#SECOND_TOUR">SECOND_TOUR</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/AppState.html" title="enum in com.plannaplan.types">AppState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/EventService.html#SECOND_TOUR_SCHEDULE">SECOND_TOUR_SCHEDULE</a></span> - Static variable in class com.plannaplan.services.<a href="com/plannaplan/services/EventService.html" title="class in com.plannaplan.services">EventService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/GroupType.html#SEMINAR">SEMINAR</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types">GroupType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/EmailService.html#sendAcceptationResult(com.plannaplan.entities.User,com.plannaplan.models.EmailAcceptedData)">sendAcceptationResult(User, EmailAcceptedData)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/EmailService.html" title="class in com.plannaplan.services">EmailService</a></dt>
<dd>
<div class="block">sends email with infromation about accepted groups</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/EmailService.html#sendExchangesResults(com.plannaplan.models.EmailExchangesData)">sendExchangesResults(EmailExchangesData)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/EmailService.html" title="class in com.plannaplan.services">EmailService</a></dt>
<dd>
<div class="block">method to send email for students whose groups were swaped</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/EmailService.html#sendMail(java.lang.String,java.lang.String)">sendMail(String, String)</a></span> - Method in class com.plannaplan.services.<a href="com/plannaplan/services/EmailService.html" title="class in com.plannaplan.services">EmailService</a></dt>
<dd>
<div class="block">send simple text email</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/EmailAcceptedData.html#setAccepted(java.util.List)">setAccepted(List&lt;Groups&gt;)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/EmailAcceptedData.html" title="class in com.plannaplan.models">EmailAcceptedData</a></dt>
<dd>
<div class="block">set list of accepted assignments</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#setCapacity(int)">setCapacity(int)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">setCapacity</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Assignment.html#setCommision(com.plannaplan.entities.Commision)">setCommision(Commision)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#setCourseId(com.plannaplan.entities.Course)">setCourseId(Course)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">setCourseId</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#setDay(com.plannaplan.types.WeekDay)">setDay(WeekDay)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">setLecturer</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Exchange.html#setDesiredAssignment(com.plannaplan.entities.Groups)">setDesiredAssignment(Groups)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Exchange.html" title="class in com.plannaplan.entities">Exchange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#setEmail(java.lang.String)">setEmail(String)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">email setter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#setGrNr(java.lang.Integer)">setGrNr(Integer)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ExportData.html#setGrNr(java.lang.String)">setGrNr(String)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/ExportData.html" title="class in com.plannaplan.models">ExportData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/FileData.html#setKeys(java.util.HashMap)">setKeys(HashMap&lt;String, Integer&gt;)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/FileData.html" title="class in com.plannaplan.models">FileData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#setLecturer(com.plannaplan.entities.Lecturer)">setLecturer(Lecturer)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">setLecturer</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Course.html#setName(java.lang.String)">setName(String)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Course.html" title="class in com.plannaplan.entities">Course</a></dt>
<dd>
<div class="block">setName</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Lecturer.html#setName(java.lang.String)">setName(String)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Lecturer.html" title="class in com.plannaplan.entities">Lecturer</a></dt>
<dd>
<div class="block">setName</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#setName(java.lang.String)">setName(String)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">name stter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/UserApiResponse.html#setName(java.lang.String)">setName(String)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/UserApiResponse.html" title="class in com.plannaplan.models">UserApiResponse</a></dt>
<dd>
<div class="block">setter for surname.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Exchange.html#setOwnedAssignment(com.plannaplan.entities.Assignment)">setOwnedAssignment(Assignment)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Exchange.html" title="class in com.plannaplan.entities">Exchange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Exchange.html#setOwnerId(java.lang.Long)">setOwnerId(Long)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Exchange.html" title="class in com.plannaplan.entities">Exchange</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Assignment.html#setPastAssignment(boolean)">setPastAssignment(boolean)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Assignment.html" title="class in com.plannaplan.entities">Assignment</a></dt>
<dd>
<div class="block">setter isPastAssignment</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#setRanking(java.lang.Integer)">setRanking(Integer)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">Ranking points setter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/EmailAcceptedData.html#setRemoved(java.util.List)">setRemoved(List&lt;Groups&gt;)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/EmailAcceptedData.html" title="class in com.plannaplan.models">EmailAcceptedData</a></dt>
<dd>
<div class="block">set list of removed assignments</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#setRole(com.plannaplan.types.UserRoles)">setRole(UserRoles)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">user role setter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#setRoom(java.lang.String)">setRoom(String)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">setRoom</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/FileData.html#setRows(java.util.Iterator)">setRows(Iterator&lt;Row&gt;)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/FileData.html" title="class in com.plannaplan.models">FileData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Lecturer.html#setSurname(java.lang.String)">setSurname(String)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Lecturer.html" title="class in com.plannaplan.entities">Lecturer</a></dt>
<dd>
<div class="block">setSurname</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#setSurname(java.lang.String)">setSurname(String)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">surname setter</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/UserApiResponse.html#setSurname(java.lang.String)">setSurname(String)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/UserApiResponse.html" title="class in com.plannaplan.models">UserApiResponse</a></dt>
<dd>
<div class="block">setter for name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Course.html#setSymbol(java.lang.String)">setSymbol(String)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Course.html" title="class in com.plannaplan.entities">Course</a></dt>
<dd>
<div class="block">setSymbol</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#setTime(int)">setTime(int)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">setTime</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Lecturer.html#setTitle(java.lang.String)">setTitle(String)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Lecturer.html" title="class in com.plannaplan.entities">Lecturer</a></dt>
<dd>
<div class="block">setTitle</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#setToken(java.lang.String)">setToken(String)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">token seter.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#setType(com.plannaplan.types.GroupType)">setType(GroupType)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">setType</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ExportData.html#setUserId(java.lang.String)">setUserId(String)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/ExportData.html" title="class in com.plannaplan.models">ExportData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#setZajCykId(java.lang.Integer)">setZajCykId(Integer)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/ExportData.html#setZajCyklId(java.lang.String)">setZajCyklId(String)</a></span> - Method in class com.plannaplan.models.<a href="com/plannaplan/models/ExportData.html" title="class in com.plannaplan.models">ExportData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/UserRoles.html#STUDENT">STUDENT</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/UserRoles.html" title="enum in com.plannaplan.types">UserRoles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/WeekDay.html#SUNDAY">SUNDAY</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types">WeekDay</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/UserRoles.html#TEST_USER">TEST_USER</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/UserRoles.html" title="enum in com.plannaplan.types">UserRoles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/WeekDay.html#THURSDAY">THURSDAY</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types">WeekDay</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/exceptions/TokenExpiredException.html" title="class in com.plannaplan.exceptions"><span class="typeNameLink">TokenExpiredException</span></a> - Exception in <a href="com/plannaplan/exceptions/package-summary.html">com.plannaplan.exceptions</a></dt>
<dd>
<div class="block">Excepction to be thrown when provided token is expired</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/exceptions/TokenExpiredException.html#%3Cinit%3E(java.lang.String)">TokenExpiredException(String)</a></span> - Constructor for exception com.plannaplan.exceptions.<a href="com/plannaplan/exceptions/TokenExpiredException.html" title="class in com.plannaplan.exceptions">TokenExpiredException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Lecturer.html#toString()">toString()</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Lecturer.html" title="class in com.plannaplan.entities">Lecturer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/models/TourData.html" title="class in com.plannaplan.models"><span class="typeNameLink">TourData</span></a> - Class in <a href="com/plannaplan/models/package-summary.html">com.plannaplan.models</a></dt>
<dd>
<div class="block">Container for Tours dates</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/TourData.html#%3Cinit%3E(java.sql.Date,java.sql.Date)">TourData(Date, Date)</a></span> - Constructor for class com.plannaplan.models.<a href="com/plannaplan/models/TourData.html" title="class in com.plannaplan.models">TourData</a></dt>
<dd>
<div class="block">construcotr for java.sql.Date</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/TourData.html#%3Cinit%3E(java.util.Date,java.util.Date)">TourData(Date, Date)</a></span> - Constructor for class com.plannaplan.models.<a href="com/plannaplan/models/TourData.html" title="class in com.plannaplan.models">TourData</a></dt>
<dd>
<div class="block">constructor construcotr for java.util.Date</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/WeekDay.html#TUESDAY">TUESDAY</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types">WeekDay</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/GroupType.html#type">type</a></span> - Variable in enum com.plannaplan.types.<a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types">GroupType</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/Groups.html#update(java.lang.Integer,java.lang.String,com.plannaplan.entities.Course,java.lang.Integer,java.lang.Integer,com.plannaplan.types.WeekDay,com.plannaplan.entities.Lecturer,com.plannaplan.types.GroupType)">update(Integer, String, Course, Integer, Integer, WeekDay, Lecturer, GroupType)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/Groups.html" title="class in com.plannaplan.entities">Groups</a></dt>
<dd>
<div class="block">Updates given values other that are not null</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#updateWithUsosData(com.plannaplan.models.UserApiResponse)">updateWithUsosData(UserApiResponse)</a></span> - Method in class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>
<div class="block">updates user entity with data got by UsosApiService::getUserData</div>
</dd>
<dt><a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities"><span class="typeNameLink">User</span></a> - Class in <a href="com/plannaplan/entities/package-summary.html">com.plannaplan.entities</a></dt>
<dd>
<div class="block">Entity of User grouping of state ssociated about
id,name,surname,email,role,token,tokenCreatedDate</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#%3Cinit%3E()">User()</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,com.plannaplan.types.UserRoles)">User(String, String, String, UserRoles)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.plannaplan.types.UserRoles)">User(String, String, String, String, UserRoles)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/entities/User.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.plannaplan.types.UserRoles,java.lang.Integer)">User(String, String, String, String, UserRoles, Integer)</a></span> - Constructor for class com.plannaplan.entities.<a href="com/plannaplan/entities/User.html" title="class in com.plannaplan.entities">User</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/models/UserApiResponse.html" title="class in com.plannaplan.models"><span class="typeNameLink">UserApiResponse</span></a> - Class in <a href="com/plannaplan/models/package-summary.html">com.plannaplan.models</a></dt>
<dd>
<div class="block">Model to keep data from /services/users/user response called in
UsosApiService</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/models/UserApiResponse.html#%3Cinit%3E()">UserApiResponse()</a></span> - Constructor for class com.plannaplan.models.<a href="com/plannaplan/models/UserApiResponse.html" title="class in com.plannaplan.models">UserApiResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/exceptions/UserNotFoundException.html" title="class in com.plannaplan.exceptions"><span class="typeNameLink">UserNotFoundException</span></a> - Exception in <a href="com/plannaplan/exceptions/package-summary.html">com.plannaplan.exceptions</a></dt>
<dd>
<div class="block">Exception to be thrown when provided user does not exist in database</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/exceptions/UserNotFoundException.html#%3Cinit%3E(java.lang.String)">UserNotFoundException(String)</a></span> - Constructor for exception com.plannaplan.exceptions.<a href="com/plannaplan/exceptions/UserNotFoundException.html" title="class in com.plannaplan.exceptions">UserNotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/repositories/UserRepository.html" title="interface in com.plannaplan.repositories"><span class="typeNameLink">UserRepository</span></a> - Interface in <a href="com/plannaplan/repositories/package-summary.html">com.plannaplan.repositories</a></dt>
<dd>
<div class="block">UserRepository.getByAuthority: Return list of: SELECT * FROM User WHERE email
= i.</div>
</dd>
<dt><a href="com/plannaplan/types/UserRoles.html" title="enum in com.plannaplan.types"><span class="typeNameLink">UserRoles</span></a> - Enum in <a href="com/plannaplan/types/package-summary.html">com.plannaplan.types</a></dt>
<dd>
<div class="block">UserRoles contains types: STUDENT, DEANERY, ADMIN, TEST_USER</div>
</dd>
<dt><a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services"><span class="typeNameLink">UserService</span></a> - Class in <a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a></dt>
<dd>
<div class="block">Service of UserService which can get(By Email), login, save user.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UserService.html#%3Cinit%3E()">UserService()</a></span> - Constructor for class com.plannaplan.services.<a href="com/plannaplan/services/UserService.html" title="class in com.plannaplan.services">UserService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/services/UsosApiService.html" title="class in com.plannaplan.services"><span class="typeNameLink">UsosApiService</span></a> - Class in <a href="com/plannaplan/services/package-summary.html">com.plannaplan.services</a></dt>
<dd>
<div class="block">service to call usos api endpoints</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/services/UsosApiService.html#%3Cinit%3E()">UsosApiService()</a></span> - Constructor for class com.plannaplan.services.<a href="com/plannaplan/services/UsosApiService.html" title="class in com.plannaplan.services">UsosApiService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/api/UsosOauth1Service.html" title="class in com.plannaplan.api"><span class="typeNameLink">UsosOauth1Service</span></a> - Class in <a href="com/plannaplan/api/package-summary.html">com.plannaplan.api</a></dt>
<dd>
<div class="block">singleton class to sign usos api requests with oauth</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/api/UsosOauth1Service.html#%3Cinit%3E()">UsosOauth1Service()</a></span> - Constructor for class com.plannaplan.api.<a href="com/plannaplan/api/UsosOauth1Service.html" title="class in com.plannaplan.api">UsosOauth1Service</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/api/UsosOauth1Service.html#%3Cinit%3E(java.lang.String...)">UsosOauth1Service(String...)</a></span> - Constructor for class com.plannaplan.api.<a href="com/plannaplan/api/UsosOauth1Service.html" title="class in com.plannaplan.api">UsosOauth1Service</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/AppState.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.plannaplan.types.<a href="com/plannaplan/types/AppState.html" title="enum in com.plannaplan.types">AppState</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/GroupType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.plannaplan.types.<a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types">GroupType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/UserRoles.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.plannaplan.types.<a href="com/plannaplan/types/UserRoles.html" title="enum in com.plannaplan.types">UserRoles</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/WeekDay.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.plannaplan.types.<a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types">WeekDay</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/AppState.html#values()">values()</a></span> - Static method in enum com.plannaplan.types.<a href="com/plannaplan/types/AppState.html" title="enum in com.plannaplan.types">AppState</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/GroupType.html#values()">values()</a></span> - Static method in enum com.plannaplan.types.<a href="com/plannaplan/types/GroupType.html" title="enum in com.plannaplan.types">GroupType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/UserRoles.html#values()">values()</a></span> - Static method in enum com.plannaplan.types.<a href="com/plannaplan/types/UserRoles.html" title="enum in com.plannaplan.types">UserRoles</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/WeekDay.html#values()">values()</a></span> - Static method in enum com.plannaplan.types.<a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types">WeekDay</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
</dl>
<a id="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/plannaplan/types/WeekDay.html#WEDNESDAY">WEDNESDAY</a></span> - com.plannaplan.types.<a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types">WeekDay</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/plannaplan/types/WeekDay.html" title="enum in com.plannaplan.types"><span class="typeNameLink">WeekDay</span></a> - Enum in <a href="com/plannaplan/types/package-summary.html">com.plannaplan.types</a></dt>
<dd>
<div class="block">WeekDay contains types: MONDAY(0), TUESDAY(1), WEDNESDAY(2), THURSDAY(3), FRIDAY(4), SATURDAY(5), SUNDAY(6).</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a><span class="verticalSeparator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a></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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</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>