<h1title="Uses of Class com.plannaplan.entities.Course"class="title">Uses of Class<br>com.plannaplan.entities.Course</h1>
</div>
<divclass="classUseContainer">
<divclass="useSummary">
<table>
<caption><span>Packages that use <ahref="../Course.html"title="class in com.plannaplan.entities">Course</a></span><spanclass="tabEnd"> </span></caption>
<h2>Uses of <ahref="../Course.html"title="class in com.plannaplan.entities">Course</a> in <ahref="../package-summary.html">com.plannaplan.entities</a></h2>
<divclass="useSummary">
<table>
<caption><span>Methods in <ahref="../package-summary.html">com.plannaplan.entities</a> that return <ahref="../Course.html"title="class in com.plannaplan.entities">Course</a></span><spanclass="tabEnd"> </span></caption>
<thead>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Method</th>
<thclass="colLast"scope="col">Description</th>
</tr>
</thead>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../Course.html"title="class in com.plannaplan.entities">Course</a></code></td>
<caption><span>Methods in <ahref="../package-summary.html">com.plannaplan.entities</a> with parameters of type <ahref="../Course.html"title="class in com.plannaplan.entities">Course</a></span><spanclass="tabEnd"> </span></caption>
<thead>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Method</th>
<thclass="colLast"scope="col">Description</th>
</tr>
</thead>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">Groups.</span><code><spanclass="memberNameLink"><ahref="../Groups.html#setCourseId(com.plannaplan.entities.Course)">setCourseId</a></span>​(<ahref="../Course.html"title="class in com.plannaplan.entities">Course</a> courseId)</code></th>
<ahref="../Course.html"title="class in com.plannaplan.entities">Course</a> course,
java.lang.Integer time,
java.lang.Integer endTime,
<ahref="../../types/WeekDay.html"title="enum in com.plannaplan.types">WeekDay</a> day,
<ahref="../Lecturer.html"title="class in com.plannaplan.entities">Lecturer</a> lecturer,
<ahref="../../types/GroupType.html"title="enum in com.plannaplan.types">GroupType</a> type)</code></th>
<tdclass="colLast">
<divclass="block">Updates given values other that are not null</div>
</td>
</tr>
</tbody>
</table>
</div>
<divclass="useSummary">
<table>
<caption><span>Constructors in <ahref="../package-summary.html">com.plannaplan.entities</a> with parameters of type <ahref="../Course.html"title="class in com.plannaplan.entities">Course</a></span><spanclass="tabEnd"> </span></caption>
<h2>Uses of <ahref="../Course.html"title="class in com.plannaplan.entities">Course</a> in <ahref="../../repositories/package-summary.html">com.plannaplan.repositories</a></h2>
<divclass="useSummary">
<table>
<caption><span>Methods in <ahref="../../repositories/package-summary.html">com.plannaplan.repositories</a> that return types with arguments of type <ahref="../Course.html"title="class in com.plannaplan.entities">Course</a></span><spanclass="tabEnd"> </span></caption>
<thead>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Method</th>
<thclass="colLast"scope="col">Description</th>
</tr>
</thead>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>java.util.Optional<<ahref="../Course.html"title="class in com.plannaplan.entities">Course</a>></code></td>
<h2>Uses of <ahref="../Course.html"title="class in com.plannaplan.entities">Course</a> in <ahref="../../services/package-summary.html">com.plannaplan.services</a></h2>
<divclass="useSummary">
<table>
<caption><span>Methods in <ahref="../../services/package-summary.html">com.plannaplan.services</a> that return <ahref="../Course.html"title="class in com.plannaplan.entities">Course</a></span><spanclass="tabEnd"> </span></caption>
<thead>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Method</th>
<thclass="colLast"scope="col">Description</th>
</tr>
</thead>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../Course.html"title="class in com.plannaplan.entities">Course</a></code></td>
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">CourseService.</span><code><spanclass="memberNameLink"><ahref="../../services/CourseService.html#save(com.plannaplan.entities.Course)">save</a></span>​(<ahref="../Course.html"title="class in com.plannaplan.entities">Course</a> course)</code></th>
<tdclass="colLast">
<divclass="block">save to db</div>
</td>
</tr>
</tbody>
</table>
</div>
<divclass="useSummary">
<table>
<caption><span>Methods in <ahref="../../services/package-summary.html">com.plannaplan.services</a> that return types with arguments of type <ahref="../Course.html"title="class in com.plannaplan.entities">Course</a></span><spanclass="tabEnd"> </span></caption>
<thead>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Method</th>
<thclass="colLast"scope="col">Description</th>
</tr>
</thead>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>java.util.List<<ahref="../Course.html"title="class in com.plannaplan.entities">Course</a>></code></td>
<caption><span>Methods in <ahref="../../services/package-summary.html">com.plannaplan.services</a> with parameters of type <ahref="../Course.html"title="class in com.plannaplan.entities">Course</a></span><spanclass="tabEnd"> </span></caption>
<thead>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Method</th>
<thclass="colLast"scope="col">Description</th>
</tr>
</thead>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">CourseService.</span><code><spanclass="memberNameLink"><ahref="../../services/CourseService.html#delete(com.plannaplan.entities.Course)">delete</a></span>​(<ahref="../Course.html"title="class in com.plannaplan.entities">Course</a> course)</code></th>
<tdclass="colLast">
<divclass="block">delete course from db</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../Course.html"title="class in com.plannaplan.entities">Course</a></code></td>
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">CourseService.</span><code><spanclass="memberNameLink"><ahref="../../services/CourseService.html#save(com.plannaplan.entities.Course)">save</a></span>​(<ahref="../Course.html"title="class in com.plannaplan.entities">Course</a> course)</code></th>