Devolvi los packages a como estaban al principio

Mi plan maestro no funciono
This commit is contained in:
Daniel Cortés
2019-06-14 00:22:51 -04:00
parent 95f77b8392
commit 81a3a2e6ac
168 changed files with 367 additions and 367 deletions

View File

@@ -6,120 +6,120 @@ import javax.swing.JMenu;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
import xyz.danielcortes.controllers.mantenedores.autor.AutorCreateController;
import xyz.danielcortes.controllers.mantenedores.autor.AutorSearchController;
import xyz.danielcortes.controllers.mantenedores.autor.AutorUpdateController;
import xyz.danielcortes.controllers.mantenedores.autor.AutorViewController;
import xyz.danielcortes.controllers.mantenedores.categoria.CategoriaCreateController;
import xyz.danielcortes.controllers.mantenedores.categoria.CategoriaSearchController;
import xyz.danielcortes.controllers.mantenedores.categoria.CategoriaUpdateController;
import xyz.danielcortes.controllers.mantenedores.categoria.CategoriaViewController;
import xyz.danielcortes.controllers.mantenedores.cliente.ClienteCreateController;
import xyz.danielcortes.controllers.mantenedores.cliente.ClienteSearchController;
import xyz.danielcortes.controllers.mantenedores.cliente.ClienteUpdateController;
import xyz.danielcortes.controllers.mantenedores.cliente.ClienteViewController;
import xyz.danielcortes.controllers.mantenedores.cliente.correo.ClienteCorreoCreateController;
import xyz.danielcortes.controllers.mantenedores.cliente.correo.ClienteCorreoSearchController;
import xyz.danielcortes.controllers.mantenedores.cliente.correo.ClienteCorreoUpdateController;
import xyz.danielcortes.controllers.mantenedores.cliente.correo.ClienteCorreoViewController;
import xyz.danielcortes.controllers.mantenedores.distribuidor.DistribuidorCreateController;
import xyz.danielcortes.controllers.mantenedores.distribuidor.DistribuidorSearchController;
import xyz.danielcortes.controllers.mantenedores.distribuidor.DistribuidorUpdateController;
import xyz.danielcortes.controllers.mantenedores.distribuidor.DistribuidorViewController;
import xyz.danielcortes.controllers.mantenedores.distribuidor.correo.DistribuidorCorreoCreateController;
import xyz.danielcortes.controllers.mantenedores.distribuidor.correo.DistribuidorCorreoSearchController;
import xyz.danielcortes.controllers.mantenedores.distribuidor.correo.DistribuidorCorreoUpdateController;
import xyz.danielcortes.controllers.mantenedores.distribuidor.correo.DistribuidorCorreoViewController;
import xyz.danielcortes.controllers.mantenedores.editorial.EditorialCreateController;
import xyz.danielcortes.controllers.mantenedores.editorial.EditorialSearchController;
import xyz.danielcortes.controllers.mantenedores.editorial.EditorialUpdateController;
import xyz.danielcortes.controllers.mantenedores.editorial.EditorialViewController;
import xyz.danielcortes.controllers.mantenedores.empresa.EmpresaCreateController;
import xyz.danielcortes.controllers.mantenedores.empresa.EmpresaSearchController;
import xyz.danielcortes.controllers.mantenedores.empresa.EmpresaUpdateController;
import xyz.danielcortes.controllers.mantenedores.empresa.EmpresaViewController;
import xyz.danielcortes.controllers.mantenedores.idioma.IdiomaCreateController;
import xyz.danielcortes.controllers.mantenedores.idioma.IdiomaSearchController;
import xyz.danielcortes.controllers.mantenedores.idioma.IdiomaUpdateController;
import xyz.danielcortes.controllers.mantenedores.idioma.IdiomaViewController;
import xyz.danielcortes.controllers.mantenedores.libro.LibroCreateController;
import xyz.danielcortes.controllers.mantenedores.libro.LibroSearchController;
import xyz.danielcortes.controllers.mantenedores.libro.LibroUpdateController;
import xyz.danielcortes.controllers.mantenedores.libro.LibroViewController;
import xyz.danielcortes.controllers.mantenedores.trabajador.TrabajadorCreateController;
import xyz.danielcortes.controllers.mantenedores.trabajador.TrabajadorSearchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.TrabajadorUpdateController;
import xyz.danielcortes.controllers.mantenedores.trabajador.TrabajadorViewController;
import xyz.danielcortes.controllers.mantenedores.trabajador.correo.TrabajadorCorreoCreateController;
import xyz.danielcortes.controllers.mantenedores.trabajador.correo.TrabajadorCorreoSearchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.correo.TrabajadorCorreoUpdateController;
import xyz.danielcortes.controllers.mantenedores.trabajador.correo.TrabajadorCorreoViewController;
import xyz.danielcortes.controllers.mantenedores.trabajador.direccion.DireccionCreateController;
import xyz.danielcortes.controllers.mantenedores.trabajador.direccion.DireccionSearchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.direccion.DireccionUpdateController;
import xyz.danielcortes.controllers.mantenedores.trabajador.direccion.DireccionViewController;
import xyz.danielcortes.controllers.mantenedores.trabajador.telefono.TelefonoCreateController;
import xyz.danielcortes.controllers.mantenedores.trabajador.telefono.TelefonoSearchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.telefono.TelefonoUpdateController;
import xyz.danielcortes.controllers.mantenedores.trabajador.telefono.TelefonoViewController;
import xyz.danielcortes.controllers.mantenedores.trabajador.usuario.UsuarioCreateController;
import xyz.danielcortes.controllers.mantenedores.trabajador.usuario.UsuarioUpdateController;
import xyz.danielcortes.controllers.mantenedores.trabajador.usuario.UsuarioViewController;
import xyz.danielcortes.controllers.autor.AutorCreateController;
import xyz.danielcortes.controllers.autor.AutorSearchController;
import xyz.danielcortes.controllers.autor.AutorUpdateController;
import xyz.danielcortes.controllers.autor.AutorViewController;
import xyz.danielcortes.controllers.categoria.CategoriaCreateController;
import xyz.danielcortes.controllers.categoria.CategoriaSearchController;
import xyz.danielcortes.controllers.categoria.CategoriaUpdateController;
import xyz.danielcortes.controllers.categoria.CategoriaViewController;
import xyz.danielcortes.controllers.cliente.ClienteCreateController;
import xyz.danielcortes.controllers.cliente.ClienteSearchController;
import xyz.danielcortes.controllers.cliente.ClienteUpdateController;
import xyz.danielcortes.controllers.cliente.ClienteViewController;
import xyz.danielcortes.controllers.cliente.correo.ClienteCorreoCreateController;
import xyz.danielcortes.controllers.cliente.correo.ClienteCorreoSearchController;
import xyz.danielcortes.controllers.cliente.correo.ClienteCorreoUpdateController;
import xyz.danielcortes.controllers.cliente.correo.ClienteCorreoViewController;
import xyz.danielcortes.controllers.distribuidor.DistribuidorCreateController;
import xyz.danielcortes.controllers.distribuidor.DistribuidorSearchController;
import xyz.danielcortes.controllers.distribuidor.DistribuidorUpdateController;
import xyz.danielcortes.controllers.distribuidor.DistribuidorViewController;
import xyz.danielcortes.controllers.distribuidor.correo.DistribuidorCorreoCreateController;
import xyz.danielcortes.controllers.distribuidor.correo.DistribuidorCorreoSearchController;
import xyz.danielcortes.controllers.distribuidor.correo.DistribuidorCorreoUpdateController;
import xyz.danielcortes.controllers.distribuidor.correo.DistribuidorCorreoViewController;
import xyz.danielcortes.controllers.editorial.EditorialCreateController;
import xyz.danielcortes.controllers.editorial.EditorialSearchController;
import xyz.danielcortes.controllers.editorial.EditorialUpdateController;
import xyz.danielcortes.controllers.editorial.EditorialViewController;
import xyz.danielcortes.controllers.empresa.EmpresaCreateController;
import xyz.danielcortes.controllers.empresa.EmpresaSearchController;
import xyz.danielcortes.controllers.empresa.EmpresaUpdateController;
import xyz.danielcortes.controllers.empresa.EmpresaViewController;
import xyz.danielcortes.controllers.idioma.IdiomaCreateController;
import xyz.danielcortes.controllers.idioma.IdiomaSearchController;
import xyz.danielcortes.controllers.idioma.IdiomaUpdateController;
import xyz.danielcortes.controllers.idioma.IdiomaViewController;
import xyz.danielcortes.controllers.libro.LibroCreateController;
import xyz.danielcortes.controllers.libro.LibroSearchController;
import xyz.danielcortes.controllers.libro.LibroUpdateController;
import xyz.danielcortes.controllers.libro.LibroViewController;
import xyz.danielcortes.controllers.trabajador.TrabajadorCreateController;
import xyz.danielcortes.controllers.trabajador.TrabajadorSearchController;
import xyz.danielcortes.controllers.trabajador.TrabajadorUpdateController;
import xyz.danielcortes.controllers.trabajador.TrabajadorViewController;
import xyz.danielcortes.controllers.trabajador.correo.TrabajadorCorreoCreateController;
import xyz.danielcortes.controllers.trabajador.correo.TrabajadorCorreoSearchController;
import xyz.danielcortes.controllers.trabajador.correo.TrabajadorCorreoUpdateController;
import xyz.danielcortes.controllers.trabajador.correo.TrabajadorCorreoViewController;
import xyz.danielcortes.controllers.trabajador.direccion.DireccionCreateController;
import xyz.danielcortes.controllers.trabajador.direccion.DireccionSearchController;
import xyz.danielcortes.controllers.trabajador.direccion.DireccionUpdateController;
import xyz.danielcortes.controllers.trabajador.direccion.DireccionViewController;
import xyz.danielcortes.controllers.trabajador.telefono.TelefonoCreateController;
import xyz.danielcortes.controllers.trabajador.telefono.TelefonoSearchController;
import xyz.danielcortes.controllers.trabajador.telefono.TelefonoUpdateController;
import xyz.danielcortes.controllers.trabajador.telefono.TelefonoViewController;
import xyz.danielcortes.controllers.trabajador.usuario.UsuarioCreateController;
import xyz.danielcortes.controllers.trabajador.usuario.UsuarioUpdateController;
import xyz.danielcortes.controllers.trabajador.usuario.UsuarioViewController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Usuario;
import xyz.danielcortes.views.LaunchFrame;
import xyz.danielcortes.views.mantenedores.autor.AutorCreatePanel;
import xyz.danielcortes.views.mantenedores.autor.AutorSearchPanel;
import xyz.danielcortes.views.mantenedores.autor.AutorUpdatePanel;
import xyz.danielcortes.views.mantenedores.autor.AutorViewPanel;
import xyz.danielcortes.views.mantenedores.categoria.CategoriaCreatePanel;
import xyz.danielcortes.views.mantenedores.categoria.CategoriaSearchPanel;
import xyz.danielcortes.views.mantenedores.categoria.CategoriaUpdatePanel;
import xyz.danielcortes.views.mantenedores.categoria.CategoriaViewPanel;
import xyz.danielcortes.views.mantenedores.cliente.ClienteCreatePanel;
import xyz.danielcortes.views.mantenedores.cliente.ClienteSearchPanel;
import xyz.danielcortes.views.mantenedores.cliente.ClienteUpdatePanel;
import xyz.danielcortes.views.mantenedores.cliente.ClienteViewPanel;
import xyz.danielcortes.views.mantenedores.correo.CorreoCreatePanel;
import xyz.danielcortes.views.mantenedores.correo.CorreoSearchPanel;
import xyz.danielcortes.views.mantenedores.correo.CorreoUpdatePanel;
import xyz.danielcortes.views.mantenedores.correo.CorreoViewPanel;
import xyz.danielcortes.views.mantenedores.direccion.DireccionCreatePanel;
import xyz.danielcortes.views.mantenedores.direccion.DireccionSearchPanel;
import xyz.danielcortes.views.mantenedores.direccion.DireccionUpdatePanel;
import xyz.danielcortes.views.mantenedores.direccion.DireccionViewPanel;
import xyz.danielcortes.views.mantenedores.distribuidor.DistribuidorCreatePanel;
import xyz.danielcortes.views.mantenedores.distribuidor.DistribuidorSearchPanel;
import xyz.danielcortes.views.mantenedores.distribuidor.DistribuidorUpdatePanel;
import xyz.danielcortes.views.mantenedores.distribuidor.DistribuidorViewPanel;
import xyz.danielcortes.views.mantenedores.editorial.EditorialCreatePanel;
import xyz.danielcortes.views.mantenedores.editorial.EditorialSearchPanel;
import xyz.danielcortes.views.mantenedores.editorial.EditorialUpdatePanel;
import xyz.danielcortes.views.mantenedores.editorial.EditorialViewPanel;
import xyz.danielcortes.views.mantenedores.empresa.EmpresaCreatePanel;
import xyz.danielcortes.views.mantenedores.empresa.EmpresaSearchPanel;
import xyz.danielcortes.views.mantenedores.empresa.EmpresaUpdatePanel;
import xyz.danielcortes.views.mantenedores.empresa.EmpresaViewPanel;
import xyz.danielcortes.views.mantenedores.idioma.IdiomaCreatePanel;
import xyz.danielcortes.views.mantenedores.idioma.IdiomaSearchPanel;
import xyz.danielcortes.views.mantenedores.idioma.IdiomaUpdatePanel;
import xyz.danielcortes.views.mantenedores.idioma.IdiomaViewPanel;
import xyz.danielcortes.views.mantenedores.libro.LibroCreatePanel;
import xyz.danielcortes.views.mantenedores.libro.LibroSearchPanel;
import xyz.danielcortes.views.mantenedores.libro.LibroUpdatePanel;
import xyz.danielcortes.views.mantenedores.libro.LibroViewPanel;
import xyz.danielcortes.views.mantenedores.telefono.TelefonoCreatePanel;
import xyz.danielcortes.views.mantenedores.telefono.TelefonoSearchPanel;
import xyz.danielcortes.views.mantenedores.telefono.TelefonoUpdatePanel;
import xyz.danielcortes.views.mantenedores.telefono.TelefonoViewPanel;
import xyz.danielcortes.views.mantenedores.trabajador.TrabajadorCreatePanel;
import xyz.danielcortes.views.mantenedores.trabajador.TrabajadorSearchPanel;
import xyz.danielcortes.views.mantenedores.trabajador.TrabajadorUpdatePanel;
import xyz.danielcortes.views.mantenedores.trabajador.TrabajadorViewPanel;
import xyz.danielcortes.views.mantenedores.usuario.UsuarioCreatePanel;
import xyz.danielcortes.views.mantenedores.usuario.UsuarioUpdatePanel;
import xyz.danielcortes.views.mantenedores.usuario.UsuarioViewPanel;
import xyz.danielcortes.views.autor.AutorCreatePanel;
import xyz.danielcortes.views.autor.AutorSearchPanel;
import xyz.danielcortes.views.autor.AutorUpdatePanel;
import xyz.danielcortes.views.autor.AutorViewPanel;
import xyz.danielcortes.views.categoria.CategoriaCreatePanel;
import xyz.danielcortes.views.categoria.CategoriaSearchPanel;
import xyz.danielcortes.views.categoria.CategoriaUpdatePanel;
import xyz.danielcortes.views.categoria.CategoriaViewPanel;
import xyz.danielcortes.views.cliente.ClienteCreatePanel;
import xyz.danielcortes.views.cliente.ClienteSearchPanel;
import xyz.danielcortes.views.cliente.ClienteUpdatePanel;
import xyz.danielcortes.views.cliente.ClienteViewPanel;
import xyz.danielcortes.views.correo.CorreoCreatePanel;
import xyz.danielcortes.views.correo.CorreoSearchPanel;
import xyz.danielcortes.views.correo.CorreoUpdatePanel;
import xyz.danielcortes.views.correo.CorreoViewPanel;
import xyz.danielcortes.views.direccion.DireccionCreatePanel;
import xyz.danielcortes.views.direccion.DireccionSearchPanel;
import xyz.danielcortes.views.direccion.DireccionUpdatePanel;
import xyz.danielcortes.views.direccion.DireccionViewPanel;
import xyz.danielcortes.views.distribuidor.DistribuidorCreatePanel;
import xyz.danielcortes.views.distribuidor.DistribuidorSearchPanel;
import xyz.danielcortes.views.distribuidor.DistribuidorUpdatePanel;
import xyz.danielcortes.views.distribuidor.DistribuidorViewPanel;
import xyz.danielcortes.views.editorial.EditorialCreatePanel;
import xyz.danielcortes.views.editorial.EditorialSearchPanel;
import xyz.danielcortes.views.editorial.EditorialUpdatePanel;
import xyz.danielcortes.views.editorial.EditorialViewPanel;
import xyz.danielcortes.views.empresa.EmpresaCreatePanel;
import xyz.danielcortes.views.empresa.EmpresaSearchPanel;
import xyz.danielcortes.views.empresa.EmpresaUpdatePanel;
import xyz.danielcortes.views.empresa.EmpresaViewPanel;
import xyz.danielcortes.views.idioma.IdiomaCreatePanel;
import xyz.danielcortes.views.idioma.IdiomaSearchPanel;
import xyz.danielcortes.views.idioma.IdiomaUpdatePanel;
import xyz.danielcortes.views.idioma.IdiomaViewPanel;
import xyz.danielcortes.views.libro.LibroCreatePanel;
import xyz.danielcortes.views.libro.LibroSearchPanel;
import xyz.danielcortes.views.libro.LibroUpdatePanel;
import xyz.danielcortes.views.libro.LibroViewPanel;
import xyz.danielcortes.views.telefono.TelefonoCreatePanel;
import xyz.danielcortes.views.telefono.TelefonoSearchPanel;
import xyz.danielcortes.views.telefono.TelefonoUpdatePanel;
import xyz.danielcortes.views.telefono.TelefonoViewPanel;
import xyz.danielcortes.views.trabajador.TrabajadorCreatePanel;
import xyz.danielcortes.views.trabajador.TrabajadorSearchPanel;
import xyz.danielcortes.views.trabajador.TrabajadorUpdatePanel;
import xyz.danielcortes.views.trabajador.TrabajadorViewPanel;
import xyz.danielcortes.views.usuario.UsuarioCreatePanel;
import xyz.danielcortes.views.usuario.UsuarioUpdatePanel;
import xyz.danielcortes.views.usuario.UsuarioViewPanel;
public class LaunchController {

View File

@@ -1,11 +1,11 @@
package xyz.danielcortes.controllers.mantenedores.abstract_correo;
package xyz.danielcortes.controllers.abstract_correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.repository.CorreoRepository;
import xyz.danielcortes.validator.CorreoValidator;
import xyz.danielcortes.views.mantenedores.correo.CorreoCreatePanel;
import xyz.danielcortes.views.correo.CorreoCreatePanel;
public abstract class AbstractCorreoCreateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.abstract_correo;
package xyz.danielcortes.controllers.abstract_correo;
import java.util.List;
import javax.swing.JOptionPane;
@@ -9,7 +9,7 @@ import xyz.danielcortes.framework.BaseTableModel;
import xyz.danielcortes.models.Correo;
import xyz.danielcortes.repository.CorreoRepository;
import xyz.danielcortes.validator.CorreoValidator;
import xyz.danielcortes.views.mantenedores.correo.CorreoSearchPanel;
import xyz.danielcortes.views.correo.CorreoSearchPanel;
public abstract class AbstractCorreoSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.abstract_correo;
package xyz.danielcortes.controllers.abstract_correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -7,7 +7,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Correo;
import xyz.danielcortes.repository.CorreoRepository;
import xyz.danielcortes.validator.CorreoValidator;
import xyz.danielcortes.views.mantenedores.correo.CorreoUpdatePanel;
import xyz.danielcortes.views.correo.CorreoUpdatePanel;
public abstract class AbstractCorreoUpdateController extends BaseController {

View File

@@ -1,10 +1,10 @@
package xyz.danielcortes.controllers.mantenedores.abstract_correo;
package xyz.danielcortes.controllers.abstract_correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.models.Correo;
import xyz.danielcortes.views.mantenedores.correo.CorreoViewPanel;
import xyz.danielcortes.views.correo.CorreoViewPanel;
public abstract class AbstractCorreoViewController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.autor;
package xyz.danielcortes.controllers.autor;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -8,7 +8,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Autor;
import xyz.danielcortes.repository.AutorRepository;
import xyz.danielcortes.validator.AutorValidator;
import xyz.danielcortes.views.mantenedores.autor.AutorCreatePanel;
import xyz.danielcortes.views.autor.AutorCreatePanel;
public class AutorCreateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.autor;
package xyz.danielcortes.controllers.autor;
import java.util.List;
import javax.swing.JOptionPane;
@@ -11,7 +11,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Autor;
import xyz.danielcortes.repository.AutorRepository;
import xyz.danielcortes.validator.AutorValidator;
import xyz.danielcortes.views.mantenedores.autor.AutorSearchPanel;
import xyz.danielcortes.views.autor.AutorSearchPanel;
public class AutorSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.autor;
package xyz.danielcortes.controllers.autor;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -8,7 +8,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Autor;
import xyz.danielcortes.repository.AutorRepository;
import xyz.danielcortes.validator.AutorValidator;
import xyz.danielcortes.views.mantenedores.autor.AutorUpdatePanel;
import xyz.danielcortes.views.autor.AutorUpdatePanel;
public class AutorUpdateController extends BaseController {

View File

@@ -1,11 +1,11 @@
package xyz.danielcortes.controllers.mantenedores.autor;
package xyz.danielcortes.controllers.autor;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Autor;
import xyz.danielcortes.views.mantenedores.autor.AutorViewPanel;
import xyz.danielcortes.views.autor.AutorViewPanel;
public class AutorViewController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.categoria;
package xyz.danielcortes.controllers.categoria;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -8,7 +8,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Categoria;
import xyz.danielcortes.repository.CategoriaRepository;
import xyz.danielcortes.validator.CategoriaValidator;
import xyz.danielcortes.views.mantenedores.categoria.CategoriaCreatePanel;
import xyz.danielcortes.views.categoria.CategoriaCreatePanel;
public class CategoriaCreateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.categoria;
package xyz.danielcortes.controllers.categoria;
import java.util.List;
import javax.swing.JOptionPane;
@@ -11,7 +11,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Categoria;
import xyz.danielcortes.repository.CategoriaRepository;
import xyz.danielcortes.validator.CategoriaValidator;
import xyz.danielcortes.views.mantenedores.categoria.CategoriaSearchPanel;
import xyz.danielcortes.views.categoria.CategoriaSearchPanel;
public class CategoriaSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.categoria;
package xyz.danielcortes.controllers.categoria;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -8,7 +8,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Categoria;
import xyz.danielcortes.repository.CategoriaRepository;
import xyz.danielcortes.validator.CategoriaValidator;
import xyz.danielcortes.views.mantenedores.categoria.CategoriaUpdatePanel;
import xyz.danielcortes.views.categoria.CategoriaUpdatePanel;
public class CategoriaUpdateController extends BaseController {

View File

@@ -1,11 +1,11 @@
package xyz.danielcortes.controllers.mantenedores.categoria;
package xyz.danielcortes.controllers.categoria;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Categoria;
import xyz.danielcortes.views.mantenedores.categoria.CategoriaViewPanel;
import xyz.danielcortes.views.categoria.CategoriaViewPanel;
public class CategoriaViewController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.cliente;
package xyz.danielcortes.controllers.cliente;
import java.time.LocalDate;
import xyz.danielcortes.controllers.LaunchController;
@@ -9,7 +9,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Cliente;
import xyz.danielcortes.repository.ClienteRespository;
import xyz.danielcortes.validator.ClienteValidator;
import xyz.danielcortes.views.mantenedores.cliente.ClienteCreatePanel;
import xyz.danielcortes.views.cliente.ClienteCreatePanel;
public class ClienteCreateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.cliente;
package xyz.danielcortes.controllers.cliente;
import java.util.List;
import javax.swing.JOptionPane;
@@ -10,7 +10,7 @@ import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Cliente;
import xyz.danielcortes.repository.ClienteRespository;
import xyz.danielcortes.validator.ClienteValidator;
import xyz.danielcortes.views.mantenedores.cliente.ClienteSearchPanel;
import xyz.danielcortes.views.cliente.ClienteSearchPanel;
public class ClienteSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.cliente;
package xyz.danielcortes.controllers.cliente;
import java.time.LocalDate;
import xyz.danielcortes.controllers.LaunchController;
@@ -9,7 +9,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Cliente;
import xyz.danielcortes.repository.ClienteRespository;
import xyz.danielcortes.validator.ClienteValidator;
import xyz.danielcortes.views.mantenedores.cliente.ClienteUpdatePanel;
import xyz.danielcortes.views.cliente.ClienteUpdatePanel;
public class ClienteUpdateController extends BaseController {

View File

@@ -1,13 +1,13 @@
package xyz.danielcortes.controllers.mantenedores.cliente;
package xyz.danielcortes.controllers.cliente;
import java.time.format.DateTimeFormatter;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.cliente.correo.ClienteCorreoSearchController;
import xyz.danielcortes.controllers.cliente.correo.ClienteCorreoSearchController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Cliente;
import xyz.danielcortes.views.mantenedores.cliente.ClienteViewPanel;
import xyz.danielcortes.views.cliente.ClienteViewPanel;
public class ClienteViewController extends BaseController {

View File

@@ -1,12 +1,12 @@
package xyz.danielcortes.controllers.mantenedores.cliente.correo;
package xyz.danielcortes.controllers.cliente.correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoCreateController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoCreateController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Cliente;
import xyz.danielcortes.models.Correo;
import xyz.danielcortes.views.mantenedores.correo.CorreoCreatePanel;
import xyz.danielcortes.views.correo.CorreoCreatePanel;
public class ClienteCorreoCreateController extends AbstractCorreoCreateController {

View File

@@ -1,14 +1,14 @@
package xyz.danielcortes.controllers.mantenedores.cliente.correo;
package xyz.danielcortes.controllers.cliente.correo;
import java.util.List;
import javax.swing.JOptionPane;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoSearchController;
import xyz.danielcortes.controllers.mantenedores.cliente.ClienteViewController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoSearchController;
import xyz.danielcortes.controllers.cliente.ClienteViewController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Cliente;
import xyz.danielcortes.models.Correo;
import xyz.danielcortes.views.mantenedores.correo.CorreoSearchPanel;
import xyz.danielcortes.views.correo.CorreoSearchPanel;
public class ClienteCorreoSearchController extends AbstractCorreoSearchController {

View File

@@ -1,10 +1,10 @@
package xyz.danielcortes.controllers.mantenedores.cliente.correo;
package xyz.danielcortes.controllers.cliente.correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoUpdateController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoUpdateController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Cliente;
import xyz.danielcortes.views.mantenedores.correo.CorreoUpdatePanel;
import xyz.danielcortes.views.correo.CorreoUpdatePanel;
public class ClienteCorreoUpdateController extends AbstractCorreoUpdateController {

View File

@@ -1,10 +1,10 @@
package xyz.danielcortes.controllers.mantenedores.cliente.correo;
package xyz.danielcortes.controllers.cliente.correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoViewController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoViewController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Cliente;
import xyz.danielcortes.views.mantenedores.correo.CorreoViewPanel;
import xyz.danielcortes.views.correo.CorreoViewPanel;
public class ClienteCorreoViewController extends AbstractCorreoViewController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.distribuidor;
package xyz.danielcortes.controllers.distribuidor;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -10,7 +10,7 @@ import xyz.danielcortes.models.Empresa;
import xyz.danielcortes.repository.DistribuidorRepository;
import xyz.danielcortes.repository.EmpresaRepository;
import xyz.danielcortes.validator.DistribuidorValidator;
import xyz.danielcortes.views.mantenedores.distribuidor.DistribuidorCreatePanel;
import xyz.danielcortes.views.distribuidor.DistribuidorCreatePanel;
public class DistribuidorCreateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.distribuidor;
package xyz.danielcortes.controllers.distribuidor;
import java.util.List;
import javax.swing.JOptionPane;
@@ -10,7 +10,7 @@ import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Distribuidor;
import xyz.danielcortes.repository.DistribuidorRepository;
import xyz.danielcortes.validator.DistribuidorValidator;
import xyz.danielcortes.views.mantenedores.distribuidor.DistribuidorSearchPanel;
import xyz.danielcortes.views.distribuidor.DistribuidorSearchPanel;
public class DistribuidorSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.distribuidor;
package xyz.danielcortes.controllers.distribuidor;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -10,7 +10,7 @@ import xyz.danielcortes.models.Empresa;
import xyz.danielcortes.repository.DistribuidorRepository;
import xyz.danielcortes.repository.EmpresaRepository;
import xyz.danielcortes.validator.DistribuidorValidator;
import xyz.danielcortes.views.mantenedores.distribuidor.DistribuidorUpdatePanel;
import xyz.danielcortes.views.distribuidor.DistribuidorUpdatePanel;
public class DistribuidorUpdateController extends BaseController {

View File

@@ -1,12 +1,12 @@
package xyz.danielcortes.controllers.mantenedores.distribuidor;
package xyz.danielcortes.controllers.distribuidor;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.distribuidor.correo.DistribuidorCorreoSearchController;
import xyz.danielcortes.controllers.distribuidor.correo.DistribuidorCorreoSearchController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Distribuidor;
import xyz.danielcortes.views.mantenedores.distribuidor.DistribuidorViewPanel;
import xyz.danielcortes.views.distribuidor.DistribuidorViewPanel;
public class DistribuidorViewController extends BaseController {

View File

@@ -1,12 +1,12 @@
package xyz.danielcortes.controllers.mantenedores.distribuidor.correo;
package xyz.danielcortes.controllers.distribuidor.correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoCreateController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoCreateController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Correo;
import xyz.danielcortes.models.Distribuidor;
import xyz.danielcortes.views.mantenedores.correo.CorreoCreatePanel;
import xyz.danielcortes.views.correo.CorreoCreatePanel;
public class DistribuidorCorreoCreateController extends AbstractCorreoCreateController {

View File

@@ -1,14 +1,14 @@
package xyz.danielcortes.controllers.mantenedores.distribuidor.correo;
package xyz.danielcortes.controllers.distribuidor.correo;
import java.util.List;
import javax.swing.JOptionPane;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoSearchController;
import xyz.danielcortes.controllers.mantenedores.distribuidor.DistribuidorViewController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoSearchController;
import xyz.danielcortes.controllers.distribuidor.DistribuidorViewController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Correo;
import xyz.danielcortes.models.Distribuidor;
import xyz.danielcortes.views.mantenedores.correo.CorreoSearchPanel;
import xyz.danielcortes.views.correo.CorreoSearchPanel;
public class DistribuidorCorreoSearchController extends AbstractCorreoSearchController {

View File

@@ -1,10 +1,10 @@
package xyz.danielcortes.controllers.mantenedores.distribuidor.correo;
package xyz.danielcortes.controllers.distribuidor.correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoUpdateController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoUpdateController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Distribuidor;
import xyz.danielcortes.views.mantenedores.correo.CorreoUpdatePanel;
import xyz.danielcortes.views.correo.CorreoUpdatePanel;
public class DistribuidorCorreoUpdateController extends AbstractCorreoUpdateController {

View File

@@ -1,10 +1,10 @@
package xyz.danielcortes.controllers.mantenedores.distribuidor.correo;
package xyz.danielcortes.controllers.distribuidor.correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoViewController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoViewController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Distribuidor;
import xyz.danielcortes.views.mantenedores.correo.CorreoViewPanel;
import xyz.danielcortes.views.correo.CorreoViewPanel;
public class DistribuidorCorreoViewController extends AbstractCorreoViewController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.editorial;
package xyz.danielcortes.controllers.editorial;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -8,7 +8,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Editorial;
import xyz.danielcortes.repository.EditorialRepository;
import xyz.danielcortes.validator.EditorialValidator;
import xyz.danielcortes.views.mantenedores.editorial.EditorialCreatePanel;
import xyz.danielcortes.views.editorial.EditorialCreatePanel;
public class EditorialCreateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.editorial;
package xyz.danielcortes.controllers.editorial;
import java.util.List;
import javax.swing.JOptionPane;
@@ -11,7 +11,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Editorial;
import xyz.danielcortes.repository.EditorialRepository;
import xyz.danielcortes.validator.EditorialValidator;
import xyz.danielcortes.views.mantenedores.editorial.EditorialSearchPanel;
import xyz.danielcortes.views.editorial.EditorialSearchPanel;
public class EditorialSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.editorial;
package xyz.danielcortes.controllers.editorial;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -8,7 +8,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Editorial;
import xyz.danielcortes.repository.EditorialRepository;
import xyz.danielcortes.validator.EditorialValidator;
import xyz.danielcortes.views.mantenedores.editorial.EditorialUpdatePanel;
import xyz.danielcortes.views.editorial.EditorialUpdatePanel;
public class EditorialUpdateController extends BaseController {

View File

@@ -1,11 +1,11 @@
package xyz.danielcortes.controllers.mantenedores.editorial;
package xyz.danielcortes.controllers.editorial;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Editorial;
import xyz.danielcortes.views.mantenedores.editorial.EditorialViewPanel;
import xyz.danielcortes.views.editorial.EditorialViewPanel;
public class EditorialViewController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.empresa;
package xyz.danielcortes.controllers.empresa;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -8,7 +8,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Empresa;
import xyz.danielcortes.repository.EmpresaRepository;
import xyz.danielcortes.validator.EmpresaValidator;
import xyz.danielcortes.views.mantenedores.empresa.EmpresaCreatePanel;
import xyz.danielcortes.views.empresa.EmpresaCreatePanel;
public class EmpresaCreateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.empresa;
package xyz.danielcortes.controllers.empresa;
import java.util.List;
import javax.swing.JOptionPane;
@@ -10,7 +10,7 @@ import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Empresa;
import xyz.danielcortes.repository.EmpresaRepository;
import xyz.danielcortes.validator.EmpresaValidator;
import xyz.danielcortes.views.mantenedores.empresa.EmpresaSearchPanel;
import xyz.danielcortes.views.empresa.EmpresaSearchPanel;
public class EmpresaSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.empresa;
package xyz.danielcortes.controllers.empresa;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -8,7 +8,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Empresa;
import xyz.danielcortes.repository.EmpresaRepository;
import xyz.danielcortes.validator.EmpresaValidator;
import xyz.danielcortes.views.mantenedores.empresa.EmpresaUpdatePanel;
import xyz.danielcortes.views.empresa.EmpresaUpdatePanel;
public class EmpresaUpdateController extends BaseController {

View File

@@ -1,11 +1,11 @@
package xyz.danielcortes.controllers.mantenedores.empresa;
package xyz.danielcortes.controllers.empresa;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Empresa;
import xyz.danielcortes.views.mantenedores.empresa.EmpresaViewPanel;
import xyz.danielcortes.views.empresa.EmpresaViewPanel;
public class EmpresaViewController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.idioma;
package xyz.danielcortes.controllers.idioma;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -8,7 +8,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Idioma;
import xyz.danielcortes.repository.IdiomaRepository;
import xyz.danielcortes.validator.IdiomaValidator;
import xyz.danielcortes.views.mantenedores.idioma.IdiomaCreatePanel;
import xyz.danielcortes.views.idioma.IdiomaCreatePanel;
public class IdiomaCreateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.idioma;
package xyz.danielcortes.controllers.idioma;
import java.util.List;
import javax.swing.JOptionPane;
@@ -11,7 +11,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Idioma;
import xyz.danielcortes.repository.IdiomaRepository;
import xyz.danielcortes.validator.IdiomaValidator;
import xyz.danielcortes.views.mantenedores.idioma.IdiomaSearchPanel;
import xyz.danielcortes.views.idioma.IdiomaSearchPanel;
public class IdiomaSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.idioma;
package xyz.danielcortes.controllers.idioma;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -8,7 +8,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Idioma;
import xyz.danielcortes.repository.IdiomaRepository;
import xyz.danielcortes.validator.IdiomaValidator;
import xyz.danielcortes.views.mantenedores.idioma.IdiomaUpdatePanel;
import xyz.danielcortes.views.idioma.IdiomaUpdatePanel;
public class IdiomaUpdateController extends BaseController {

View File

@@ -1,11 +1,11 @@
package xyz.danielcortes.controllers.mantenedores.idioma;
package xyz.danielcortes.controllers.idioma;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Idioma;
import xyz.danielcortes.views.mantenedores.idioma.IdiomaViewPanel;
import xyz.danielcortes.views.idioma.IdiomaViewPanel;
public class IdiomaViewController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.libro;
package xyz.danielcortes.controllers.libro;
import java.time.Year;
import java.util.HashSet;
@@ -21,7 +21,7 @@ import xyz.danielcortes.repository.EditorialRepository;
import xyz.danielcortes.repository.IdiomaRepository;
import xyz.danielcortes.repository.LibroRepository;
import xyz.danielcortes.validator.LibroValidator;
import xyz.danielcortes.views.mantenedores.libro.LibroCreatePanel;
import xyz.danielcortes.views.libro.LibroCreatePanel;
public class LibroCreateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.libro;
package xyz.danielcortes.controllers.libro;
import java.util.List;
import javax.swing.JOptionPane;
@@ -10,7 +10,7 @@ import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Libro;
import xyz.danielcortes.repository.LibroRepository;
import xyz.danielcortes.validator.LibroValidator;
import xyz.danielcortes.views.mantenedores.libro.LibroSearchPanel;
import xyz.danielcortes.views.libro.LibroSearchPanel;
public class LibroSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.libro;
package xyz.danielcortes.controllers.libro;
import java.time.Year;
import java.util.HashSet;
@@ -22,7 +22,7 @@ import xyz.danielcortes.repository.EditorialRepository;
import xyz.danielcortes.repository.IdiomaRepository;
import xyz.danielcortes.repository.LibroRepository;
import xyz.danielcortes.validator.LibroValidator;
import xyz.danielcortes.views.mantenedores.libro.LibroUpdatePanel;
import xyz.danielcortes.views.libro.LibroUpdatePanel;
public class LibroUpdateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.libro;
package xyz.danielcortes.controllers.libro;
import java.util.List;
import javax.swing.DefaultListModel;
@@ -17,7 +17,7 @@ import xyz.danielcortes.repository.AutorRepository;
import xyz.danielcortes.repository.CategoriaRepository;
import xyz.danielcortes.repository.EditorialRepository;
import xyz.danielcortes.repository.IdiomaRepository;
import xyz.danielcortes.views.mantenedores.libro.LibroViewPanel;
import xyz.danielcortes.views.libro.LibroViewPanel;
public class LibroViewController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.trabajador;
package xyz.danielcortes.controllers.trabajador;
import java.time.LocalDate;
import xyz.danielcortes.controllers.LaunchController;
@@ -9,7 +9,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.repository.TrabajadorRespository;
import xyz.danielcortes.validator.TrabajadorValidator;
import xyz.danielcortes.views.mantenedores.trabajador.TrabajadorCreatePanel;
import xyz.danielcortes.views.trabajador.TrabajadorCreatePanel;
public class TrabajadorCreateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.trabajador;
package xyz.danielcortes.controllers.trabajador;
import java.util.List;
import javax.swing.JOptionPane;
@@ -12,7 +12,7 @@ import xyz.danielcortes.repository.TrabajadorRespository;
import xyz.danielcortes.repository.UsuarioRepository;
import xyz.danielcortes.validator.TrabajadorValidator;
import xyz.danielcortes.validator.UsuarioValidator;
import xyz.danielcortes.views.mantenedores.trabajador.TrabajadorSearchPanel;
import xyz.danielcortes.views.trabajador.TrabajadorSearchPanel;
public class TrabajadorSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.trabajador;
package xyz.danielcortes.controllers.trabajador;
import java.time.LocalDate;
import xyz.danielcortes.controllers.LaunchController;
@@ -9,7 +9,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.repository.TrabajadorRespository;
import xyz.danielcortes.validator.TrabajadorValidator;
import xyz.danielcortes.views.mantenedores.trabajador.TrabajadorUpdatePanel;
import xyz.danielcortes.views.trabajador.TrabajadorUpdatePanel;
public class TrabajadorUpdateController extends BaseController {

View File

@@ -1,17 +1,17 @@
package xyz.danielcortes.controllers.mantenedores.trabajador;
package xyz.danielcortes.controllers.trabajador;
import javax.swing.JOptionPane;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.correo.TrabajadorCorreoSearchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.direccion.DireccionSearchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.telefono.TelefonoSearchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.usuario.UsuarioCreateController;
import xyz.danielcortes.controllers.mantenedores.trabajador.usuario.UsuarioViewController;
import xyz.danielcortes.controllers.trabajador.correo.TrabajadorCorreoSearchController;
import xyz.danielcortes.controllers.trabajador.direccion.DireccionSearchController;
import xyz.danielcortes.controllers.trabajador.telefono.TelefonoSearchController;
import xyz.danielcortes.controllers.trabajador.usuario.UsuarioCreateController;
import xyz.danielcortes.controllers.trabajador.usuario.UsuarioViewController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.views.mantenedores.trabajador.TrabajadorViewPanel;
import xyz.danielcortes.views.trabajador.TrabajadorViewPanel;
public class TrabajadorViewController extends BaseController {

View File

@@ -1,12 +1,12 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.correo;
package xyz.danielcortes.controllers.trabajador.correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoCreateController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoCreateController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Correo;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.views.mantenedores.correo.CorreoCreatePanel;
import xyz.danielcortes.views.correo.CorreoCreatePanel;
public class TrabajadorCorreoCreateController extends AbstractCorreoCreateController {

View File

@@ -1,14 +1,14 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.correo;
package xyz.danielcortes.controllers.trabajador.correo;
import java.util.List;
import javax.swing.JOptionPane;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoSearchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.TrabajadorViewController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoSearchController;
import xyz.danielcortes.controllers.trabajador.TrabajadorViewController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Correo;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.views.mantenedores.correo.CorreoSearchPanel;
import xyz.danielcortes.views.correo.CorreoSearchPanel;
public class TrabajadorCorreoSearchController extends AbstractCorreoSearchController {

View File

@@ -1,10 +1,10 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.correo;
package xyz.danielcortes.controllers.trabajador.correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoUpdateController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoUpdateController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.views.mantenedores.correo.CorreoUpdatePanel;
import xyz.danielcortes.views.correo.CorreoUpdatePanel;
public class TrabajadorCorreoUpdateController extends AbstractCorreoUpdateController {

View File

@@ -1,10 +1,10 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.correo;
package xyz.danielcortes.controllers.trabajador.correo;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.abstract_correo.AbstractCorreoViewController;
import xyz.danielcortes.controllers.abstract_correo.AbstractCorreoViewController;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.views.mantenedores.correo.CorreoViewPanel;
import xyz.danielcortes.views.correo.CorreoViewPanel;
public class TrabajadorCorreoViewController extends AbstractCorreoViewController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.direccion;
package xyz.danielcortes.controllers.trabajador.direccion;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -9,7 +9,7 @@ import xyz.danielcortes.models.Direccion;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.repository.DireccionRepository;
import xyz.danielcortes.validator.DireccionValidator;
import xyz.danielcortes.views.mantenedores.direccion.DireccionCreatePanel;
import xyz.danielcortes.views.direccion.DireccionCreatePanel;
public class DireccionCreateController extends BaseController {

View File

@@ -1,9 +1,9 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.direccion;
package xyz.danielcortes.controllers.trabajador.direccion;
import java.util.List;
import javax.swing.JOptionPane;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.TrabajadorViewController;
import xyz.danielcortes.controllers.trabajador.TrabajadorViewController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.BaseTableModel;
@@ -12,7 +12,7 @@ import xyz.danielcortes.models.Direccion;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.repository.DireccionRepository;
import xyz.danielcortes.validator.DireccionValidator;
import xyz.danielcortes.views.mantenedores.direccion.DireccionSearchPanel;
import xyz.danielcortes.views.direccion.DireccionSearchPanel;
public class DireccionSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.direccion;
package xyz.danielcortes.controllers.trabajador.direccion;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -9,7 +9,7 @@ import xyz.danielcortes.models.Direccion;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.repository.DireccionRepository;
import xyz.danielcortes.validator.DireccionValidator;
import xyz.danielcortes.views.mantenedores.direccion.DireccionUpdatePanel;
import xyz.danielcortes.views.direccion.DireccionUpdatePanel;
public class DireccionUpdateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.direccion;
package xyz.danielcortes.controllers.trabajador.direccion;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -6,7 +6,7 @@ import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Direccion;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.views.mantenedores.direccion.DireccionViewPanel;
import xyz.danielcortes.views.direccion.DireccionViewPanel;
public class DireccionViewController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.telefono;
package xyz.danielcortes.controllers.trabajador.telefono;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -9,7 +9,7 @@ import xyz.danielcortes.models.Telefono;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.repository.TelefonoRepository;
import xyz.danielcortes.validator.TelefonoValidator;
import xyz.danielcortes.views.mantenedores.telefono.TelefonoCreatePanel;
import xyz.danielcortes.views.telefono.TelefonoCreatePanel;
public class TelefonoCreateController extends BaseController {

View File

@@ -1,9 +1,9 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.telefono;
package xyz.danielcortes.controllers.trabajador.telefono;
import java.util.List;
import javax.swing.JOptionPane;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.TrabajadorViewController;
import xyz.danielcortes.controllers.trabajador.TrabajadorViewController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.BaseTableModel;
@@ -12,7 +12,7 @@ import xyz.danielcortes.models.Telefono;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.repository.TelefonoRepository;
import xyz.danielcortes.validator.TelefonoValidator;
import xyz.danielcortes.views.mantenedores.telefono.TelefonoSearchPanel;
import xyz.danielcortes.views.telefono.TelefonoSearchPanel;
public class TelefonoSearchController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.telefono;
package xyz.danielcortes.controllers.trabajador.telefono;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -9,7 +9,7 @@ import xyz.danielcortes.models.Telefono;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.repository.TelefonoRepository;
import xyz.danielcortes.validator.TelefonoValidator;
import xyz.danielcortes.views.mantenedores.telefono.TelefonoUpdatePanel;
import xyz.danielcortes.views.telefono.TelefonoUpdatePanel;
public class TelefonoUpdateController extends BaseController {

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.telefono;
package xyz.danielcortes.controllers.trabajador.telefono;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.framework.BaseController;
@@ -6,7 +6,7 @@ import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Telefono;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.views.mantenedores.telefono.TelefonoViewPanel;
import xyz.danielcortes.views.telefono.TelefonoViewPanel;
public class TelefonoViewController extends BaseController {

View File

@@ -1,7 +1,7 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.usuario;
package xyz.danielcortes.controllers.trabajador.usuario;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.TrabajadorViewController;
import xyz.danielcortes.controllers.trabajador.TrabajadorViewController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
@@ -11,7 +11,7 @@ import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.models.Usuario;
import xyz.danielcortes.repository.UsuarioRepository;
import xyz.danielcortes.validator.UsuarioValidator;
import xyz.danielcortes.views.mantenedores.usuario.UsuarioCreatePanel;
import xyz.danielcortes.views.usuario.UsuarioCreatePanel;
public class UsuarioCreateController extends BaseController {

View File

@@ -1,7 +1,7 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.usuario;
package xyz.danielcortes.controllers.trabajador.usuario;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.TrabajadorViewController;
import xyz.danielcortes.controllers.trabajador.TrabajadorViewController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
@@ -10,7 +10,7 @@ import xyz.danielcortes.framework.ValidationResult;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.repository.UsuarioRepository;
import xyz.danielcortes.validator.UsuarioValidator;
import xyz.danielcortes.views.mantenedores.usuario.UsuarioUpdatePanel;
import xyz.danielcortes.views.usuario.UsuarioUpdatePanel;
public class UsuarioUpdateController extends BaseController {

View File

@@ -1,14 +1,14 @@
package xyz.danielcortes.controllers.mantenedores.trabajador.usuario;
package xyz.danielcortes.controllers.trabajador.usuario;
import javax.swing.JOptionPane;
import xyz.danielcortes.controllers.LaunchController;
import xyz.danielcortes.controllers.mantenedores.trabajador.TrabajadorViewController;
import xyz.danielcortes.controllers.trabajador.TrabajadorViewController;
import xyz.danielcortes.framework.BaseController;
import xyz.danielcortes.framework.BasePanel;
import xyz.danielcortes.framework.PanelName;
import xyz.danielcortes.models.Trabajador;
import xyz.danielcortes.repository.UsuarioRepository;
import xyz.danielcortes.views.mantenedores.usuario.UsuarioViewPanel;
import xyz.danielcortes.views.usuario.UsuarioViewPanel;
public class UsuarioViewController extends BaseController {

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.autor.AutorCreatePanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.autor.AutorCreatePanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="8" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.autor;
package xyz.danielcortes.views.autor;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.autor.AutorSearchPanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.autor.AutorSearchPanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="3" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.autor;
package xyz.danielcortes.views.autor;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.autor.AutorUpdatePanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.autor.AutorUpdatePanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="8" column-count="4" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.autor;
package xyz.danielcortes.views.autor;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.autor.AutorViewPanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.autor.AutorViewPanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="8" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.autor;
package xyz.danielcortes.views.autor;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.categoria.CategoriaCreatePanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.categoria.CategoriaCreatePanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="4" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.categoria;
package xyz.danielcortes.views.categoria;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.categoria.CategoriaSearchPanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.categoria.CategoriaSearchPanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="3" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.categoria;
package xyz.danielcortes.views.categoria;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.categoria.CategoriaUpdatePanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.categoria.CategoriaUpdatePanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="4" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.categoria;
package xyz.danielcortes.views.categoria;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.categoria.CategoriaViewPanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.categoria.CategoriaViewPanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="4" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.categoria;
package xyz.danielcortes.views.categoria;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.cliente.ClienteCreatePanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.cliente.ClienteCreatePanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="12" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.cliente;
package xyz.danielcortes.views.cliente;
import com.github.lgooddatepicker.components.DatePicker;
import com.intellij.uiDesigner.core.GridConstraints;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.cliente.ClienteSearchPanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.cliente.ClienteSearchPanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="3" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.cliente;
package xyz.danielcortes.views.cliente;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.cliente.ClienteUpdatePanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.cliente.ClienteUpdatePanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="12" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.cliente;
package xyz.danielcortes.views.cliente;
import com.github.lgooddatepicker.components.DatePicker;
import com.intellij.uiDesigner.core.GridConstraints;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.cliente.ClienteViewPanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.cliente.ClienteViewPanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="13" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.cliente;
package xyz.danielcortes.views.cliente;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.comprar.ComprarLibroPanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.comprar.ComprarLibroPanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.comprar;
package xyz.danielcortes.views.comprar;
import com.intellij.uiDesigner.core.GridLayoutManager;
import java.awt.Insets;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.correo.CorreoCreatePanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.correo.CorreoCreatePanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="4" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.correo;
package xyz.danielcortes.views.correo;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.correo.CorreoSearchPanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.correo.CorreoSearchPanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="4" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.correo;
package xyz.danielcortes.views.correo;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.correo.CorreoUpdatePanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.correo.CorreoUpdatePanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="4" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.correo;
package xyz.danielcortes.views.correo;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.correo.CorreoViewPanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.correo.CorreoViewPanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="4" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.correo;
package xyz.danielcortes.views.correo;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.mantenedores.direccion.DireccionCreatePanel">
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="xyz.danielcortes.views.direccion.DireccionCreatePanel">
<grid id="27dc6" binding="contentPane" layout-manager="GridLayoutManager" row-count="6" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="20" left="20" bottom="20" right="20"/>
<constraints>

View File

@@ -1,4 +1,4 @@
package xyz.danielcortes.views.mantenedores.direccion;
package xyz.danielcortes.views.direccion;
import com.intellij.uiDesigner.core.GridConstraints;
import com.intellij.uiDesigner.core.GridLayoutManager;

Some files were not shown because too many files have changed in this diff Show More