<tdclass="colFirst"><ahref="com/plannaplan/entities/AppConfig.html"title="class in com.plannaplan.entities">AppConfig</a></td>
<thclass="colLast"scope="row">
<divclass="block">entity that keeps app configurations</div>
</th>
</tr>
<trclass="rowColor"id="i1">
<tdclass="colFirst"><ahref="com/plannaplan/repositories/AppConfigRepository.html"title="interface in com.plannaplan.repositories">AppConfigRepository</a></td>
<thclass="colLast"scope="row">
<divclass="block">Repository for app config</div>
</th>
</tr>
<trclass="altColor"id="i2">
<tdclass="colFirst"><ahref="com/plannaplan/types/AppState.html"title="enum in com.plannaplan.types">AppState</a></td>
<thclass="colLast"scope="row"> </th>
</tr>
<trclass="rowColor"id="i3">
<tdclass="colFirst"><ahref="com/plannaplan/entities/Assignment.html"title="class in com.plannaplan.entities">Assignment</a></td>
<thclass="colLast"scope="row">
<divclass="block">Entity of Assignment grouping of state associated about group_id and
commision_id</div>
</th>
</tr>
<trclass="altColor"id="i4">
<tdclass="colFirst"><ahref="com/plannaplan/repositories/AssignmentRepository.html"title="interface in com.plannaplan.repositories">AssignmentRepository</a></td>
SELECT * FROM Assignment WHERE commision_id = i .</div>
</th>
</tr>
<trclass="rowColor"id="i5">
<tdclass="colFirst"><ahref="com/plannaplan/services/AssignmentService.html"title="class in com.plannaplan.services">AssignmentService</a></td>
<thclass="colLast"scope="row">
<divclass="block">Service of Assignment which can save assignments, diplay assignments, get
ammount of assigments.</div>
</th>
</tr>
<trclass="altColor"id="i6">
<tdclass="colFirst"><ahref="com/plannaplan/entities/Commision.html"title="class in com.plannaplan.entities">Commision</a></td>
<thclass="colLast"scope="row">
<divclass="block">Entity of Commision grouping of state associated about commison and owner_id</div>
</th>
</tr>
<trclass="rowColor"id="i7">
<tdclass="colFirst"><ahref="com/plannaplan/repositories/CommisionRepository.html"title="interface in com.plannaplan.repositories">CommisionRepository</a></td>
<tdclass="colFirst"><ahref="com/plannaplan/services/CommisionService.html"title="class in com.plannaplan.services">CommisionService</a></td>
<thclass="colLast"scope="row">
<divclass="block">Service of CommisionService which can save commision, get user's commisions,
get newest user's commision, get ammount of commisions.</div>
</th>
</tr>
<trclass="rowColor"id="i9">
<tdclass="colFirst"><ahref="com/plannaplan/models/ConfigData.html"title="class in com.plannaplan.models">ConfigData</a></td>
<thclass="colLast"scope="row">
<divclass="block">Config data copntainer to keep tours dates and stream of dasta to import</div>
</th>
</tr>
<trclass="altColor"id="i10">
<tdclass="colFirst"><ahref="com/plannaplan/services/ConfiguratorService.html"title="class in com.plannaplan.services">ConfiguratorService</a></td>
<thclass="colLast"scope="row">
<divclass="block">FileReader is used for reading xls file from input stream.</div>
</th>
</tr>
<trclass="rowColor"id="i11">
<tdclass="colFirst"><ahref="com/plannaplan/entities/Course.html"title="class in com.plannaplan.entities">Course</a></td>
<thclass="colLast"scope="row">
<divclass="block">Entity of Course grouping of state of course</div>
</th>
</tr>
<trclass="altColor"id="i12">
<tdclass="colFirst"><ahref="com/plannaplan/repositories/CourseRepository.html"title="interface in com.plannaplan.repositories">CourseRepository</a></td>
<thclass="colLast"scope="row">
<divclass="block">CourseRepository.findByName:
Return list of:
SELECT * FROM Course WHERE name = i .</div>
</th>
</tr>
<trclass="rowColor"id="i13">
<tdclass="colFirst"><ahref="com/plannaplan/services/CourseService.html"title="class in com.plannaplan.services">CourseService</a></td>
<thclass="colLast"scope="row">
<divclass="block">Service of CourseService which can get(Course By Name, All Courses, Courses
Ammount ), save, delete course.</div>
</th>
</tr>
<trclass="altColor"id="i14">
<tdclass="colFirst"><ahref="com/plannaplan/models/EmailAcceptedData.html"title="class in com.plannaplan.models">EmailAcceptedData</a></td>
<thclass="colLast"scope="row">
<divclass="block">Instance to keep data to send in mail about accepted courses results</div>
</th>
</tr>
<trclass="rowColor"id="i15">
<tdclass="colFirst"><ahref="com/plannaplan/models/EmailExchangesData.html"title="class in com.plannaplan.models">EmailExchangesData</a></td>
<thclass="colLast"scope="row">
<divclass="block">Class to keepm data to be send after exchanges being accept</div>
</th>
</tr>
<trclass="altColor"id="i16">
<tdclass="colFirst"><ahref="com/plannaplan/services/EmailService.html"title="class in com.plannaplan.services">EmailService</a></td>
<thclass="colLast"scope="row">
<divclass="block">Service to send emails</div>
</th>
</tr>
<trclass="rowColor"id="i17">
<tdclass="colFirst"><ahref="com/plannaplan/services/EventService.html"title="class in com.plannaplan.services">EventService</a></td>
<thclass="colLast"scope="row">
<divclass="block">Service to manage app events</div>
</th>
</tr>
<trclass="altColor"id="i18">
<tdclass="colFirst"><ahref="com/plannaplan/entities/Exchange.html"title="class in com.plannaplan.entities">Exchange</a></td>
<thclass="colLast"scope="row">
<divclass="block">Entity that keeps user exchange offer.</div>
</th>
</tr>
<trclass="rowColor"id="i19">
<tdclass="colFirst"><ahref="com/plannaplan/repositories/ExchangeRepository.html"title="interface in com.plannaplan.repositories">ExchangeRepository</a></td>
<thclass="colLast"scope="row"> </th>
</tr>
<trclass="altColor"id="i20">
<tdclass="colFirst"><ahref="com/plannaplan/services/ExchangeService.html"title="class in com.plannaplan.services">ExchangeService</a></td>
<thclass="colLast"scope="row">
<divclass="block">Service to manage Exchanges</div>
</th>
</tr>
<trclass="rowColor"id="i21">
<tdclass="colFirst"><ahref="com/plannaplan/models/ExportData.html"title="class in com.plannaplan.models">ExportData</a></td>
<thclass="colLast"scope="row">
<divclass="block">Container to keep data to export</div>
</th>
</tr>
<trclass="altColor"id="i22">
<tdclass="colFirst"><ahref="com/plannaplan/models/FileData.html"title="class in com.plannaplan.models">FileData</a></td>
<thclass="colLast"scope="row">
<divclass="block">Wrapper for data readed from file</div>
</th>
</tr>
<trclass="rowColor"id="i23">
<tdclass="colFirst"><ahref="com/plannaplan/configutils/FileReader.html"title="class in com.plannaplan.configutils">FileReader</a></td>
<thclass="colLast"scope="row">
<divclass="block">FileReader is used for reading xls file from input stream.</div>
</th>
</tr>
<trclass="altColor"id="i24">
<tdclass="colFirst"><ahref="com/plannaplan/configutils/FileToDatabaseMigrator.html"title="class in com.plannaplan.configutils">FileToDatabaseMigrator</a></td>
<thclass="colLast"scope="row">
<divclass="block">FileToDatabaseMigrator is used for migrate data from file (it reads line by
line) and push it into database</div>
</th>
</tr>
<trclass="rowColor"id="i25">
<tdclass="colFirst"><ahref="com/plannaplan/repositories/GroupRepository.html"title="interface in com.plannaplan.repositories">GroupRepository</a></td>
<thclass="colLast"scope="row">
<divclass="block">GroupRepository.find:
Return list of:
SELECT * FROM Groups WHERE time = i AND room = j AND capacity = k .</div>
</th>
</tr>
<trclass="altColor"id="i26">
<tdclass="colFirst"><ahref="com/plannaplan/entities/Groups.html"title="class in com.plannaplan.entities">Groups</a></td>
<thclass="colLast"scope="row">
<divclass="block">Entity of Groups grouping of state ssociated about
course,time,room,capacity,type,day</div>
</th>
</tr>
<trclass="rowColor"id="i27">
<tdclass="colFirst"><ahref="com/plannaplan/services/GroupService.html"title="class in com.plannaplan.services">GroupService</a></td>
<thclass="colLast"scope="row">
<divclass="block">Service of GroupService which can find(optional), get(By Course, Groups
Ammount, Group By Id, find Not Existing Group), save, delete group.</div>
</th>
</tr>
<trclass="altColor"id="i28">
<tdclass="colFirst"><ahref="com/plannaplan/types/GroupType.html"title="enum in com.plannaplan.types">GroupType</a></td>
<tdclass="colFirst"><ahref="com/plannaplan/entities/Lecturer.html"title="class in com.plannaplan.entities">Lecturer</a></td>
<thclass="colLast"scope="row">
<divclass="block">Entity of Lecturer grouping of state ssociated about id,title,name,surname</div>
</th>
</tr>
<trclass="altColor"id="i30">
<tdclass="colFirst"><ahref="com/plannaplan/repositories/LecturerRepository.html"title="interface in com.plannaplan.repositories">LecturerRepository</a></td>
<thclass="colLast"scope="row">
<divclass="block">LecturerRepository.find:
Return list of:
SELECT * FROM Lecturer WHERE title = i AND name = j AND surname = k.</div>
</th>
</tr>
<trclass="rowColor"id="i31">
<tdclass="colFirst"><ahref="com/plannaplan/services/LecturerService.html"title="class in com.plannaplan.services">LecturerService</a></td>
<thclass="colLast"scope="row">
<divclass="block">Service of LecturerService which can get(Lecturer, Lecturers Ammount), save, delete lecturers.</div>
</th>
</tr>
<trclass="altColor"id="i32">
<tdclass="colFirst"><ahref="com/plannaplan/models/MatchData.html"title="class in com.plannaplan.models">MatchData</a></td>
<thclass="colLast"scope="row">
<divclass="block">Match of users Exchange's to be performed</div>
</th>
</tr>
<trclass="rowColor"id="i33">
<tdclass="colFirst"><ahref="com/plannaplan/exceptions/TokenExpiredException.html"title="class in com.plannaplan.exceptions">TokenExpiredException</a></td>
<thclass="colLast"scope="row">
<divclass="block">Excepction to be thrown when provided token is expired</div>
</th>
</tr>
<trclass="altColor"id="i34">
<tdclass="colFirst"><ahref="com/plannaplan/models/TourData.html"title="class in com.plannaplan.models">TourData</a></td>
<thclass="colLast"scope="row">
<divclass="block">Container for Tours dates</div>
</th>
</tr>
<trclass="rowColor"id="i35">
<tdclass="colFirst"><ahref="com/plannaplan/entities/User.html"title="class in com.plannaplan.entities">User</a></td>
<thclass="colLast"scope="row">
<divclass="block">Entity of User grouping of state ssociated about
<tdclass="colFirst"><ahref="com/plannaplan/models/UserApiResponse.html"title="class in com.plannaplan.models">UserApiResponse</a></td>
<thclass="colLast"scope="row">
<divclass="block">Model to keep data from /services/users/user response called in
UsosApiService</div>
</th>
</tr>
<trclass="rowColor"id="i37">
<tdclass="colFirst"><ahref="com/plannaplan/exceptions/UserNotFoundException.html"title="class in com.plannaplan.exceptions">UserNotFoundException</a></td>
<thclass="colLast"scope="row">
<divclass="block">Exception to be thrown when provided user does not exist in database</div>
</th>
</tr>
<trclass="altColor"id="i38">
<tdclass="colFirst"><ahref="com/plannaplan/repositories/UserRepository.html"title="interface in com.plannaplan.repositories">UserRepository</a></td>
<thclass="colLast"scope="row">
<divclass="block">UserRepository.getByAuthority: Return list of: SELECT * FROM User WHERE email
= i.</div>
</th>
</tr>
<trclass="rowColor"id="i39">
<tdclass="colFirst"><ahref="com/plannaplan/types/UserRoles.html"title="enum in com.plannaplan.types">UserRoles</a></td>