EinheitenAdderTests + TourTests + New Doc

This commit is contained in:
2021-04-18 20:49:57 +02:00
parent fce53a629a
commit ac34432269
578 changed files with 35129 additions and 8865 deletions

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.9) on Thu Feb 25 13:07:23 CET 2021 -->
<title>P-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-02-25">
<!-- Generated by javadoc (11.0.9) on Sun Apr 18 20:47:44 CEST 2021 -->
<title>E-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<meta name="dc.created" content="2021-04-18">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="P-Index";
parent.document.title="E-Index";
}
}
catch(err) {
@ -92,21 +92,82 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</nav>
</header>
<main role="main">
<div class="contentContainer"><a href="index-1.html">D</a>&nbsp;<a href="index-2.html">G</a>&nbsp;<a href="index-3.html">L</a>&nbsp;<a href="index-4.html">M</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">S</a>&nbsp;<a href="index-7.html">T</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:P">
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a href="index-22.html">Z</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:E">
<!-- -->
</a>
<h2 class="title">P</h2>
<h2 class="title">E</h2>
<dl>
<dt><a href="../tourplaner/ui/PresenterMain.html" title="class in tourplaner.ui"><span class="typeNameLink">PresenterMain</span></a> - Class in <a href="../tourplaner/ui/package-summary.html">tourplaner.ui</a></dt>
<dt><span class="memberNameLink"><a href="../tourplaner/ui/TourplanerController.html#editBtn">editBtn</a></span> - Variable in class tourplaner.ui.<a href="../tourplaner/ui/TourplanerController.html" title="class in tourplaner.ui">TourplanerController</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/viewmodels/ViewModel.html#editLog()">editLog()</a></span> - Method in class tourplaner.viewmodels.<a href="../tourplaner/viewmodels/ViewModel.html" title="class in tourplaner.viewmodels">ViewModel</a></dt>
<dd>
<div class="block">Presenter des Tourplaners</div>
<div class="block">Bearbeitet einen gewählten Log eintrag</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/ui/PresenterMain.html#%3Cinit%3E(javafx.stage.Stage,org.apache.log4j.Logger)">PresenterMain(Stage, Logger)</a></span> - Constructor for class tourplaner.ui.<a href="../tourplaner/ui/PresenterMain.html" title="class in tourplaner.ui">PresenterMain</a></dt>
<dt><span class="memberNameLink"><a href="../tourplaner/business/TourPlaner.html#editLog(java.lang.String,tourplaner.object.Log)">editLog(String, Log)</a></span> - Static method in class tourplaner.business.<a href="../tourplaner/business/TourPlaner.html" title="class in tourplaner.business">TourPlaner</a></dt>
<dd>
<div class="block">Startet die Gui</div>
<div class="block">Editiert ein Log</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/data/DbConnect.html#editLog(java.lang.String,tourplaner.object.Log)">editLog(String, Log)</a></span> - Method in class tourplaner.data.<a href="../tourplaner/data/DbConnect.html" title="class in tourplaner.data">DbConnect</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/viewmodels/ViewModel.html#editTour()">editTour()</a></span> - Method in class tourplaner.viewmodels.<a href="../tourplaner/viewmodels/ViewModel.html" title="class in tourplaner.viewmodels">ViewModel</a></dt>
<dd>
<div class="block">Bearbeitet eine bereits bestehende Tour
prüft ob eine tour ausgewählt ist</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/business/TourPlaner.html#editTour(java.lang.String,tourplaner.object.Tour)">editTour(String, Tour)</a></span> - Static method in class tourplaner.business.<a href="../tourplaner/business/TourPlaner.html" title="class in tourplaner.business">TourPlaner</a></dt>
<dd>
<div class="block">Bearbeitet eine Tour</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/data/DbConnect.html#editTour(java.lang.String,tourplaner.object.Tour)">editTour(String, Tour)</a></span> - Method in class tourplaner.data.<a href="../tourplaner/data/DbConnect.html" title="class in tourplaner.data">DbConnect</a></dt>
<dd>
<div class="block">Bearbeitet eine Tour</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/ui/TourplanerController.html#editTourBtn">editTourBtn</a></span> - Variable in class tourplaner.ui.<a href="../tourplaner/ui/TourplanerController.html" title="class in tourplaner.ui">TourplanerController</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../tourplaner/business/EinheitenAdder.html" title="class in tourplaner.business"><span class="typeNameLink">EinheitenAdder</span></a> - Class in <a href="../tourplaner/business/package-summary.html">tourplaner.business</a></dt>
<dd>
<div class="block">Fügt am ende eines Strings die einheiten an</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/business/EinheitenAdder.html#%3Cinit%3E()">EinheitenAdder()</a></span> - Constructor for class tourplaner.business.<a href="../tourplaner/business/EinheitenAdder.html" title="class in tourplaner.business">EinheitenAdder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/business/LogHelper.html#error(java.lang.Exception)">error(Exception)</a></span> - Static method in class tourplaner.business.<a href="../tourplaner/business/LogHelper.html" title="class in tourplaner.business">LogHelper</a></dt>
<dd>
<div class="block">Log info in file und Console</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/business/LogHelper.html#error(java.lang.String,java.lang.String)">error(String, String)</a></span> - Static method in class tourplaner.business.<a href="../tourplaner/business/LogHelper.html" title="class in tourplaner.business">LogHelper</a></dt>
<dd>
<div class="block">Log info in file und Console</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/ui/AlertHelper.html#error(java.lang.String,java.lang.String,java.lang.String)">error(String, String, String)</a></span> - Static method in class tourplaner.ui.<a href="../tourplaner/ui/AlertHelper.html" title="class in tourplaner.ui">AlertHelper</a></dt>
<dd>
<div class="block">Error Dialog</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/data/PostgresHelper.html#executeUpdate(java.lang.String)">executeUpdate(String)</a></span> - Static method in class tourplaner.data.<a href="../tourplaner/data/PostgresHelper.html" title="class in tourplaner.data">PostgresHelper</a></dt>
<dd>
<div class="block">Führt ein Sql statement ohne rückgabe aus</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/data/PostgresHelper.html#executeUpdateMessage(java.lang.String,java.lang.String)">executeUpdateMessage(String, String)</a></span> - Static method in class tourplaner.data.<a href="../tourplaner/data/PostgresHelper.html" title="class in tourplaner.data">PostgresHelper</a></dt>
<dd>
<div class="block">Führt ein Sql statement ohne rückgabe aus, mit message nachricht</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/ui/AlertHelper.html#exerror(java.lang.String,java.lang.String,java.lang.String,java.lang.Exception)">exerror(String, String, String, Exception)</a></span> - Static method in class tourplaner.ui.<a href="../tourplaner/ui/AlertHelper.html" title="class in tourplaner.ui">AlertHelper</a></dt>
<dd>
<div class="block">Ausgabe einer Exception in einem Dialog</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/viewmodels/ViewModel.html#exportData()">exportData()</a></span> - Method in class tourplaner.viewmodels.<a href="../tourplaner/viewmodels/ViewModel.html" title="class in tourplaner.viewmodels">ViewModel</a></dt>
<dd>
<div class="block">Exportiert alle daten in ein File das hier gewählt wird</div>
</dd>
<dt><a href="../tourplaner/business/Exporter.html" title="class in tourplaner.business"><span class="typeNameLink">Exporter</span></a> - Class in <a href="../tourplaner/business/package-summary.html">tourplaner.business</a></dt>
<dd>
<div class="block">Ist für das importieren und Exportieren der Daten zuständig</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/business/Exporter.html#%3Cinit%3E(java.lang.String)">Exporter(String)</a></span> - Constructor for class tourplaner.business.<a href="../tourplaner/business/Exporter.html" title="class in tourplaner.business">Exporter</a></dt>
<dd>
<div class="block">Erstellt den Exporter mit dem gegebenen Path</div>
</dd>
</dl>
<a href="index-1.html">D</a>&nbsp;<a href="index-2.html">G</a>&nbsp;<a href="index-3.html">L</a>&nbsp;<a href="index-4.html">M</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">S</a>&nbsp;<a href="index-7.html">T</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a href="index-22.html">Z</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
</main>
<footer role="contentinfo">
<nav role="navigation">