#A4# #AutorizacionDataService# ## #Clase para acceder a las Autorizaciones en la BD.# #obtener# #static# #Autorizacion# ## #codigo# #int# ## ## #guardar# #static# #bool# #Guarda una autorizacion en la BD. Sirve tanto para manual como para automatica# #autorizacion# #Autorizacion# ## ## #actualizar# #static# #bool# ## #autorizacion# #Autorizacion# ## ## #obtenerPendientes# #static# #Autorizacion[]# ## #obtenerPorFechaRes# #static# #Autorizacion []# ## #fechaIni# #Fecha# ## ## #fechaFin# #Fecha# ## ## #Diagrama de clases de PERSISTENCIA. Todos los metodos de estas clases seran estaticos, tambien los atributos, de existir. Nunca debe instanciarse estas clases (El constructor sera privado).# #PrestadorDataService# ## #Clase para acceder a los prestadores en la BD.# #agregar# #static# ## ## #dato# #Prestador# ## ## #guardar# #static# ## ## #dato# #Prestador# ## ## #existe# #static# #bool# ## #codigo# ## ## ## #existePrestador# #static# #bool# ## #CUIT# #string# ## ## #obtener# #static# #Prestador# ## #CUIT# #string# ## ## #obtenerPrestaciones# #static# #Prestacion []# ## #CUIT# #string# ## ## #PromotorDataService# ## #Clase para acceder a las promotores en la BD.# #agregar# #static# ## ## #dato# #Promotor# ## ## #guardar# #static# ## ## #dato# #Promotor# ## ## #obtener# #static# #Promotor# ## #tipoDoc# #string# ## ## #nroDoc# #int# ## ## #obtenerTodos# #static# #Promotor[]# ## #existePromotor# #static# #bool# ## #tipoDoc# #string# ## ## #nroDoc# #int# ## ## #obtenerCodigo# #static# #int# ## #tipoDoc# #string# ## ## #nroDoc# #int# ## ## #PrestacionDataService# ## #Clase para acceder a las prestaciones en la BD.# #obtener# #static# #Prestacion# ## #codigo# #int# ## ## #agregar# #static# ## ## #prestacion# #Prestacion# ## ## #guardar# #static# ## ## #prestacion# #Prestacion# ## ## #eliminar# #static# ## ## #codigo# #int# ## ## #existe# #static# #bool# ## #codigo# ## ## ## #obtenerTodas# #static# #Prestacion[]# ## #obtenerPrestadores# #static# #Prestador []# ## #codigo# #int# ## ## #obtenerPrestadoresPorId# #static# #Prestador[]# ## #idPrestacion# #int# ## ## #AfiliadoDataService# ## #Clase para acceder a las Autorizaciones en la BD.# #agregar# #static# ## ## #dato# #Afiliado# ## ## #obtener# #static# #Afiliado# ## #codigo# #int# ## ## #obtener# #static# #Afiliado# ## #tipoDoc# #string# ## ## #nroDoc# #int# ## ## #obtenerTodos# #static# #Afiliado[]# ## #getMaxCodigo# #static# #int# ## #setPlan# #static# ## ## #codigoAfiliado# #int# ## ## #codigoPlan# #int# ## ## #existe# #static# #bool# ## #codigo# ## ## ## #existe# #static# #bool# ## #tipoDoc# #string# ## ## #nroDoc# #int# ## ## #esTitular# #static# #bool# ## #tipoDoc# #string# ## ## #nroDoc# #int# ## ## #guardar# #static# #bool# ## #codigo# #int# ## ## #obtenerFamiliares# #static# #Afiliado[]# ## #tipoDoc# #string# ## ## #nroDoc# #int# ## ## #SolicitanteDataService# ## #Clase para acceder a los solicitantes en la BD.# #agregar# #static# ## ## #dato# #Solicitante# ## ## #guardar# #static# ## ## #dato# #Solicitante# ## ## #eliminar# #static# ## #idSolicitante# #tipoDoc# #string# ## ## #nroDocumento# #int# ## ## #obtener# #static# #Solicitante# ## #tipoDoc# #string# ## ## #nroDoc# #int# ## ## #obtenerPendientesAfiliación# #static# #Solicitante[]# ## #obtenerFamiliares# #static# #Solicitante[]# ## #tipoDoc# #string# ## ## #nroDoc# #int# ## ## #obtenerSolicitantesAsignados# #static# #Solicitante[]# ## #codigoPromotor# #int# ## ## #existe# #static# ## ## #tipoDoc# #string# ## ## #nroDoc# #int# ## ## #CapDataService# ## #Clase para acceder a los caps en la BD.# #agregar# #static# ## ## #dato# #CAP# ## ## #guardar# #static# ## ## #dato# #CAP# ## ## #existeCAP# #static# ## ## #codigo# #string# ## ## #obtener# #static# #CAP# ## #idCAP# #int# ## ## #obtener# #static# #CAP# ## #codigo# #string# ## ## #obtenerTodos# #static# #CAP[]# ## #PlanDataService# ## #Clase para acceder a los planes en la BD.# #agregar# #static# ## ## #dato# #Plan# ## ## #guardar# #static# ## ## #dato# #Plan# ## ## #obtenerCategorias# #static# #float[]# ## #obtenerTodos# #static# #Plan[]# ## #obtener# #static# #Plan# ## #codPlan# #int# ## ## #getMaxCodigo# #static# #int# ## #obtenerPrestadores# #static# #Prestador[]# ## #codPlan# #int# ## ## #obtenerPlanesVigentes# #static# #Plan[]# ## #CoberturaDataService# ## #Clase para acceder a las coberturas en la BD.# #obtenerCoberturasPlanPorZonayTipo# #static# #Cobertura[]# ## #codigoPlan# #int# ## ## #obtener# #static# #Cobertura# ## #codPlan# #int# ## ## #codPrestacion# #int# ## ## #obtenerCoberturasPlan# #static# #Cobertura[]# ## #codPlan# #int# ## ## #HistoriaPlanDataService# ## #Clase para acceder a los historiales de planes en la BD.# #agregar# #static# ## ## #codigoAfiliado# #int# ## ## #codigoPlan# #int# ## ## #obtenerUltimaFechaIngreso# #static# #Fecha# ## #codigoAfiliado# #int# ## ## #ZonaDataService# ## #Clase para acceder a las zonas en la BD.# #obtenerTodas# #static# #Zona[]# ## #obtenerIdCAP# #static# #int# ## #idZona# #int# ## ## #obtenerNombre# #static# #string# ## #idZona# #int# ## ## #obtener# #static# #Zona# ## #idZona# #int# ## ##