ampliado javadoc
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="es">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_222) on Thu Nov 28 11:59:12 CET 2019 -->
|
||||
<!-- Generated by javadoc (1.8.0_232) on Mon Feb 10 20:28:19 CET 2020 -->
|
||||
<title>Uses of Class Logica.Gestion</title>
|
||||
<meta name="date" content="2019-11-28">
|
||||
<meta name="date" content="2020-02-10">
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../script.js"></script>
|
||||
</head>
|
||||
@@ -99,6 +99,32 @@
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a> in <a href="../../Logica/package-summary.html">Logica</a></h3>
|
||||
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../Logica/package-summary.html">Logica</a> declared as <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>private <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a></code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Transaccion.</span><code><span class="memberNameLink"><a href="../../Logica/Transaccion.html#gestion">gestion</a></span></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../Logica/package-summary.html">Logica</a> with type parameters of type <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) java.util.ArrayList<<a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a>></code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Mes.</span><code><span class="memberNameLink"><a href="../../Logica/Mes.html#gestiones">gestiones</a></span></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../Logica/package-summary.html">Logica</a> that return <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
@@ -131,6 +157,12 @@
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) java.util.ArrayList<<a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a>></code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Mes.</span><code><span class="memberNameLink"><a href="../../Logica/Mes.html#getGestiones--">getGestiones</a></span>()</code>
|
||||
<div class="block">devuelve las gestionaes que contiene</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>java.util.ArrayList<<a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a>></code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Meses.</span><code><span class="memberNameLink"><a href="../../Logica/Meses.html#getGestionesActuales--">getGestionesActuales</a></span>()</code>
|
||||
<div class="block">Devuelve la lista de gestiones en la que nos encontramos</div>
|
||||
@@ -154,11 +186,62 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
|
||||
<caption><span>Constructor parameters in <a href="../../Logica/package-summary.html">Logica</a> with type arguments of type <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../Logica/Mes.html#Mes-java.util.ArrayList-int-java.time.Month-">Mes</a></span>(java.util.ArrayList<<a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a>> gestiones,
|
||||
int anio,
|
||||
java.time.Month mes)</code>
|
||||
<div class="block">Constructor por defecto de Mes</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
<li class="blockList"><a name="VistaControlador">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Uses of <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a> in <a href="../../VistaControlador/package-summary.html">VistaControlador</a></h3>
|
||||
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
|
||||
<caption><span>Fields in <a href="../../VistaControlador/package-summary.html">VistaControlador</a> declared as <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Field and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a></code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Menu.</span><code><span class="memberNameLink"><a href="../../VistaControlador/Menu.html#datosGastos">datosGastos</a></span></code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>(package private) <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a></code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">Menu.</span><code><span class="memberNameLink"><a href="../../VistaControlador/Menu.html#datosIngresos">datosIngresos</a></span></code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>protected <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a></code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">VistaAniadirVisualizar.</span><code><span class="memberNameLink"><a href="../../VistaControlador/VistaAniadirVisualizar.html#gestiones">gestiones</a></span></code> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||||
<caption><span>Methods in <a href="../../VistaControlador/package-summary.html">VistaControlador</a> with parameters of type <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>(package private) void</code></td>
|
||||
<td class="colLast"><span class="typeNameLabel">VistaPanelGestion.</span><code><span class="memberNameLink"><a href="../../VistaControlador/VistaPanelGestion.html#actualizarDatos-Logica.Gestion-">actualizarDatos</a></span>(<a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a> gestion)</code>
|
||||
<div class="block">Actualiza los datos que se deben mostrar</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors in <a href="../../VistaControlador/package-summary.html">VistaControlador</a> with parameters of type <a href="../../Logica/Gestion.html" title="class in Logica">Gestion</a></span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user