Uses of Class
model.catalogo.Proveedor
Packages that use Proveedor
-
Uses of Proveedor in model.articulos
Fields in model.articulos with type parameters of type ProveedorModifier and TypeFieldDescriptionArticulo.proveedoresLista de proveedores que suministran el articulo.Methods in model.articulos that return types with arguments of type ProveedorMethods in model.articulos with parameters of type ProveedorModifier and TypeMethodDescriptionvoidArticulo.agregarProveedor(Proveedor proveedor) Agrega un proveedor a la lista de proveedores del articulo.Method parameters in model.articulos with type arguments of type Proveedor -
Uses of Proveedor in model.catalogo
Methods in model.catalogo that return ProveedorModifier and TypeMethodDescriptionInventario.BuscarProveedor(String nit) Busca un proveedor por su NIT.Methods in model.catalogo that return types with arguments of type ProveedorMethods in model.catalogo with parameters of type ProveedorModifier and TypeMethodDescriptionvoidInventario.AgregarProveedor(Proveedor proveedor) Agrega un proveedor a la lista de proveedores registrados.Method parameters in model.catalogo with type arguments of type ProveedorModifier and TypeMethodDescriptionvoidInventario.setListaProveedores(List<Proveedor> listaProveedores) -
Uses of Proveedor in model.control
Method parameters in model.control with type arguments of type ProveedorModifier and TypeMethodDescriptionReportes.GenerarReporteProveedores(List<Proveedor> proveedores) Genera un reporte de todos los proveedores registrados.booleanValidaciones.ValidarProveedorDuplicado(List<Proveedor> proveedores, String nit) Valida si ya existe un proveedor con el mismo NIT en la lista.