[DELETE] deleted system.out.println

parent fde313f2
......@@ -4,6 +4,12 @@
<xsd:import namespace="http://webservices.webservicesseguridad.siso.pe/" schemaLocation="http://app8.sacooliveros.edu.pe:8080/WebservicesSeguridad/MenuWebService?xsd=1"/>
</xsd:schema>
</types>
<message name="listarTituloWebservice">
<part name="parameters" element="tns:listarTituloWebservice"/>
</message>
<message name="listarTituloWebserviceResponse">
<part name="parameters" element="tns:listarTituloWebserviceResponse"/>
</message>
<message name="listarModuloWebservice">
<part name="parameters" element="tns:listarModuloWebservice"/>
</message>
......@@ -22,13 +28,11 @@
<message name="listarSubCategoriaWebserviceResponse">
<part name="parameters" element="tns:listarSubCategoriaWebserviceResponse"/>
</message>
<message name="listarTituloWebservice">
<part name="parameters" element="tns:listarTituloWebservice"/>
</message>
<message name="listarTituloWebserviceResponse">
<part name="parameters" element="tns:listarTituloWebserviceResponse"/>
</message>
<portType name="MenuWebService">
<operation name="listarTituloWebservice">
<input wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarTituloWebserviceRequest" message="tns:listarTituloWebservice"/>
<output wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarTituloWebserviceResponse" message="tns:listarTituloWebserviceResponse"/>
</operation>
<operation name="listarModuloWebservice">
<input wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarModuloWebserviceRequest" message="tns:listarModuloWebservice"/>
<output wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarModuloWebserviceResponse" message="tns:listarModuloWebserviceResponse"/>
......@@ -41,14 +45,10 @@
<input wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarSubCategoriaWebserviceRequest" message="tns:listarSubCategoriaWebservice"/>
<output wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarSubCategoriaWebserviceResponse" message="tns:listarSubCategoriaWebserviceResponse"/>
</operation>
<operation name="listarTituloWebservice">
<input wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarTituloWebserviceRequest" message="tns:listarTituloWebservice"/>
<output wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarTituloWebserviceResponse" message="tns:listarTituloWebserviceResponse"/>
</operation>
</portType>
<binding name="MenuWebServicePortBinding" type="tns:MenuWebService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="listarModuloWebservice">
<operation name="listarTituloWebservice">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
......@@ -57,7 +57,7 @@
<soap:body use="literal"/>
</output>
</operation>
<operation name="listarCategoriaWebservice">
<operation name="listarModuloWebservice">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
......@@ -66,7 +66,7 @@
<soap:body use="literal"/>
</output>
</operation>
<operation name="listarSubCategoriaWebservice">
<operation name="listarCategoriaWebservice">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
......@@ -75,7 +75,7 @@
<soap:body use="literal"/>
</output>
</operation>
<operation name="listarTituloWebservice">
<operation name="listarSubCategoriaWebservice">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
......
......@@ -16,7 +16,7 @@ public class AreaCargoService {
try {
JOObtenerAreaCargo = objAreaCargoDAO.obtenerAreaCargo(a, c);
} catch (Exception e) {
System.out.println("Error service obtenerAreaCargo => " + e.getMessage());
e.printStackTrace();
}
return JOObtenerAreaCargo;
}
......
......@@ -15,7 +15,7 @@ public class AreaCargoTipoPagoService {
try {
JOObtenerAreaCargoTipoPago = objAreaCargoTipoPagoDAO.obtenerAreaCargoTipoPago(actp);
} catch (Exception e) {
System.out.println("Error service obtenerAreaCargoTipoPago => " + e.getMessage());
e.printStackTrace();
}
return JOObtenerAreaCargoTipoPago;
}
......
......@@ -16,7 +16,7 @@ public class AreaService {
try {
JObjectArea = objAreaDAO.listarArea(s);
} catch (Exception e) {
System.out.println("Error listarSede service: " + e.getMessage());
e.printStackTrace();
}
return JObjectArea;
}
......@@ -26,7 +26,7 @@ public class AreaService {
try {
JObjectValidarExistenciaArea = objAreaDAO.validarExistenciaArea(s, a);
} catch (Exception e) {
System.out.println("Error validarExistenciaArea service: " + e.getMessage());
e.printStackTrace();
}
return JObjectValidarExistenciaArea;
}
......
......@@ -16,7 +16,7 @@ public class CargoService {
try {
JOListarCargo = objCargoDAO.listarCargo(a);
} catch (Exception e) {
System.out.println("Error en listarCargo => " + e.getMessage());
e.printStackTrace();
}
return JOListarCargo;
}
......@@ -26,7 +26,7 @@ public class CargoService {
try {
JOValidarExistenciaCargo = objCargoDAO.validarExistenciaCargo(a, c);
} catch (Exception e) {
System.out.println("Error en validarExistenciaCargo => " + e.getMessage());
e.printStackTrace();
}
return JOValidarExistenciaCargo;
}
......
......@@ -14,7 +14,7 @@ public class ConfiguracionFichaService {
try {
JOmail = objConfiguracionFichaDAO.getDefaultMail();
} catch (Exception e) {
System.out.println("Error en getDefaultMail => " + e.getMessage());
e.printStackTrace();
}
return JOmail;
}
......
......@@ -15,7 +15,7 @@ public class DetalleLoteFichaDocenteService {
try {
jsonReturn = dao.listarDetalleLoteFichaDocenteDT(loteFicha);
} catch (Exception e) {
System.out.println("Error en Service: listarDetalleLoteFichaDocenteDT => " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -25,7 +25,7 @@ public class DetalleLoteFichaDocenteService {
try {
jsonReturn = dao.registrarSueldosPresidenciaLoteDocente(data);
} catch (Exception e) {
System.out.println("Error en Service: registrarSueldosPresidenciaLoteDocente => " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -35,7 +35,7 @@ public class DetalleLoteFichaDocenteService {
try {
jsonReturn = dao.listarDetalleLoteFichaAdministrativoDT(data);
} catch (Exception e) {
System.out.println("Error en Service: listarDetalleLoteFichaAdministrativoDT => " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -45,7 +45,7 @@ public class DetalleLoteFichaDocenteService {
try {
jsonReturn = dao.registrarSueldosPresidenciaLoteAdministrativo(data);
} catch (Exception e) {
System.out.println("Error en Service: registrarSueldosPresidenciaLoteAdministrativo => " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -55,7 +55,7 @@ public class DetalleLoteFichaDocenteService {
try {
jsonReturn = dao.obtenerDetalleFicha(data);
} catch (Exception e) {
System.out.println("Error en Service: obtenerDetalleFicha => " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......
......@@ -15,7 +15,7 @@ public class EstadoCivilService {
try {
jsonReturn = service.listarEstadoCivil();
} catch (Exception e) {
System.out.println("Error en EstadoCivilService => " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -25,7 +25,7 @@ public class EstadoCivilService {
try {
jsonReturn = service.validarExistenciaEstadoCivil(estadoCivil);
} catch (Exception e) {
System.out.println("Error en validarExistenciaEstadoCivil => " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......
......@@ -15,7 +15,7 @@ public class EstadoFichaService {
try {
JOObtenerCodigoEstadoFicha = objEstadoFichaDAO.obtenerCodigoEstadoFicha(ef);
} catch (Exception e) {
System.out.println("Error en obtenerCodigoEstadoFicha => " + e.getMessage());
e.printStackTrace();
}
return JOObtenerCodigoEstadoFicha;
}
......@@ -25,7 +25,7 @@ public class EstadoFichaService {
try {
JODesactivarEstadoFicha = objEstadoFichaDAO.desactivarEstadoFicha(ef);
} catch (Exception e) {
System.out.println("Error en desactivarEstadoFicha => " + e.getMessage());
e.printStackTrace();
}
return JODesactivarEstadoFicha;
}
......@@ -35,7 +35,7 @@ public class EstadoFichaService {
try {
JORegistrarEstadoFicha = objEstadoFichaDAO.registrarEstadoFicha(ef);
} catch (Exception e) {
System.out.println("Error en registrarEstadoFicha => " + e.getMessage());
e.printStackTrace();
}
return JORegistrarEstadoFicha;
}
......
......@@ -15,7 +15,7 @@ public class ExpedienteService {
try {
jsonReturn = dao.listarTipoExpedientes();
} catch (Exception e) {
System.err.println("Error service listarTipoExpedientes >>>> " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -25,7 +25,7 @@ public class ExpedienteService {
try {
jsonReturn = dao.obtenerExpedientesPorPersona(persona);
} catch (Exception e) {
System.err.println("Error service obtenerExpedientesPorPersona >>>> " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......
......@@ -15,7 +15,7 @@ public class ExperienciaLaboralService {
try {
jsonReturn = service.obtenerExperienciaLaboralPorPersona(persona);
} catch (Exception e) {
System.out.println("Error ExperienciaLaboralService > obtenerExperienciaLaboralPorPersona => " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......
......@@ -20,7 +20,7 @@ public class FichaLaboralService {
try {
JORegistrarFichaLaboral = objFichaLaboralDAO.registrarFichaLaboral(fl, p, jaExpediente, sa, sd, u);
} catch (Exception e) {
System.out.println("Error service registrarFichaLaboral => " + e.getMessage());
e.printStackTrace();
}
return JORegistrarFichaLaboral;
}
......
......@@ -20,7 +20,7 @@ public class FichaServices {
try {
jsonObjctListarFichaDT = objFichaDAO.listarFichaDT(draw, length, start, u, JOFiltro);
} catch (Exception e) {
System.out.println("Error listarFichaDT service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjctListarFichaDT;
}
......@@ -30,7 +30,7 @@ public class FichaServices {
try {
jsonObjObtenerCodigoFicha = objFichaDAO.obtenerCodigoFicha(tf);
} catch (Exception e) {
System.out.println("Error obtenerCodigoFicha service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjObtenerCodigoFicha;
}
......@@ -40,7 +40,7 @@ public class FichaServices {
try {
jsonObjRegistrarFicha = objFichaDAO.registrarFicha(ficha, p, tf);
} catch (Exception e) {
System.out.println("Error registrarFicha service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjRegistrarFicha;
}
......@@ -50,7 +50,7 @@ public class FichaServices {
try {
jsonReturn = objFichaDAO.listarDatosFicha(persona);
} catch (Exception e) {
System.out.println("Error listarDatosFicha service: " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -60,7 +60,7 @@ public class FichaServices {
try {
JOlistarFichas = objFichaDAO.consultarFichasPorCriterio(draw, start, length, search, criterioClient, u);
} catch (Exception e) {
System.out.println("Error consultarFichasPorCriterio service: " + e.getMessage());
e.printStackTrace();
}
return JOlistarFichas;
}
......@@ -70,7 +70,7 @@ public class FichaServices {
try {
JOlistarDetalleEstadoFicha = objFichaDAO.listarDetalleEstadoFicha(f);
} catch (Exception e) {
System.out.println("Error listarDetalleEstadoFicha service: " + e.getMessage());
e.printStackTrace();
}
return JOlistarDetalleEstadoFicha;
}
......@@ -80,7 +80,7 @@ public class FichaServices {
try {
JOlistarDatosAdministrativos = objFichaDAO.listarDatosAdministrativos(f);
} catch (Exception e) {
System.out.println("Error listarDatosAdministrativos service: " + e.getMessage());
e.printStackTrace();
}
return JOlistarDatosAdministrativos;
}
......@@ -90,7 +90,7 @@ public class FichaServices {
try {
JOrechazarFicha = objFichaDAO.rechazarFicha(f, ef);
} catch (Exception e) {
System.out.println("Error rechazarFicha service: " + e.getMessage());
e.printStackTrace();
}
return JOrechazarFicha;
}
......@@ -100,7 +100,7 @@ public class FichaServices {
try {
JOaceptarFicha = objFichaDAO.aceptarFicha(f, ef);
} catch (Exception e) {
System.out.println("Error rechazarFicha service: " + e.getMessage());
e.printStackTrace();
}
return JOaceptarFicha;
}
......@@ -110,7 +110,7 @@ public class FichaServices {
try {
jsonReturn = objFichaDAO.listarFichasPresidenciaDT(draw, length, start, search);
} catch (Exception e) {
System.out.println("Error listarFichasPresidenciaDT service: " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -120,7 +120,7 @@ public class FichaServices {
try {
JOactualizarFicha = objFichaDAO.actualizarFicha(p, tf);
} catch (Exception e) {
System.out.println("Error actualizarFicha service: " + e.getMessage());
e.printStackTrace();
}
return JOactualizarFicha;
}
......@@ -130,7 +130,7 @@ public class FichaServices {
try {
JOanularFicha = objFichaDAO.anularFicha(ef, of);
} catch (Exception e) {
System.out.println("Error anularFicha service: " + e.getMessage());
e.printStackTrace();
}
return JOanularFicha;
}
......@@ -140,7 +140,7 @@ public class FichaServices {
try {
JOverObservacion = objFichaDAO.verObservacion(ef);
} catch (Exception e) {
System.out.println("Error anularFicha service: " + e.getMessage());
e.printStackTrace();
}
return JOverObservacion;
}
......@@ -150,7 +150,7 @@ public class FichaServices {
try {
jsonReturn = objFichaDAO.listarFichasPresidencia();
} catch (Exception e) {
System.out.println("Error anularFicha service: " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -160,7 +160,7 @@ public class FichaServices {
try {
JOverificarExistenciaFichaAnulada = objFichaDAO.verificarExistenciaFichaAnulada(p);
} catch (Exception e) {
System.out.println("Error verificarExistenciaFichaAnulada service: " + e.getMessage());
e.printStackTrace();
}
return JOverificarExistenciaFichaAnulada;
}
......@@ -170,7 +170,7 @@ public class FichaServices {
try {
JOobtenerCodigoPersonaPorTipoDocNroDoc = objFichaDAO.obtenerCodigoPersonaPorTipoDocNroDoc(p);
} catch (Exception e) {
System.out.println("Error obtenerCodigoPersonaPorTipoDocNroDoc service: " + e.getMessage());
e.printStackTrace();
}
return JOobtenerCodigoPersonaPorTipoDocNroDoc;
}
......@@ -180,7 +180,7 @@ public class FichaServices {
try {
JOhabilitarFicha = objFichaDAO.habilitarFicha(p, u, tf);
} catch (Exception e) {
System.out.println("Error habilitarFicha service: " + e.getMessage());
e.printStackTrace();
}
return JOhabilitarFicha;
}
......@@ -190,7 +190,7 @@ public class FichaServices {
try {
JOvalidarFichaActiva = objFichaDAO.validarFichaActiva(p);
} catch (Exception e) {
System.out.println("Error validarFichaActiva service: " + e.getMessage());
e.printStackTrace();
}
return JOvalidarFichaActiva;
}
......
......@@ -15,7 +15,7 @@ public class LoteFichaService {
try {
jsonReturn = dao.listarFichasDT(draw, length, start, json);
} catch (Exception e) {
System.err.println("Error LoteFichaService listarFichasDT >>>> " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -25,7 +25,7 @@ public class LoteFichaService {
try {
jsonReturn = dao.registrarLote(data, usuario);
} catch (Exception e) {
System.err.println("Error LoteFichaService registrarLote >>>> " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -35,7 +35,7 @@ public class LoteFichaService {
try {
jsonReturn = dao.listarLoteDT(draw, length, start, search);
} catch (Exception e) {
System.err.println("Error LoteFichaService listarLoteDT >>>> " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -45,7 +45,7 @@ public class LoteFichaService {
try {
jsonReturn = dao.listarLoteGeneralDT(json);
} catch (Exception e) {
System.err.println("Error LoteFichaService listarLoteGeneralDT >>>> " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -55,7 +55,7 @@ public class LoteFichaService {
try {
jsonReturn = dao.listarFichasGeneral(json);
} catch (Exception e) {
System.err.println("Error listarFichasGeneral listarLoteGeneralDT >>>> " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......
......@@ -15,7 +15,7 @@ public class NacionalidadService {
try {
jsonReturn = service.listarNacionalidad();
} catch (Exception e) {
System.out.println("Error service listarNacionalidad => " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -25,7 +25,7 @@ public class NacionalidadService {
try {
jsonReturn = service.validarExistenciaNacionalidad(nacionalidad);
} catch (Exception e) {
System.out.println("Error service validarExistenciaNacionalidad => " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......
......@@ -17,7 +17,7 @@ public class PersonaService {
try {
jsonObjValidarExistenciaNumeroDocumento = objPersonaDAO.validarExistenciaNumeroDocumento(p);
} catch (Exception e) {
System.out.println("Error validarExistenciaNumeroDocumento service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjValidarExistenciaNumeroDocumento;
}
......@@ -27,7 +27,7 @@ public class PersonaService {
try {
jsonObjValidarExistenciaCorreoElectronico = objPersonaDAO.validarExistenciaCorreoElectronico(p);
} catch (Exception e) {
System.out.println("Error validarExistenciaCorreoElectronico service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjValidarExistenciaCorreoElectronico;
}
......@@ -37,7 +37,7 @@ public class PersonaService {
try {
jsonObjRegistrarPersona = objPersonaDAO.registrarPersona(p, ef, tf);
} catch (Exception e) {
System.out.println("Error registrarPersona service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjRegistrarPersona;
}
......@@ -47,7 +47,7 @@ public class PersonaService {
try {
jsonObjVerificarPersona = objPersonaDAO.verificarPersona(tf, p);
} catch (Exception e) {
System.out.println("Error verificarPersona service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjVerificarPersona;
}
......@@ -57,7 +57,7 @@ public class PersonaService {
try {
jsonObjObtenerCodigoPersona = objPersonaDAO.obtenerCodigoPersona(tf);
} catch (Exception e) {
System.out.println("Error obtenerCodigoPersona service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjObtenerCodigoPersona;
}
......@@ -67,7 +67,7 @@ public class PersonaService {
try {
jsonObjObtenerPersonaSession = objPersonaDAO.obtenerPersonaSession(p);
} catch (Exception e) {
System.out.println("Error obtenerPersonaSession service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjObtenerPersonaSession;
}
......
......@@ -14,7 +14,7 @@ public class ReportePersonalService {
try {
JOReporte = objReporte.validarExistenciaFilas(jsonResult);
} catch (Exception e) {
System.out.println("Error service validarExistenciaFilas: " + e.getMessage());
e.printStackTrace();
}
return JOReporte;
}
......
......@@ -16,7 +16,7 @@ public class SedeAreaService {
try {
JOObtenerSedeArea = objSedeAreaDAO.obtenerSedeArea(s, a);
} catch (Exception e) {
System.out.println("Error obtenerSedeArea service: " + e.getMessage());
e.printStackTrace();
}
return JOObtenerSedeArea;
}
......
......@@ -15,7 +15,7 @@ public class SedeService {
try {
JObjectSede = objSedeDAO.listarSede();
} catch (Exception e) {
System.out.println("Error listarSede service: " + e.getMessage());
e.printStackTrace();
}
return JObjectSede;
}
......@@ -25,7 +25,7 @@ public class SedeService {
try {
JObjectValidarExistenciaSede = objSedeDAO.validarExistenciaSede(s);
} catch (Exception e) {
System.out.println("Error validarExistenciaSede service: " + e.getMessage());
e.printStackTrace();
}
return JObjectValidarExistenciaSede;
}
......
......@@ -16,7 +16,7 @@ public class TipoDocumentoService {
try {
jsonObjListarTipoDocumento = objTipoDocumentoDAO.listarTipoDocumento();
} catch (Exception e) {
System.out.println("Error listarTipoDocumento service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjListarTipoDocumento;
}
......@@ -26,7 +26,7 @@ public class TipoDocumentoService {
try {
jsonObjValidarExistenciaTipoDocumento = objTipoDocumentoDAO.validarExistenciaTipoDocumento(tipoDocumento);
} catch (Exception e) {
System.out.println("Error validarExistenciaTipoDocumento service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjValidarExistenciaTipoDocumento;
}
......@@ -36,7 +36,7 @@ public class TipoDocumentoService {
try {
jsonObjObtenerLongitudTipoEntrdadaTipoDocumento = objTipoDocumentoDAO.obtenerLongitudTipoEntrdadaTipoDocumento(tipoDocumento);
} catch (Exception e) {
System.out.println("Error obtenerLongitudTipoEntrdadaTipoDocumento service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjObtenerLongitudTipoEntrdadaTipoDocumento;
}
......@@ -46,7 +46,7 @@ public class TipoDocumentoService {
try {
jsonObjObtenerCodigoTipoDocumento = objTipoDocumentoDAO.obtenerCodigoTipoDocumento(tf);
} catch (Exception e) {
System.out.println("Error obtenerCodigoTipoDocumento service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjObtenerCodigoTipoDocumento;
}
......
......@@ -14,7 +14,7 @@ public class TipoEstadoFichaService {
try {
JOlistarTipoEstadoFicha = objTipoEstadoFichaDAO.listarTipoEstadoFicha();
} catch (Exception e) {
System.out.println("Error listarTipoEstadoFicha service: " + e.getMessage());
e.printStackTrace();
}
return JOlistarTipoEstadoFicha;
}
......
......@@ -15,7 +15,7 @@ public class TipoExpedienteService {
try {
JOlistarTipoExpediente = obj.listarTipoExpediente();
} catch (Exception e) {
System.out.println("Error service listarTipoExpediente: " + e.getMessage());
e.printStackTrace();
}
return JOlistarTipoExpediente;
}
......@@ -25,7 +25,7 @@ public class TipoExpedienteService {
try {
JOregistrarTipoExpediente = obj.registrarTipoExpediente(te);
} catch (Exception e) {
System.out.println("Error service registrarTipoExpediente: " + e.getMessage());
e.printStackTrace();
}
return JOregistrarTipoExpediente;
}
......
......@@ -16,7 +16,7 @@ public class TipoPagoService {
try {
JOListarTipoPago = objTipoPago.listarTipoPago(ac);
} catch (Exception e) {
System.out.println("Error listarTipoPago service: " + e.getMessage());
e.printStackTrace();
}
return JOListarTipoPago;
}
......@@ -26,7 +26,7 @@ public class TipoPagoService {
try {
JObjectValidarExistenciaTipoPago = objTipoPago.validarExistenciaTipoPago(actp);
} catch (Exception e) {
System.out.println("Error listarTipoPago service: " + e.getMessage());
e.printStackTrace();
}
return JObjectValidarExistenciaTipoPago;
}
......
......@@ -15,7 +15,7 @@ public class TokenFichaService {
try {
jsonObjValidarTokenURL = objTokenFichaDAO.validarTokenURL(tf);
} catch (Exception e) {
System.out.println("Error validarToken service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjValidarTokenURL;
}
......@@ -25,7 +25,7 @@ public class TokenFichaService {
try {
jsonObjValidarExistenciaToken = objTokenFichaDAO.validarToken(tf);
} catch (Exception e) {
System.out.println("Error validarToken service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjValidarExistenciaToken;
}
......@@ -35,7 +35,7 @@ public class TokenFichaService {
try {
jsonObjDesactivarToken = objTokenFichaDAO.desactivarToken(tf);
} catch (Exception e) {
System.out.println("Error desactivarToken service: " + e.getMessage());
e.printStackTrace();
}
return jsonObjDesactivarToken;
}
......@@ -45,7 +45,7 @@ public class TokenFichaService {
try {
jsonReturn = objTokenFichaDAO.obtenerSedeAreaCargo(datos);
} catch (Exception e) {
System.out.println("Error obtenerSedeAreaCargo service: " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......
......@@ -14,7 +14,7 @@ public class VacanteService {
try {
jsonReturn = dao.listarVacanteDT(datos);
} catch (Exception e) {
System.out.println("Error VacanteService > listarVacanteDT > " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -24,7 +24,7 @@ public class VacanteService {
try {
jsonReturn = dao.registrarVacante(datos);
} catch (Exception e) {
System.out.println("Error VacanteService > registrarVacante > " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -34,7 +34,7 @@ public class VacanteService {
try {
jsonReturn = dao.validarVacante(datos);
} catch (Exception e) {
System.out.println("Error VacanteService > validarVacante > " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -44,7 +44,7 @@ public class VacanteService {
try {
jsonReturn = dao.validarVacanteFicha(datos);
} catch (Exception e) {
System.out.println("Error VacanteService > validarVacanteFicha > " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -54,7 +54,7 @@ public class VacanteService {
try {
jsonReturn = dao.listarVacanteSimpleTable(datos);
} catch (Exception e) {
System.out.println("Error VacanteService > listarVacanteSimpleTable > " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......@@ -64,7 +64,7 @@ public class VacanteService {
try {
jsonReturn = dao.generarVacante(datos);
} catch (Exception e) {
System.out.println("Error VacanteService > generarVacante > " + e.getMessage());
e.printStackTrace();
}
return jsonReturn;
}
......
......@@ -27,7 +27,7 @@ public class CarreraProfesionalServlet extends HttpServlet {
PrintWriter out = response.getWriter();
String search = request.getParameter("q");
String page = request.getParameter("page");
System.out.println("page: " + page);
CarreraProfesionalService service = new CarreraProfesionalService();
JSONObject jsonListarCarreraProfesional = service.listarCarreraProfesional(search);
out.print(jsonListarCarreraProfesional);
......
......@@ -112,7 +112,6 @@ public class DetalleLoteFichaAdministrativaServlet extends HttpServlet {
tablaData.setWidthPercentage(100);
for (int i = 0; i < cabecera.length; i++) {
System.out.println("i = " + i + " => " + cabecera[i]);
switch (i) {
case 4:
tablaData.addCell(createCell("SUELDO (S/.)", 0.5f, 3, Element.ALIGN_CENTER, Font.BOLD));
......
......@@ -281,7 +281,6 @@ public class DetalleLoteFichaDocenteServlet extends HttpServlet {
UsuarioBean usuario = (UsuarioBean) sesion.getAttribute("usuario");
jsonObj.put("usuario", usuario.getCodigoUsuario());
JSONObject respuesta = service.registrarSueldosPresidenciaLoteDocente(jsonObj);
System.out.println("RESPUESTA DEL SERVIDOR >>>>>>>>>> " + respuesta);
out.print(respuesta);
}
......@@ -311,11 +310,9 @@ public class DetalleLoteFichaDocenteServlet extends HttpServlet {
HttpSession sesion = request.getSession();
DetalleLoteFichaDocenteService service = new DetalleLoteFichaDocenteService();
JSONObject json = new JSONObject(request.getParameter("json"));
System.out.println("JSON SERVLET => " + json);
UsuarioBean usuario = (UsuarioBean) sesion.getAttribute("usuario");
json.put("usuario", usuario.getCodigoUsuario());
JSONObject respuesta = service.registrarSueldosPresidenciaLoteAdministrativo(json);
System.out.println(respuesta);
out.print(respuesta);
}
......
......@@ -28,7 +28,6 @@ public class EscalafonServlet extends HttpServlet {
response.setContentType("application/json");
PrintWriter out = response.getWriter();
if (request.getParameter("codigoAreaCargoTipoPago") != null) {
System.out.println("codigoAreaCargoTipoPago => " + request.getParameter("codigoAreaCargoTipoPago"));
int codigoAreaCargoTipoPago = Integer.parseInt(request.getParameter("codigoAreaCargoTipoPago"));
if (ParamsValidation.validaSoloNumeros(codigoAreaCargoTipoPago)) {
EscalafonService service = new EscalafonService();
......
......@@ -186,7 +186,6 @@ public class FichaServlet extends HttpServlet {
// obtener parámetro JSON enviado desde el formulario de ficha
String paramJSON = request.getParameter("json");
JSONObject json = new JSONObject(paramJSON);
System.out.println(json);
JSONObject JOvalidarDatosPersonales = validarDatosPersonales(json, p, request, response);
if (JOvalidarDatosPersonales.getBoolean("status")) {
......@@ -211,10 +210,8 @@ public class FichaServlet extends HttpServlet {
BASE64Decoder decoder = new BASE64Decoder();
byte[] decodedBytes = decoder.decodeBuffer(foto);
String uploadFile = "C:\\_AppServ\\www\\img\\" + p.getNumeroDocumento() + json.getString("extension");
System.out.println("photo saved in path : " + uploadFile);
BufferedImage image = ImageIO.read(new ByteArrayInputStream(decodedBytes));
if (image == null) {
System.out.println("ERROR SAVE IMAGE : Buffered Image is null");
}
File f = new File(uploadFile);
ImageIO.write(image, "png", f);
......@@ -310,7 +307,6 @@ public class FichaServlet extends HttpServlet {
case 1: // dni
// ruc
if (json.getString("ruc") != null) {
System.out.println(json.getString("ruc"));
if (!json.getString("ruc").trim().equals("")) {
if (!ParamsValidation.validaLongitudNumeroDocumento(11, json.getString("ruc").trim())) {
JOResponse.put("status", false);
......@@ -493,7 +489,6 @@ public class FichaServlet extends HttpServlet {
JOResponse.put("status", false);
JOResponse.put("message", "El parámetro [NACIONALIDAD] tiene un valor inválido");
} else {
System.out.println(json);
if (json.getString("codigoNacionalidad").trim().equals("144")) { // codigo nacionalidad peruana
// ubigeo nacimiento
if (!json.isNull("codigoUbigeoNacimiento")) {
......@@ -1122,7 +1117,6 @@ public class FichaServlet extends HttpServlet {
private void listarDatosFicha(HttpServletRequest request, HttpServletResponse response) throws IOException {
response.setContentType("application/json");
PrintWriter out = response.getWriter();
System.out.println(request.getParameter("codigoPersona"));
int codigoPersona = Integer.parseInt(request.getParameter("codigoPersona"));
FichaServices serviceFicha = new FichaServices();
CargaFamiliarService serviceCargaFamiliar = new CargaFamiliarService();
......@@ -1141,7 +1135,7 @@ public class FichaServlet extends HttpServlet {
JSONArray jsonArrayDatosFamiliares = jsonObjDatosFamiliares.getJSONObject("data").getJSONArray("cargafamiliar");
JSONArray jsonArrayExperienciaLaboral = jsonObjExperienciaLaboral.getJSONObject("data").getJSONArray("experiencialaboral");
JSONArray jsonArrayFormacionAcademica = jsonObjFormacionAcademica.getJSONObject("data").getJSONArray("formacionacademica");
System.out.println(jsonObjDatosPersonales);
JSONObject jsonReturn = jsonObjDatosPersonales.getJSONObject("data").getJSONObject("persona");
jsonReturn.put("cargafamiliar", jsonArrayDatosFamiliares);
jsonReturn.put("experiencialaboral", jsonArrayExperienciaLaboral);
......@@ -1168,10 +1162,7 @@ public class FichaServlet extends HttpServlet {
String draw = request.getParameter("draw");
int start = Integer.parseInt(request.getParameter("start"));
int length = Integer.parseInt(request.getParameter("length"));
System.out.println(json);
System.out.println("draw: " + draw);
System.out.println("start: " + start);
System.out.println("length: " + length);
JSONObject criterioClient = new JSONObject(json);
FichaServices services = new FichaServices();
JOlistarFichas = services.consultarFichasPorCriterio(draw, start, length, "", criterioClient, u);
......@@ -1311,8 +1302,7 @@ public class FichaServlet extends HttpServlet {
} else {
String data = request.getParameter("json");
JSONObject json = new JSONObject(data);
System.out.println("JSON ACTUALIZAR FICHA -> " + json);
// -------------------------------------------------------- //
int codigoFicha = json.getJSONObject("data").getInt("codigoFicha");
int codigoSedeArea = json.getInt("codigoSedeArea");
int codigoAreaCargo = json.getInt("codigoAreaCargo");
......@@ -1320,7 +1310,7 @@ public class FichaServlet extends HttpServlet {
tf.setCodigoFicha(codigoFicha);
tf.setCodigoSedeArea(codigoSedeArea);
tf.setCodigoAreaCargo(codigoAreaCargo);
// -------------------------------------------------------- //
int codigoPersona = json.getJSONObject("data").getInt("codigoPersona");
int codigoTipoDocumento = json.getJSONObject("tipoDocumento").getInt("codigoTipoDocumento");
String numeroDocumento = json.getJSONObject("tipoDocumento").getString("numeroDocumento");
......@@ -1564,7 +1554,6 @@ public class FichaServlet extends HttpServlet {
} else {
String data = request.getParameter("json");
JSONObject json = new JSONObject(data);
System.out.println("server json: " + json);
int codigoTipoDocumento = json.getInt("codigoTipoDocumento");
String numeroDocumento = json.getString("numeroDocumento");
......@@ -1717,11 +1706,9 @@ public class FichaServlet extends HttpServlet {
p.setCodigoPersona(codigoPersona);
FichaBean f = new FichaBean();
f.setCodigoFicha(codigoFicha);
// PrintWriter out = response.getWriter();
//obtener datos personales
JSONObject JOdatosPersonales = serviceFicha.listarDatosFicha(p);
System.out.println(JOdatosPersonales);
// obtener carga familiar
JSONObject JOdatosFamiliares = serviceCargaFamiliar.obtenerCargaFamiliarPorPersona(p);
......@@ -1731,7 +1718,6 @@ public class FichaServlet extends HttpServlet {
// obtener experiencia laboral
JSONObject JOexperienciaLaboral = serviceExperienciaLaboral.obtenerExperienciaLaboralPorPersona(p);
// out.print(JOexperienciaLaboral);
// imprimir
crearPDFFicha(request, response, JOdatosPersonales, JOdatosFamiliares, JOformacionAcademica, JOexperienciaLaboral);
......@@ -1739,8 +1725,6 @@ public class FichaServlet extends HttpServlet {
}
private void crearPDFFicha(HttpServletRequest request, HttpServletResponse response, JSONObject JOdatosPersonales, JSONObject JOdatosFamiliares, JSONObject JOFormacionAcademica, JSONObject JOexperienciaLaboral) throws ServletException, IOException {
System.out.println("JSON DATOS FAMILIARES");
System.out.println(JOdatosFamiliares);
String fileName = "ficha" + JOdatosPersonales.getJSONObject("data").getJSONObject("persona").getString("numeroDocumento") + ".pdf";
response.setContentType("application/pdf");
response.setHeader("Expires", "0");
......@@ -2015,8 +1999,6 @@ public class FichaServlet extends HttpServlet {
JSONObject JOdata = new JSONObject(data);
System.out.println(JOdata);
crearPDFActividadFicha(JOdata, request, response);
}
......
......@@ -56,9 +56,8 @@ public class LoteFichaServlet extends HttpServlet {
String length = request.getParameter("length");
String start = request.getParameter("start");
System.out.println("draw" + draw + " length " + length + " start " + start);
JSONObject jsonObjListarFichasDT = service.listarFichasDT(draw, length, start, json);
System.out.println("SERVLET jsonObjListarFichasDT >>>> " + jsonObjListarFichasDT);
out.print(jsonObjListarFichasDT);
}
......@@ -69,15 +68,13 @@ public class LoteFichaServlet extends HttpServlet {
String jsonObj = request.getParameter("json");
if (jsonObj != null) {
System.out.println(jsonObj);
HttpSession sesion = request.getSession();
UsuarioBean usuario = (UsuarioBean) sesion.getAttribute("usuario");
System.out.println("CODIGO USUARIO >>>> " + usuario.getCodigoUsuario());
JSONObject jsonObjRegistrarLote = new JSONObject(jsonObj);
if (validarRegistroLoteJson(jsonObjRegistrarLote)) {
JSONObject jsonReturn = service.registrarLote(jsonObjRegistrarLote, usuario);
out.print(jsonReturn);
// out.print(jsonObjRegistrarLote);
} else {
out.print("Ha ocurrido un error. Al parecer esta infringiendo las leyes de los values en los inputs.");
}
......@@ -96,13 +93,10 @@ public class LoteFichaServlet extends HttpServlet {
String length = request.getParameter("length");
String start = request.getParameter("start");
String search = request.getParameter("search");
System.out.println("search ====> " + search);
if (search != null) {
System.out.println("draw" + draw + " length " + length + " start " + start);
JSONObject jsonObjListarLoteDT = service.listarLoteDT(draw, length, start, search);
System.out.println("SERVLET jsonObjListarLoteDT >>>> " + jsonObjListarLoteDT);
out.print(jsonObjListarLoteDT);
} else {
out.print("Los datos llegaron nulos");
}
......
......@@ -84,10 +84,6 @@ public class MenuServlet extends HttpServlet {
int codigoCategoria = Integer.parseInt(request.getParameter("codigoCategoria"));
int codigoSubCategoria = Integer.parseInt(request.getParameter("codigoSubCategoria"));
// System.out.println("codTitulo >>>> " + codTitulo);
// System.out.println("codModulo >>>> " + codModulo);
// System.out.println("codCategoria >>>> " + codCategoria);
// System.out.println("codSubCategoria >>>> " + codSubCategoria);
HttpSession session_actual = request.getSession(true);
MenuBean menu = new MenuBean();
......
......@@ -32,7 +32,6 @@ public class PersonaServlet extends HttpServlet {
if (accion == null) {
} else {
System.out.println("=================== " + accion.toUpperCase() + " ===================");
switch (accion) {
case "validarExistenciaNumeroDocumento":
validarExistenciaNumeroDocumento(request, response);
......@@ -190,13 +189,9 @@ public class PersonaServlet extends HttpServlet {
}
private void verificarPersona(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
System.out.println("************* SERVLET - VERIFICAR PERSONA *************");
String codigoVerificacion = request.getParameter("codigoVerificacion");
String numeroDocumento = request.getParameter("numeroDocumento");
System.out.println("Obtencion de parametros de verificacion.jsp:");
System.out.println("1) codigoVerificacion: " + codigoVerificacion);
System.out.println("2) numeroDocumento: " + numeroDocumento);
System.out.println("--------------------------------");
// verificamos que los parametros enviados desde el jsp no sean nulos
if (codigoVerificacion != null && numeroDocumento != null) {
// validar que los parametros sean solo alfanumericos
......@@ -204,88 +199,60 @@ public class PersonaServlet extends HttpServlet {
// obtenemos los valores de session
TokenFichaBean tf = (TokenFichaBean) session.getAttribute("tokenFicha");
tf.setCodigoVerificacion(codigoVerificacion);
System.out.println("Variable de session (TokenFicha):");
System.out.println("1) tokenFicha: " + tf);
System.out.println("2) codigoTokenFicha: " + tf.getCodigoTokenFicha());
System.out.println("3) token: " + tf.getToken());
System.out.println("4) codigoVerificacion: " + tf.getCodigoVerificacion());
System.out.println("--------------------------------");
// instanciar objeto persona y setear valores
PersonaBean p = new PersonaBean();
p.setNumeroDocumento(numeroDocumento);
System.out.println("Instancia personaBean:");
System.out.println("1) personaBean: " + p);
System.out.println("2) numeroDocumento: " + p.getNumeroDocumento());
System.out.println("--------------------------------");
// instanciar servicio persona
System.out.println("Verificacion persona:");
PersonaService service = new PersonaService();
System.out.println("1) Persona Service: " + service);
// invocar al metodo de verificacion de persona
JSONObject jsonObjVerificarPersona = service.verificarPersona(tf, p);
System.out.println("2) json verificar persona: " + jsonObjVerificarPersona);
System.out.println("--------------------------------");
// validar repuesta del metodo verificar persona
if (jsonObjVerificarPersona.getBoolean("status")) {
// obtener codigo tipo de documento
System.out.println("obtener codigo tipo documento:");
TipoDocumentoService serviceTipoDocumento = new TipoDocumentoService();
JSONObject jsonObjObtenerCodigoTipoDocumento = serviceTipoDocumento.obtenerCodigoTipoDocumento(tf);
System.out.println("1) service Tipo Documento: " + serviceTipoDocumento);
System.out.println("2) json obtener tipo documento: " + jsonObjObtenerCodigoTipoDocumento);
// validar respuesta del metodo obtener codigo tipo documento
if (jsonObjObtenerCodigoTipoDocumento.getBoolean("status")) {
int codigoTipoDocumento = jsonObjObtenerCodigoTipoDocumento.getJSONObject("data").getInt("getResultedKey");
System.out.println("3) codigoTipoDocumento: " + codigoTipoDocumento);
System.out.println("--------------------------------");
System.out.println("obtener codigo persona:");
JSONObject jsonObjObtenerCodigoPersona = service.obtenerCodigoPersona(tf);
System.out.println("1) json obtener codigo persona: " + jsonObjObtenerCodigoPersona);
// validar respuesta del metodo obtener codigo persona
if (jsonObjObtenerCodigoPersona.getBoolean("status")) {
int codigoPersona = jsonObjObtenerCodigoPersona.getJSONObject("data").getInt("getResultedKey");
System.out.println("2) codigoPersona: " + codigoPersona);
System.out.println("--------------------------------");
System.out.println("Obtener persona:");
// instacia de la clase persona
p.setCodigoPersona(codigoPersona);
p.setCodigoTipoDocumento(codigoTipoDocumento);
JSONObject jsonObjObtenerPersonaSession = service.obtenerPersonaSession(p);
System.out.println("1) Param codigoPersona: " + codigoPersona);
System.out.println("2) Param codigoTipoDocumento: " + codigoTipoDocumento);
System.out.println("3) json obtener persona session: " + jsonObjObtenerPersonaSession);
// validar respuesta del metodo obtener persona session
if (jsonObjObtenerPersonaSession.getBoolean("status")) {
System.out.println("--------------------------------");
System.out.println("variables para el envio de sesion:");
JSONObject jsonObjPersona = jsonObjObtenerPersonaSession.getJSONObject("data");
JSONArray jsonArrPersona = jsonObjPersona.getJSONArray("personas");
if (jsonArrPersona.getJSONObject(0).isNull("apellidoPaterno")) {
System.out.println("1) apellidoPaterno: null");
p.setApellidoPaterno(null);
} else {
p.setApellidoPaterno(jsonArrPersona.getJSONObject(0).getString("apellidoPaterno"));
System.out.println("1) apellidoPaterno: " + jsonArrPersona.getJSONObject(0).getString("apellidoPaterno"));
}
if (jsonArrPersona.getJSONObject(0).isNull("apellidoMaterno")) {
p.setApellidoMaterno(null);
System.out.println("2) apellidoMaterno: null");
} else {
p.setApellidoMaterno(jsonArrPersona.getJSONObject(0).getString("apellidoMaterno"));
System.out.println("2) apellidoMaterno: " + jsonArrPersona.getJSONObject(0).getString("apellidoMaterno"));
}
if (jsonArrPersona.getJSONObject(0).isNull("nombre")) {
p.setNombre(null);
System.out.println("3) nombre: null");
} else {
p.setNombre(jsonArrPersona.getJSONObject(0).getString("nombre"));
System.out.println("3) nombre: " + jsonArrPersona.getJSONObject(0).getString("nombre"));
}
p.setCorreo(jsonArrPersona.getJSONObject(0).getString("correo"));
System.out.println("4) correo: " + jsonArrPersona.getJSONObject(0).getString("correo"));
p.setNombreTipoDocumento(jsonArrPersona.getJSONObject(0).getString("nombreTipoDocumento"));
System.out.println("5) nombreTipoDocumento: " + jsonArrPersona.getJSONObject(0).getString("nombreTipoDocumento"));
if (codigoTipoDocumento == 3) {
p.setRuc(numeroDocumento);
}
......@@ -328,7 +295,6 @@ public class PersonaServlet extends HttpServlet {
session.removeAttribute("tokenFicha");
}
System.out.println("************* /SERVLET - VERIFICAR PERSONA *************");
}
}
......@@ -32,13 +32,11 @@ public class TokenFichaServlet extends HttpServlet {
if (accion != null) {
try {
if (accion.equals("validarTokenFichaVerificacion")) { // ACCION: validar token ficha "verificacion.jsp"
System.out.println("accion validarTokenFichaVerificacion correcto");
validarTokenFichaVerificacion(request, response);
} else if (accion.equals("desactivarToken")) { // ACCION: desactivar token
desactivarToken(request, response);
} // ACION: VALDIAR TOKEN FICHA
else if (EncryptAction.Desencriptar(accion, "TR1SM3G1ST0-PL4N1LL4").equals("validarTokenFicha")) { // ACCION: validar si la desencriptacion de datos es igual a "validarTokenFicha"
System.out.println("accion correcta");
validarTokenFicha(request, response);
} else { // ACCION: ERROR
mensaje = "No pudimos determinar a qué URL intentabas acceder. Por favor, verifique para asegurarse de que su URL no esté truncada";
......@@ -46,13 +44,10 @@ public class TokenFichaServlet extends HttpServlet {
response.sendRedirect("vistas/response/ErrorToken.jsp");
}
} catch (Exception ex) {
System.out.println("Error desencriptacion de datos servlet: " + ex.getMessage());
mensaje = "Error, no se pudo desencriptar los datos";
sessionTokenFicha.setAttribute("errorTokenFicha", mensaje);
// response.sendRedirect("vistas/response/ErrorToken.jsp");
}
} else { // ACCION: accion es nulo (redireccionar a la página de error)
System.out.println("accion es nulo");
// accion error page
mensaje = "Error, no se encontró el parámetro 'accion'";
sessionTokenFicha.setAttribute("errorTokenFicha", mensaje);
......@@ -69,21 +64,16 @@ public class TokenFichaServlet extends HttpServlet {
// ID: validar que el parametro ID no sea nulo
if (id != null) {
System.out.println("id => " + id);
System.out.println("id d. => " + EncryptAction.Desencriptar(id, "TR1SM3G1ST0-ID-PL4N1LL4"));
// ID: validar si el ID desencriptado es igual a lo encriptado
if (id.equals(EncryptAction.Encriptar(EncryptAction.Desencriptar(id, "TR1SM3G1ST0-ID-PL4N1LL4"), "TR1SM3G1ST0-ID-PL4N1LL4"))) { // ID: el id es igual a lo encriptado
// desencriptar id
int codigoTokenFicha = Integer.parseInt(EncryptAction.Desencriptar(id, "TR1SM3G1ST0-ID-PL4N1LL4"));
System.out.println("codigoTokenFicha => " + codigoTokenFicha);
// obtener parametro token
String token = request.getParameter("token");
// TOKEN: validar que el parametro TOKEN no sea nulo
if (token != null) {
System.out.println("token => " + token);
/* VALIDAR QUE EL TOKEN SEA IGUAL A LO DE LA URL */
// guardar parametros en el objeto token ficha
......@@ -119,14 +109,11 @@ public class TokenFichaServlet extends HttpServlet {
// validar que el token cumpla con las condiciones mencionadas anteriormente es true (correcto)
if (jsonObjValidarToken.getBoolean("status")) {
System.out.println("************SESION VALID******************");
if (sessionTokenFicha.isNew()) {
System.out.println("NUEVA SESION");
} else {
System.out.println("ANTIGUA SESION");
sessionTokenFicha.invalidate();
}
System.out.println("************SESION VALID******************");
// es correcto, redireccionar a la verificacion
sessionTokenFicha = request.getSession();
......@@ -140,16 +127,12 @@ public class TokenFichaServlet extends HttpServlet {
if (jsonObjDesactivarToken.getBoolean("status")) {
// el token no es válido a caducado o a expirado
mensaje = "El token no existe o ha caducado";
System.out.println("=>>>>> " + mensaje);
System.out.println("Error token ha expirado");
sessionTokenFicha.setAttribute("errorTokenFicha", mensaje);
response.sendRedirect("vistas/response/ErrorToken.jsp");
sessionTokenFicha.removeAttribute("tokenFicha");
} else {
// el token no es válido a caducado o a expirado - salio un error al desactivar el token
mensaje = "El token no existe o ha caducado";
System.out.println("=>>>>> " + mensaje);
System.out.println("Error al desactivar el token");
sessionTokenFicha.setAttribute("errorTokenFicha", mensaje);
response.sendRedirect("vistas/response/ErrorToken.jsp");
sessionTokenFicha.removeAttribute("tokenFicha");
......@@ -157,36 +140,26 @@ public class TokenFichaServlet extends HttpServlet {
}
} else { // la url es false (incorrecta)
mensaje = jsonObjValidarTokenURL.getString("message");
System.out.println("=>>>>> " + mensaje);
System.out.println("Error el token no es válido error url");
sessionTokenFicha.setAttribute("errorTokenFicha", mensaje);
response.sendRedirect("vistas/response/ErrorToken.jsp");
sessionTokenFicha.removeAttribute("tokenFicha");
}
} else { // TOKEN: token es nulo (redireccionar a la página de error)
System.out.println("token es nulo");
// accion error page
mensaje = "Error, no se encontró el parámetro 'token'";
System.out.println("=>>>>> " + mensaje);
System.out.println("Error el token es nulo");
sessionTokenFicha.setAttribute("errorTokenFicha", mensaje);
response.sendRedirect("vistas/response/ErrorToken.jsp");
sessionTokenFicha.removeAttribute("tokenFicha");
}
} else { // ID: ERROR
mensaje = "No pudimos determinar a qué URL intentabas acceder. Por favor, verifique para asegurarse de que su URL no esté truncada";
System.out.println("=>>>>> " + mensaje);
System.out.println("Error url falsa");
sessionTokenFicha.setAttribute("errorTokenFicha", mensaje);
response.sendRedirect("vistas/response/ErrorToken.jsp");
sessionTokenFicha.removeAttribute("tokenFicha");
}
} else { // ID: id es nulo (redireccionar a la página de error)
System.out.println("id es nulo");
// accion error page
mensaje = "Error, no se encontró el parámetro 'id'";
System.out.println("=>>>>> " + mensaje);
System.out.println("Error id nulo");
sessionTokenFicha.setAttribute("errorTokenFicha", mensaje);
response.sendRedirect("vistas/response/ErrorToken.jsp");
sessionTokenFicha.removeAttribute("tokenFicha");
......
......@@ -84,7 +84,7 @@ public class UsuarioServlet extends HttpServlet {
TrabajadorResponsableBean trabajadorResponsable = new TrabajadorResponsableBean();
trabajadorResponsable.setDni(usuario.getDni());
JSONObject jsonObjValidarExistenciaTrabajador = service.validarExistenciaTrabajadorPorDni(trabajadorResponsable);
System.out.println("jsonObjValidarExistenciaTrabajador -> " + jsonObjValidarExistenciaTrabajador);
if (!jsonObjValidarExistenciaTrabajador.getBoolean("status")) {
trabajadorResponsable.setCodigoPlanillaReal(usuario.getCodigoTrabajador());
trabajadorResponsable.setApellidoPaterno(usuario.getApellidoPaternoPersona());
......@@ -92,14 +92,11 @@ public class UsuarioServlet extends HttpServlet {
trabajadorResponsable.setNombre(usuario.getNombresPersona());
trabajadorResponsable.setCodigoUsuario(usuario.getCodigoUsuario());
JSONObject jsonObjRegistrarTrabajador = service.registrarTrabajadorResponsable(trabajadorResponsable);
System.out.println("No existe el personal.. Se registrará");
if (jsonObjRegistrarTrabajador.getBoolean("status")) {
System.out.println("Se registro el trabajador responsable");
} else {
System.out.println("Error al registrar trabajador responsable");
}
} else {
System.out.println("Existe personal en la base");
}
int codigoProyectoDetalle = usuario.getCodigoProyectoDetalle();
......@@ -120,7 +117,6 @@ public class UsuarioServlet extends HttpServlet {
session_actual.setAttribute("menuSesionSubCategoria", menuSubCategoria);
JSONObject jDatosTrabajadorResponsable = service.obtenerDatosTrabajadorResponsable(usuario.getCodigoTrabajador());
System.out.println(trabajadorResponsable);
if (jDatosTrabajadorResponsable.getBoolean("status")) {
usuario.setNombreSede(jDatosTrabajadorResponsable.getJSONObject("data").getString("nombreSede"));
......
......@@ -15,6 +15,7 @@ public class AreaCargoSqlserverDAO implements AreaCargoDAO {
@Override
public JSONObject obtenerAreaCargo(AreaBean a, CargoBean c) {
System.out.println("AreaCargoSqlserverDAO: obtenerAreaCargo");
JSONObject JOObtenerAreaCargo = null;
ResponseHelper response = new ResponseHelper();
String sql = ""
......@@ -22,7 +23,6 @@ public class AreaCargoSqlserverDAO implements AreaCargoDAO {
+ "codigo_area_cargo codigoAreaCargo "
+ "from area_cargo "
+ "where codigo_area = ? and codigo_cargo = ? and estado_registro = 1";
System.out.println("SQL obtenerAreaCargo: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -45,7 +45,7 @@ public class AreaCargoSqlserverDAO implements AreaCargoDAO {
response.setMessage("Error! no se ha podido encontrar el código area cargo");
}
} catch (SQLException e) {
System.err.println("obtenerAreaCargo -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -60,7 +60,7 @@ public class AreaCargoSqlserverDAO implements AreaCargoDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOObtenerAreaCargo = new JSONObject(response);
......@@ -70,6 +70,7 @@ public class AreaCargoSqlserverDAO implements AreaCargoDAO {
@Override
public JSONObject asignarAreaCargo(JSONObject datos) {
System.out.println("AreaCargoSqlserverDAO: asignarAreaCargo");
JSONObject jObject = null;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -81,7 +82,7 @@ public class AreaCargoSqlserverDAO implements AreaCargoDAO {
cnx = SqlserverDAOFactory.obtenerConexion(Variables.BD_NAME);
ps = cnx.prepareStatement(sql);
} catch (SQLException e) {
System.err.println("@Method -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -96,7 +97,7 @@ public class AreaCargoSqlserverDAO implements AreaCargoDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -14,6 +14,7 @@ public class AreaCargoTipoPagoSqlserverDAO implements AreaCargoTipoPagoDAO {
@Override
public JSONObject obtenerAreaCargoTipoPago(AreaCargoTipoPagoBean actp) {
System.out.println("AreaCargoTipoPagoSqlserverDAO: obtenerAreaCargoTipoPago");
JSONObject JOObtenerAreaCargoTipoPago = null;
ResponseHelper response = new ResponseHelper();
......@@ -22,7 +23,6 @@ public class AreaCargoTipoPagoSqlserverDAO implements AreaCargoTipoPagoDAO {
+ "codigo_area_cargo_tipo_pago codigoAreaCargoTipoPago "
+ "from area_cargo_tipo_pago "
+ "where codigo_area_cargo = ? and codigo_tipo_pago = ? and estado_registro = 1";
System.out.println("SQL obtenerAreaCargoTipoPago: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -45,7 +45,7 @@ public class AreaCargoTipoPagoSqlserverDAO implements AreaCargoTipoPagoDAO {
response.setMessage("Error! no se ha podido encontrar el código area cargo");
}
} catch (SQLException e) {
System.err.println("obtenerAreaCargoTipoPago -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -60,7 +60,7 @@ public class AreaCargoTipoPagoSqlserverDAO implements AreaCargoTipoPagoDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOObtenerAreaCargoTipoPago = new JSONObject(response);
......
......@@ -16,18 +16,24 @@ public class AreaSqlserverDAO implements AreaDAO {
@Override
public JSONObject listarArea(SedeBean s) {
System.out.println("AreaSqlserverDAO: listarArea");
JSONObject JObjectArea = null;
JSONArray JArrayArea = new JSONArray();
ResponseHelper response = new ResponseHelper();
String sql = ""
+ "select "
+ "sede_area.codigo_area codigoArea, "
+ "area.nombre nombre "
+ "from sede_area "
+ "inner join dbo.area ON dbo.area.codigo_area = dbo.sede_area.codigo_area "
+ "where sede_area.estado_registro = 1 and area.estado_registro = 1 and sede_area.codigo_sede = ? "
+ "group by sede_area.codigo_area, area.nombre";
System.out.println("SQL listarArea: " + sql);
+ "SELECT "
+ " sede_area.codigo_area codigoArea, "
+ " area.nombre nombre "
+ "FROM "
+ " sede_area "
+ "INNER JOIN dbo.area ON dbo.area.codigo_area = dbo.sede_area.codigo_area "
+ "WHERE "
+ " sede_area.estado_registro = 1 "
+ "AND area.estado_registro = 1 "
+ "AND sede_area.codigo_sede = ? "
+ "GROUP BY "
+ " sede_area.codigo_area, "
+ " area.nombre";
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -49,9 +55,9 @@ public class AreaSqlserverDAO implements AreaDAO {
response.setMessage("Las áreas se listaron correctamente");
response.setData(objArea);
} catch (SQLException e) {
System.err.println("listarArea -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
response.setMessage("Error: " + e.getMessage() + " Error Code: [" + e.getErrorCode() + "]");
} finally {
try {
if (rs != null) {
......@@ -64,7 +70,7 @@ public class AreaSqlserverDAO implements AreaDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JObjectArea = new JSONObject(response);
......@@ -73,6 +79,7 @@ public class AreaSqlserverDAO implements AreaDAO {
@Override
public JSONObject validarExistenciaArea(SedeBean s, AreaBean a) {
System.out.println("AreaSqlserverDAO: validarExistenciaArea");
JSONObject JObjectValidarExistenciaArea = null;
ResponseHelper response = new ResponseHelper();
String sql = ""
......@@ -80,7 +87,6 @@ public class AreaSqlserverDAO implements AreaDAO {
+ "count(1) existeArea "
+ "from sede_area "
+ "where sede_area.estado_registro = 1 and sede_area.codigo_sede = ? and sede_area.codigo_area = ?";
System.out.println("SQL validarExistenciaArea: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -101,9 +107,9 @@ public class AreaSqlserverDAO implements AreaDAO {
response.setMessage("Error! La área seleccionada no existe");
}
} catch (SQLException e) {
System.err.println("validarExistenciaArea -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
response.setMessage("Error: " + e.getMessage() + " Error Code: [" + e.getErrorCode() + "]");
} finally {
try {
if (rs != null) {
......@@ -116,7 +122,7 @@ public class AreaSqlserverDAO implements AreaDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JObjectValidarExistenciaArea = new JSONObject(response);
......@@ -125,6 +131,7 @@ public class AreaSqlserverDAO implements AreaDAO {
@Override
public JSONObject registrar(JSONObject datos) {
System.out.println("AreaSqlserverDAO: registrar");
JSONObject jObject = null;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -148,9 +155,9 @@ public class AreaSqlserverDAO implements AreaDAO {
response.setMessage("No se puedo registrar el área");
}
} catch (SQLException e) {
System.err.println("@Method -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
response.setMessage("Error: " + e.getMessage() + " Error Code: [" + e.getErrorCode() + "]");
} finally {
try {
if (rs != null) {
......@@ -163,7 +170,7 @@ public class AreaSqlserverDAO implements AreaDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -173,16 +180,19 @@ public class AreaSqlserverDAO implements AreaDAO {
@Override
public JSONObject editar(JSONObject datos) {
System.out.println("AreaSqlserverDAO: editar");
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
@Override
public JSONObject estado(JSONObject datos) {
System.out.println("AreaSqlserverDAO: estado");
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
@Override
public JSONObject validarNombreAdd(JSONObject datos) {
System.out.println("AreaSqlserverDAO: validarNombreAdd");
JSONObject jObject;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -211,9 +221,9 @@ public class AreaSqlserverDAO implements AreaDAO {
response.setMessage("No se pudo encontrar el área");
}
} catch (SQLException e) {
System.err.println("@Method -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
response.setMessage("Error: " + e.getMessage() + " Error Code: [" + e.getErrorCode() + "]");
} finally {
try {
if (rs != null) {
......@@ -226,7 +236,7 @@ public class AreaSqlserverDAO implements AreaDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -236,6 +246,7 @@ public class AreaSqlserverDAO implements AreaDAO {
@Override
public JSONObject validarNombreEdit(JSONObject datos) {
System.out.println("AreaSqlserverDAO: validarNombreEdit");
JSONObject jObject;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -266,9 +277,9 @@ public class AreaSqlserverDAO implements AreaDAO {
response.setMessage("No se pudo encontrar el área");
}
} catch (SQLException e) {
System.err.println("@Method -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
response.setMessage("Error: " + e.getMessage() + " Error Code: [" + e.getErrorCode() + "]");
} finally {
try {
if (rs != null) {
......@@ -281,7 +292,7 @@ public class AreaSqlserverDAO implements AreaDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -4,7 +4,6 @@ import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Locale;
import org.json.JSONArray;
import org.json.JSONObject;
import trismegistoplanilla.beans.CargaFamiliarBean;
......@@ -17,6 +16,7 @@ public class CargaFamiliarSqlserverDAO implements CargaFamiliarDAO {
@Override
public JSONObject validarExistenciaNumeroDocumento(CargaFamiliarBean cargaFamiliar) {
System.out.println("CargaFamiliarSqlserverDAO: validarExistenciaNumeroDocumento");
JSONObject jsonValidarExistenciaNumeroDocumento = null;
Connection connection = null;
PreparedStatement ps = null;
......@@ -43,7 +43,7 @@ public class CargaFamiliarSqlserverDAO implements CargaFamiliarDAO {
}
} catch (SQLException e) {
System.err.println("validarExistenciaNumeroDocumento -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -58,7 +58,7 @@ public class CargaFamiliarSqlserverDAO implements CargaFamiliarDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -68,6 +68,7 @@ public class CargaFamiliarSqlserverDAO implements CargaFamiliarDAO {
@Override
public JSONObject obtenerCargaFamiliarPorPersona(PersonaBean persona) {
System.out.println("CargaFamiliarSqlserverDAO: obtenerCargaFamiliarPorPersona");
JSONObject jsonObjObtenerCargaFamiliarPorPersona = null;
JSONArray jsonArrayObtenerCargaFamiliarPorPersona = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -121,7 +122,7 @@ public class CargaFamiliarSqlserverDAO implements CargaFamiliarDAO {
response.setData(jsonObjCargaFamiliar);
} catch (SQLException e) {
System.err.println("validarExistenciaNumeroDocumento -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -136,7 +137,7 @@ public class CargaFamiliarSqlserverDAO implements CargaFamiliarDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -16,6 +16,7 @@ public class CargoSqlserverDAO implements CargoDAO {
@Override
public JSONObject listarCargo(AreaBean a) {
System.out.println("CargoSqlserverDAO: listarCargo");
JSONObject JOListarCargo = null;
JSONArray JArrayCargo = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -26,7 +27,6 @@ public class CargoSqlserverDAO implements CargoDAO {
+ "from area_cargo "
+ "inner join dbo.cargo ON dbo.cargo.codigo_cargo = dbo.area_cargo.codigo_cargo "
+ "where area_cargo.estado_registro = 1 and area_cargo.codigo_area = ?";
System.out.println("SQL listarCargo: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -48,7 +48,7 @@ public class CargoSqlserverDAO implements CargoDAO {
response.setMessage("Los cargos se listaron correctamente");
response.setData(objCargo);
} catch (SQLException e) {
System.err.println("listarCargo -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -63,7 +63,7 @@ public class CargoSqlserverDAO implements CargoDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOListarCargo = new JSONObject(response);
......@@ -72,6 +72,7 @@ public class CargoSqlserverDAO implements CargoDAO {
@Override
public JSONObject validarExistenciaCargo(AreaBean a, CargoBean c) {
System.out.println("CargoSqlserverDAO: validarExistenciaCargo");
JSONObject JOValidarExistenciaCargo = null;
ResponseHelper response = new ResponseHelper();
String sql = ""
......@@ -79,7 +80,6 @@ public class CargoSqlserverDAO implements CargoDAO {
+ "count(1) existeCargo "
+ "from area_cargo "
+ "where area_cargo.estado_registro = 1 and area_cargo.codigo_area = ? and area_cargo.codigo_cargo = ?";
System.out.println("SQL validarExistenciaCargo: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -100,7 +100,7 @@ public class CargoSqlserverDAO implements CargoDAO {
response.setMessage("Error! El cargo seleccionada no existe");
}
} catch (SQLException e) {
System.err.println("validarExistenciaCargo -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -115,7 +115,7 @@ public class CargoSqlserverDAO implements CargoDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOValidarExistenciaCargo = new JSONObject(response);
......@@ -124,6 +124,7 @@ public class CargoSqlserverDAO implements CargoDAO {
@Override
public JSONObject registrar(JSONObject datos) {
System.out.println("CargoSqlserverDAO: registrar");
JSONObject jObject = null;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -147,7 +148,7 @@ public class CargoSqlserverDAO implements CargoDAO {
response.setMessage("No se pudo registrar el cargo.");
}
} catch (SQLException e) {
System.err.println("@Method -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -162,7 +163,7 @@ public class CargoSqlserverDAO implements CargoDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -172,16 +173,19 @@ public class CargoSqlserverDAO implements CargoDAO {
@Override
public JSONObject editar(JSONObject datos) {
System.out.println("CargoSqlserverDAO: editar");
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
@Override
public JSONObject estado(JSONObject datos) {
System.out.println("CargoSqlserverDAO: estado");
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
@Override
public JSONObject validarNombreAdd(JSONObject datos) {
System.out.println("CargoSqlserverDAO: validarNombreAdd");
JSONObject jObject;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -210,7 +214,7 @@ public class CargoSqlserverDAO implements CargoDAO {
response.setMessage("No se pudo encontrar el cargo");
}
} catch (SQLException e) {
System.err.println("@Method -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -225,7 +229,7 @@ public class CargoSqlserverDAO implements CargoDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -235,6 +239,7 @@ public class CargoSqlserverDAO implements CargoDAO {
@Override
public JSONObject validarNombreEdit(JSONObject datos) {
System.out.println("CargoSqlserverDAO: validarNombreEdit");
JSONObject jObject;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -265,7 +270,7 @@ public class CargoSqlserverDAO implements CargoDAO {
response.setMessage("No se pudo encontrar el cargo");
}
} catch (SQLException e) {
System.err.println("@Method -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -280,7 +285,7 @@ public class CargoSqlserverDAO implements CargoDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -15,6 +15,7 @@ public class CarreraProfesionalSqlserverDAO implements CarreraProfesionalDAO {
@Override
public JSONObject listarCarreraProfesional(String carrera) {
System.out.println("CarreraProfesionalSqlserverDAO: listarCarreraProfesional");
JSONObject jsonListarCarreraProfesional = new JSONObject();
JSONArray jsonArrayListarCarreraProfesional = new JSONArray();
PreparedStatement ps = null, psCount = null;
......@@ -30,7 +31,6 @@ public class CarreraProfesionalSqlserverDAO implements CarreraProfesionalDAO {
+ "estado_registro estadoRegistro "
+ "FROM carrera_profesional "
+ "where estado_registro = 1 and codigo_carrera_profesional != 404 and nombre like ?";
System.out.println("listarCarreraProfesional: " + sql);
ps = connection.prepareStatement(sql);
ps.setString(1, carrera + "%");
rs = ps.executeQuery();
......@@ -50,14 +50,13 @@ public class CarreraProfesionalSqlserverDAO implements CarreraProfesionalDAO {
+ "count(1) total_count "
+ "from carrera_profesional "
+ "where estado_registro = 1 and nombre like ?";
System.out.println("listarCarreraProfesional count: " + sqlCount);
psCount = connection.prepareStatement(sqlCount);
psCount.setString(1, carrera + "%");
rsCount = psCount.executeQuery();
rsCount.next();
total_count = rsCount.getInt("total_count");
} catch (SQLException e) {
System.err.println("listarCarreraProfesional -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
jsonListarCarreraProfesional.put("status", false);
jsonListarCarreraProfesional.put("message", "Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -78,7 +77,7 @@ public class CarreraProfesionalSqlserverDAO implements CarreraProfesionalDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -90,6 +89,7 @@ public class CarreraProfesionalSqlserverDAO implements CarreraProfesionalDAO {
@Override
public JSONObject validarExistenciaCarreraProfesional(CarreraProfesionalBean carreraProfesional) {
System.out.println("CarreraProfesionalSqlserverDAO: validarExistenciaCarreraProfesional");
JSONObject jsonValidarExistenciaCarreraProfesional = null;
ResponseHelper response = new ResponseHelper();
int existeCarreraProfesional = 0;
......@@ -116,7 +116,7 @@ public class CarreraProfesionalSqlserverDAO implements CarreraProfesionalDAO {
response.setMessage("La carrera profesional seleccionada no existe.");
}
} catch (SQLException e) {
System.err.println("validarExistenciaCarreraProfesional -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -131,16 +131,11 @@ public class CarreraProfesionalSqlserverDAO implements CarreraProfesionalDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonValidarExistenciaCarreraProfesional = new JSONObject(response);
return jsonValidarExistenciaCarreraProfesional;
}
// public static void main(String[] args) {
// CarreraProfesionalSqlserverDAO metodo = new CarreraProfesionalSqlserverDAO();
// String carrera = "a";
// System.out.println(metodo.listarCarreraProfesional(carrera));
// }
}
......@@ -13,6 +13,7 @@ public class ConfiguracionFichaSqlserverDAO implements ConfiguracionFichaDAO {
@Override
public JSONObject getDefaultMail() {
System.out.println("ConfiguracionFichaSqlserverDAO: getDefaultMail");
JSONObject JOmail = null;
ResponseHelper response = new ResponseHelper();
String sql = ""
......@@ -20,7 +21,6 @@ public class ConfiguracionFichaSqlserverDAO implements ConfiguracionFichaDAO {
+ "correo "
+ "from configuracion_ficha "
+ "where estado = 1";
System.out.println("SQL getDefaultMail: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -34,7 +34,7 @@ public class ConfiguracionFichaSqlserverDAO implements ConfiguracionFichaDAO {
response.setData(obj);
response.setStatus(true);
} catch (SQLException e) {
System.err.println("getDefaultMail -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -49,14 +49,11 @@ public class ConfiguracionFichaSqlserverDAO implements ConfiguracionFichaDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOmail = new JSONObject(response);
return JOmail;
}
// public static void main(String[] args) {
// System.out.println(new ConfiguracionFichaSqlserverDAO().getDefaultMail());
// }
}
......@@ -17,6 +17,7 @@ public class CorreoSqlserverDAO implements CorreoDAO {
@Override
public boolean enviarCorreo(Correo c) {
System.out.println("CorreoSqlserverDAO: enviarCorreo");
boolean envio;
try {
......@@ -44,7 +45,7 @@ public class CorreoSqlserverDAO implements CorreoDAO {
envio = true;
} catch (UnsupportedEncodingException | MessagingException e) {
System.out.println("NO SE PUDO ENVIAR EL MENSAJE " + e.getMessage());
e.printStackTrace();
envio = false;
}
return envio;
......
......@@ -15,6 +15,7 @@ public class EscalafonSqlserverDAO implements EscalafonDAO {
@Override
public JSONObject obtenerEscalafonAreaCargoTipoPago(AreaCargoTipoPagoBean actp) {
System.out.println("EscalafonSqlserverDAO: obtenerEscalafonAreaCargoTipoPago");
JSONObject jsonObtenerEscalafonAreaCargo = null;
ResponseHelper response = new ResponseHelper();
......@@ -23,7 +24,6 @@ public class EscalafonSqlserverDAO implements EscalafonDAO {
+ "sueldo "
+ "from escalafon "
+ "where codigo_area_cargo_tipo_pago = ? and estado_registro = 1";
System.out.println("SQL obtenerEscalafonAreaCargo: " + sql);
Connection cnx = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -41,7 +41,7 @@ public class EscalafonSqlserverDAO implements EscalafonDAO {
response.setData(jsonObjSueldo);
}
} catch (SQLException e) {
System.err.println("obtenerEscalafonAreaCargoTipoPago -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -56,7 +56,7 @@ public class EscalafonSqlserverDAO implements EscalafonDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -64,10 +64,4 @@ public class EscalafonSqlserverDAO implements EscalafonDAO {
return jsonObtenerEscalafonAreaCargo;
}
// public static void main(String[] args) {
// EscalafonSqlserverDAO metodo = new EscalafonSqlserverDAO();
// AreaCargoTipoPagoBean actp = new AreaCargoTipoPagoBean();
// actp.setCodigoAreaCargoTipoPago(1);
// System.out.println(metodo.obtenerEscalafonAreaCargoTipoPago(actp));
// }
}
......@@ -15,6 +15,7 @@ public class EstadoCivilSqlserverDAO implements EstadoCivilDAO {
@Override
public JSONObject listarEstadoCivil() {
System.out.println("EstadoCivilSqlserverDAO: listarEstadoCivil");
JSONObject jsonListarEstadoCivil = null;
JSONArray jsonArrayListarEstadoCivil = new JSONArray();
PreparedStatement ps = null;
......@@ -49,7 +50,7 @@ public class EstadoCivilSqlserverDAO implements EstadoCivilDAO {
response.setData(jsonObjEstadoCivil);
} catch (SQLException e) {
System.err.println("listarEstadoCivil -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -64,7 +65,7 @@ public class EstadoCivilSqlserverDAO implements EstadoCivilDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -74,6 +75,7 @@ public class EstadoCivilSqlserverDAO implements EstadoCivilDAO {
@Override
public JSONObject validarExistenciaEstadoCivil(EstadoCivilBean estadoCivil) {
System.out.println("EstadoCivilSqlserverDAO: validarExistenciaEstadoCivil");
JSONObject jsonValidarExistenciaEstadoCivil = null;
ResponseHelper response = new ResponseHelper();
int existeEstadoCivil = 0;
......@@ -101,7 +103,7 @@ public class EstadoCivilSqlserverDAO implements EstadoCivilDAO {
response.setMessage("El estado civil seleccionado no existe.");
}
} catch (SQLException e) {
System.err.println("validarExistenciaEstadoCivil -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -116,7 +118,7 @@ public class EstadoCivilSqlserverDAO implements EstadoCivilDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonValidarExistenciaEstadoCivil = new JSONObject(response);
......
......@@ -15,6 +15,7 @@ public class EstadoEstudioSqlserverDAO implements EstadoEstudioDAO {
@Override
public JSONObject validarExistenciaEstadoEstudio(EstadoEstudioBean estadoEstudio) {
System.out.println("EstadoEstudioSqlserverDAO: validarExistenciaEstadoEstudio");
JSONObject jsonValidarExistenciaEstadoEstudio = null;
ResponseHelper response = new ResponseHelper();
int existeEstadoEstudio = 0;
......@@ -47,7 +48,7 @@ public class EstadoEstudioSqlserverDAO implements EstadoEstudioDAO {
response.setMessage("El estado estudio seleccionado no existe.");
}
} catch (SQLException e) {
System.err.println("validarExistenciaEstadoEstudio -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -62,7 +63,7 @@ public class EstadoEstudioSqlserverDAO implements EstadoEstudioDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonValidarExistenciaEstadoEstudio = new JSONObject(response);
......@@ -71,6 +72,7 @@ public class EstadoEstudioSqlserverDAO implements EstadoEstudioDAO {
@Override
public JSONObject listarEstadoEstudio(EstadoEstudioBean estadoEstudio) {
System.out.println("EstadoEstudioSqlserverDAO: listarEstadoEstudio");
JSONObject jsonListarEstadoEstudio = null;
JSONArray jsonArrayListarEstadoEstudio = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -106,7 +108,7 @@ public class EstadoEstudioSqlserverDAO implements EstadoEstudioDAO {
response.setData(jsonObjEstadoEstudio);
} catch (SQLException e) {
System.err.println("listarEstadoEstudio -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -121,7 +123,7 @@ public class EstadoEstudioSqlserverDAO implements EstadoEstudioDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -14,6 +14,7 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
@Override
public JSONObject obtenerCodigoEstadoFicha(EstadoFichaBean ef) {
System.out.println("EstadoFichaSqlserverDAO: obtenerCodigoEstadoFicha");
JSONObject JOObtenerCodigoEstadoFicha = null;
ResponseHelper response = new ResponseHelper();
......@@ -22,7 +23,7 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
+ "codigo_estado_ficha codigoEstadoFicha "
+ "from estado_ficha "
+ "where codigo_ficha = ? and estado_registro = 1";
System.out.println("SQL obtenerCodigoEstadoFicha: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -43,7 +44,7 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
response.setStatus(false);
}
} catch (SQLException e) {
System.err.println("obtenerCodigoEstadoFicha -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -58,7 +59,7 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOObtenerCodigoEstadoFicha = new JSONObject(response);
......@@ -67,6 +68,7 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
@Override
public JSONObject desactivarEstadoFicha(EstadoFichaBean ef) {
System.out.println("EstadoFichaSqlserverDAO: desactivarEstadoFicha");
JSONObject JODesactivarEstadoFicha = null;
ResponseHelper response = new ResponseHelper();
......@@ -74,7 +76,7 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
+ "update estado_ficha "
+ "set estado_registro = 0 "
+ "where codigo_estado_ficha = ? and estado_registro = 1";
System.out.println("SQL desactivarEstadoFicha: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -94,7 +96,7 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
conexion.rollback();
}
} catch (SQLException e) {
System.err.println("desactivarEstadoFicha -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -109,7 +111,7 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JODesactivarEstadoFicha = new JSONObject(response);
......@@ -118,6 +120,7 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
@Override
public JSONObject registrarEstadoFicha(EstadoFichaBean ef) {
System.out.println("EstadoFichaSqlserverDAO: registrarEstadoFicha");
JSONObject JORegistrarEstadoFicha = null;
ResponseHelper response = new ResponseHelper();
......@@ -135,7 +138,7 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
+ " ,? "
+ " ,1 "
+ ")";
System.out.println("SQL registrarEstadoFicha: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -157,7 +160,7 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
conexion.rollback();
}
} catch (SQLException e) {
System.err.println("registrarEstadoFicha -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -172,19 +175,11 @@ public class EstadoFichaSqlserverDAO implements EstadoFichaDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JORegistrarEstadoFicha = new JSONObject(response);
return JORegistrarEstadoFicha;
}
// public static void main(String[] args) {
// EstadoFichaSqlServerDAO metodo = new EstadoFichaSqlServerDAO();
// EstadoFichaBean ef = new EstadoFichaBean();
// ef.setCodigoFicha(4);
// ef.setCodigoTipoEstadoFicha(4);
// ef.setCodigoUsuario(5);
// System.out.println(metodo.obtenerCodigoEstadoFicha(ef));
// }
}
......@@ -16,6 +16,7 @@ public class ExpedienteSqlserverDAO implements ExpedienteDAO {
@Override
public JSONObject listarTipoExpedientes() {
System.out.println("ExpedienteSqlserverDAO: listarTipoExpedientes");
JSONObject jsonObjListarTipoExpediente = null;
JSONArray jsonArrayListarTipoExpediente = new JSONArray();
Connection cnx = null;
......@@ -47,7 +48,7 @@ public class ExpedienteSqlserverDAO implements ExpedienteDAO {
response.setData(jsonObjExpediente);
} catch (SQLException e) {
System.err.println("listarTipoExpedientes -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -62,7 +63,7 @@ public class ExpedienteSqlserverDAO implements ExpedienteDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -72,6 +73,7 @@ public class ExpedienteSqlserverDAO implements ExpedienteDAO {
@Override
public JSONObject obtenerExpedientesPorPersona(PersonaBean persona) {
System.out.println("ExpedienteSqlserverDAO: obtenerExpedientesPorPersona");
JSONObject jsonObjObtenerExpedientesPorPersona = null;
JSONArray jsonArrayObtenerExpedientesPorPersona = new JSONArray();
Connection cnx = null;
......@@ -105,7 +107,7 @@ public class ExpedienteSqlserverDAO implements ExpedienteDAO {
response.setData(jsonObjExpediente);
} catch (SQLException e) {
System.err.println("obtenerExpedientesPorPersona -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -120,7 +122,7 @@ public class ExpedienteSqlserverDAO implements ExpedienteDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -16,6 +16,7 @@ public class ExperienciaLaboralSqlserverDAO implements ExperienciaLaboralDAO {
@Override
public JSONObject obtenerExperienciaLaboralPorPersona(PersonaBean persona) {
System.out.println("ExperienciaLaboralSqlserverDAO: obtenerExperienciaLaboralPorPersona");
JSONObject jsonObjObtenerExperienciaLaboralPorPersona = null;
JSONArray jsonArrayObtenerExperienciaLaboralPorPersona = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -56,7 +57,7 @@ public class ExperienciaLaboralSqlserverDAO implements ExperienciaLaboralDAO {
response.setData(jsonObjExperienciaLaboral);
} catch (SQLException e) {
System.err.println("validarExistenciaNumeroDocumento -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -71,7 +72,7 @@ public class ExperienciaLaboralSqlserverDAO implements ExperienciaLaboralDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -20,6 +20,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
@Override
public JSONObject registrarFichaLaboral(FichaLaboralBean fl, PersonaBean p, JSONArray jaExpediente, SueldoAdministrativoBean sa, SueldoDocenteBean sd, UsuarioBean u) {
System.out.println("FichaLaboralSqlserverDAO: registrarFichaLaboral");
JSONObject JORegistrarFichaLaboral = null;
ResponseHelper response = new ResponseHelper();
......@@ -59,7 +60,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
conexion.setAutoCommit(false);
// ACTIVIDAD N° 1
sql = "select codigo_persona codigoPersona from ficha where codigo_ficha = ? and estado_registro = 1";
System.out.println("SQL registrarFichaLaboral (obtener codigo persona) - " + sql);
psObtenerCodigoPersona = conexion.prepareStatement(sql);
psObtenerCodigoPersona.setInt(1, fl.getCodigoFicha());
rsObtenerCodigoPersona = psObtenerCodigoPersona.executeQuery();
......@@ -68,7 +69,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
// ACTIVIDAD N° 2
sql = "update persona set enlace_alfresco = upper(?) where codigo_persona = ? and estado_registro = 1";
System.out.println("SQL registrarFichaLaboral (registrar enlace alfresco) - " + sql);
psRegistrarEnlace = conexion.prepareStatement(sql);
psRegistrarEnlace.setString(1, p.getEnlaceAlfresco());
psRegistrarEnlace.setInt(2, codigoPersona);
......@@ -89,7 +90,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
+ " ,? "
+ " ,1 "
+ ")";
System.out.println("SQL registrarFichaLaboral (registrar expedientes) - " + sql);
psRegistrarExpediente = conexion.prepareStatement(sql);
for (int i = 0; i < jaExpediente.length(); i++) {
JSONObject objExpediente = jaExpediente.getJSONObject(i);
......@@ -122,7 +123,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
+ " ,getdate() "
+ " ,1 "
+ ")";
System.out.println("SQL registrarFichaLaboral (registrar ficha laboral) - " + sql);
psRegistrarFichaLaboral = conexion.prepareStatement(sql);
psRegistrarFichaLaboral.setInt(1, fl.getCodigoFicha());
psRegistrarFichaLaboral.setString(2, fl.getFechaIngreso());
......@@ -156,7 +157,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
+ " ,getdate() "
+ " ,1 "
+ ")";
System.out.println("SQL registrarFichaLaboral (registrar sueldo administrativo) - " + sql);
psRegistrarSueldoAdministrativo = conexion.prepareStatement(sql);
psRegistrarSueldoAdministrativo.setInt(1, sa.getCodigoFicha());
psRegistrarSueldoAdministrativo.setInt(2, sa.getCodigoAreaCargoTipoPago());
......@@ -178,7 +179,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
sql = ""
+ "insert into sueldo_docente (codigo_ficha, codigo_area_cargo_tipo_pago, costo_a, costo_b, costo_c, observacion, fecha_registro, estado_registro) "
+ "values (?, ?, ?, ?, ?, ?, getdate(), 1)";
System.out.println("SQL registrarFichaLaboral (sueldo docente) (HORAS) - " + sql);
psRegistrarSueldoDocente = conexion.prepareStatement(sql);
psRegistrarSueldoDocente.setInt(1, sd.getCodigoFicha());
psRegistrarSueldoDocente.setInt(2, sd.getCodigoAreaCargoTipoPago());
......@@ -191,7 +192,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
sql = ""
+ "insert into sueldo_docente (codigo_ficha, codigo_area_cargo_tipo_pago, costo_mensual, observacion, fecha_registro, estado_registro) "
+ "values (?, ?, ?, ?, getdate(), 1)";
System.out.println("SQL registrarFichaLaboral (sueldo docente) (MENSUAL) - " + sql);
psRegistrarSueldoDocente = conexion.prepareStatement(sql);
psRegistrarSueldoDocente.setInt(1, sd.getCodigoFicha());
psRegistrarSueldoDocente.setInt(2, sd.getCodigoAreaCargoTipoPago());
......@@ -202,7 +203,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
sql = ""
+ "insert into sueldo_docente (codigo_ficha, codigo_area_cargo_tipo_pago, costo_mensual, costo_a, costo_b, costo_c, observacion, fecha_registro, estado_registro) "
+ "values (?, ?, ?, ?, ?, ?, ?, getdate(), 1)";
System.out.println("SQL registrarFichaLaboral (sueldo docente) (ADMINISTRATIVO) - " + sql);
psRegistrarSueldoDocente = conexion.prepareStatement(sql);
psRegistrarSueldoDocente.setInt(1, sd.getCodigoFicha());
psRegistrarSueldoDocente.setInt(2, sd.getCodigoAreaCargoTipoPago());
......@@ -235,7 +236,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
+ "codigo_estado_ficha codigoEstadoFicha "
+ "from estado_ficha "
+ "where codigo_ficha = ? and estado_registro = 1";
System.out.println("SQL registrarFichaLaboral (obtener ultimo estado de ficha): " + sql);
psObtenerUltimoEstadoFicha = conexion.prepareStatement(sql);
psObtenerUltimoEstadoFicha.setInt(1, fl.getCodigoFicha());
rsObtenerUltimoEstadoFicha = psObtenerUltimoEstadoFicha.executeQuery();
......@@ -248,7 +249,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
+ "update estado_ficha "
+ "set estado_registro = 0 "
+ "where codigo_estado_ficha = ? and estado_registro = 1";
System.out.println("SQL registrarFichaLaboral (desactivar estado de ficha obtenida)(ID: " + codigoEstadoFicha + ") - " + sql);
psDesactivarEstadoFicha = conexion.prepareStatement(sql);
psDesactivarEstadoFicha.setInt(1, codigoEstadoFicha);
int resultadoDesactivarEstadoFicha = psDesactivarEstadoFicha.executeUpdate();
......@@ -269,7 +270,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
+ " ,? "
+ " ,1 "
+ ")";
System.out.println("SQL registrarFichaLaboral (registrar nuevo estado de ficha 'COMPLETADO') (ID: " + codigoEstadoFicha + ") - " + sql);
psRegistrarEstadoFicha = conexion.prepareStatement(sql);
psRegistrarEstadoFicha.setInt(1, fl.getCodigoFicha());
psRegistrarEstadoFicha.setInt(2, 4);
......@@ -320,7 +321,7 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
conexion.rollback();
}
} catch (SQLException e) {
System.err.println("registrarFichaLaboral -> Error: " + e.getMessage() + " Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -362,54 +363,11 @@ public class FichaLaboralSqlserverDAO implements FichaLaboralDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JORegistrarFichaLaboral = new JSONObject(response);
return JORegistrarFichaLaboral;
}
// public static void main(String[] args) {
// FichaLaboralBean fl = new FichaLaboralBean();
// PersonaBean p = new PersonaBean();
// JSONArray jaExpediente = new JSONArray();
// SueldoAdministrativoBean sa = new SueldoAdministrativoBean();
// SueldoDocenteBean sd = new SueldoDocenteBean();
// UsuarioBean u = new UsuarioBean();
//
// fl.setCodigoFicha(1);
// fl.setFechaIngreso("01/01/2018");
// fl.setFechaFin("01/06/2018");
// fl.setCodigoSedeArea(1);
// fl.setCodigoAreaCargo(1);
// fl.setTipoFicha("D");
//
// p.setEnlaceAlfresco("http://172.16.2.37:8080/alfresco/service/index/all");
//
// for (int i = 1; i <= 5; i++) {
// HashMap<String, Integer> x = new HashMap<>();
// x.put("id", i);
// JSONObject obj = new JSONObject(x);
// jaExpediente.put(obj);
// }
//
// sa.setCodigoFicha(1);
// sa.setCodigoAreaCargoTipoPago(1);
// sa.setSueldoEscalafon("2000");
// sa.setSueldoMensual("2300");
// sa.setObservacion("el sueldo cambio we :v");
//
// sd.setCodigoAreaCargoTipoPago(19);
// sd.setCodigoFicha(1);
// sd.setCostoMensual("3500");
// sd.setCostoa("10");
// sd.setCostob("15");
// sd.setCostoc("20");
// sd.setObservacion("el sueldo del docente cambio we :v");
//
// u.setCodigoUsuario(6);
//
// System.out.println(new FichaLaboralSqlserverDAO().registrarFichaLaboral(fl, p, jaExpediente, sa, sd, u));
// }
}
......@@ -15,6 +15,7 @@ public class FondoPensionSqlserverDAO implements FondoPensionDAO {
@Override
public JSONObject listarFondoPension() {
System.out.println("FondoPensionSqlserverDAO: listarFondoPension");
JSONObject jsonListarFondoPension = null;
JSONArray jsonArrayListarFondoPension = new JSONArray();
Connection connection = null;
......@@ -51,7 +52,7 @@ public class FondoPensionSqlserverDAO implements FondoPensionDAO {
response.setData(jsonObjFondoPension);
} catch (SQLException e) {
System.err.println("listarFondoPension -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -66,7 +67,7 @@ public class FondoPensionSqlserverDAO implements FondoPensionDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -76,6 +77,7 @@ public class FondoPensionSqlserverDAO implements FondoPensionDAO {
@Override
public JSONObject validarExistenciaFondoPension(FondoPensionBean fondoPension) {
System.out.println("FondoPensionSqlserverDAO: validarExistenciaFondoPension");
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
......
......@@ -16,6 +16,7 @@ public class FormacionAcademicaSqlserverDAO implements FormacionAcademicaDAO {
@Override
public JSONObject obtenerFormacionAcademicaPorPersona(PersonaBean persona) {
System.out.println("FormacionAcademicaSqlserverDAO: obtenerFormacionAcademicaPorPersona");
JSONObject jsonObjObtenerFormacionAcademicaPorPersona = null;
JSONArray jsonArrayObtenerFormacionAcademicaPorPersona = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -42,7 +43,7 @@ public class FormacionAcademicaSqlserverDAO implements FormacionAcademicaDAO {
+ "INNER JOIN estado_estudio estadoestudio ON estadoestudio.codigo_estado_estudio = nivelestado.codigo_estado_estudio "
+ "INNER JOIN nivel_estudio nivelestudio ON nivelestudio.codigo_nivel_estudio = nivelestado.codigo_nivel_estudio "
+ "where formacionacademica.codigo_persona = ?";
System.out.println("SQL => " + sql);
ps = cnx.prepareStatement(sql);
ps.setInt(1, persona.getCodigoPersona());
rs = ps.executeQuery();
......@@ -70,7 +71,7 @@ public class FormacionAcademicaSqlserverDAO implements FormacionAcademicaDAO {
response.setData(jsonObjFormacionAcademica);
} catch (SQLException e) {
System.err.println("obtenerFormacionAcademicaPorPersona -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -85,7 +86,7 @@ public class FormacionAcademicaSqlserverDAO implements FormacionAcademicaDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -15,6 +15,7 @@ public class NacionalidadSqlserverDAO implements NacionalidadDAO {
@Override
public JSONObject listarNacionalidad() {
System.out.println("NacionalidadSqlserverDAO: listarNacionalidad");
JSONObject jsonListarNacionalidad = null;
JSONArray jsonArrayListarNacionalidad = new JSONArray();
Connection connection = null;
......@@ -51,7 +52,7 @@ public class NacionalidadSqlserverDAO implements NacionalidadDAO {
response.setData(jsonObjListarNacionalidad);
} catch (SQLException e) {
System.err.println("listarNacionalidad -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -66,7 +67,7 @@ public class NacionalidadSqlserverDAO implements NacionalidadDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonListarNacionalidad = new JSONObject(response);
......@@ -75,6 +76,7 @@ public class NacionalidadSqlserverDAO implements NacionalidadDAO {
@Override
public JSONObject validarExistenciaNacionalidad(NacionalidadBean nacionalidad) {
System.out.println("NacionalidadSqlserverDAO: validarExistenciaNacionalidad");
JSONObject jsonvalidadExistenciaNacionalidad = null;
ResponseHelper response = new ResponseHelper();
int existeEstadoCivil = 0;
......@@ -102,7 +104,7 @@ public class NacionalidadSqlserverDAO implements NacionalidadDAO {
response.setMessage("La nacionalidad seleccionada no existe.");
}
} catch (SQLException e) {
System.err.println("validadExistenciaNacionalidad -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -117,7 +119,7 @@ public class NacionalidadSqlserverDAO implements NacionalidadDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonvalidadExistenciaNacionalidad = new JSONObject(response);
......
......@@ -14,6 +14,7 @@ public class NivelEstadoSqlserverDAO implements NivelEstadoDAO {
@Override
public JSONObject obtenerNivelEstado(NivelEstadoBean nivelEstado) {
System.out.println("NivelEstadoSqlserverDAO: obtenerNivelEstado");
JSONObject jsonObtenerNivelEstado = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -49,7 +50,7 @@ public class NivelEstadoSqlserverDAO implements NivelEstadoDAO {
}
} catch (SQLException e) {
System.err.println("obtenerNivelEstado -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -64,7 +65,7 @@ public class NivelEstadoSqlserverDAO implements NivelEstadoDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -15,6 +15,7 @@ public class NivelEstudioSqlserverDAO implements NivelEstudioDAO {
@Override
public JSONObject validarExistenciaNivelEstudio(NivelEstudioBean nivelEstudio) {
System.out.println("NivelEstudioSqlserverDAO: validarExistenciaNivelEstudio");
JSONObject jsonValidarExistenciaNivelEstudio = null;
ResponseHelper response = new ResponseHelper();
int existeNivelEstudio = 0;
......@@ -43,7 +44,7 @@ public class NivelEstudioSqlserverDAO implements NivelEstudioDAO {
response.setMessage("El nivel estudio seleccionado no existe.");
}
} catch (SQLException e) {
System.err.println("validarExistenciaNivelEstudio -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -58,7 +59,7 @@ public class NivelEstudioSqlserverDAO implements NivelEstudioDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonValidarExistenciaNivelEstudio = new JSONObject(response);
......@@ -67,6 +68,7 @@ public class NivelEstudioSqlserverDAO implements NivelEstudioDAO {
@Override
public JSONObject listarNivelEstudio() {
System.out.println("NivelEstudioSqlserverDAO: listarNivelEstudio");
JSONObject jsonListarNivelEstudio = null;
JSONArray jsonArrayListarNivelEstudio = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -103,7 +105,7 @@ public class NivelEstudioSqlserverDAO implements NivelEstudioDAO {
response.setData(jsonObjEstadoEstudio);
} catch (SQLException e) {
System.err.println("listarNivelEstudio -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -118,7 +120,7 @@ public class NivelEstudioSqlserverDAO implements NivelEstudioDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -15,6 +15,7 @@ public class ParentescoSqlserverDAO implements ParentescoDAO {
@Override
public JSONObject listarParentesco() {
System.out.println("ParentescoSqlserverDAO: listarParentesco");
JSONObject jsonListarParentesco = null;
JSONArray jsonArrayListarParentesco = new JSONArray();
PreparedStatement ps = null;
......@@ -49,7 +50,7 @@ public class ParentescoSqlserverDAO implements ParentescoDAO {
response.setData(jsonObjParentesco);
} catch (SQLException e) {
System.err.println("listarParentesco -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -64,7 +65,7 @@ public class ParentescoSqlserverDAO implements ParentescoDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -74,6 +75,7 @@ public class ParentescoSqlserverDAO implements ParentescoDAO {
@Override
public JSONObject validarExistenciaParentesco(ParentescoBean parentesco) {
System.out.println("ParentescoSqlserverDAO: validarExistenciaParentesco");
JSONObject jsonValidarExistenciaParentesco = null;
ResponseHelper response = new ResponseHelper();
int existeParentesco = 0;
......@@ -101,7 +103,7 @@ public class ParentescoSqlserverDAO implements ParentescoDAO {
response.setMessage("El parentesco seleccionado no existe.");
}
} catch (SQLException e) {
System.err.println("validarExistenciaParentesco -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -116,7 +118,7 @@ public class ParentescoSqlserverDAO implements ParentescoDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonValidarExistenciaParentesco = new JSONObject(response);
......
......@@ -16,6 +16,7 @@ public class ReportePersonalSqlserverDAO implements ReportePersonalDAO {
@Override
public JSONObject validarExistenciaFilas(JSONObject jsonResult) {
System.out.println("ReportePersonalSqlserverDAO: validarExistenciaFilas");
JSONObject JOReporte = null;
ResponseHelper response = new ResponseHelper();
String condicion = "";
......@@ -231,7 +232,6 @@ public class ReportePersonalSqlserverDAO implements ReportePersonalDAO {
break;
default:
condicion = "";
System.err.println("ERROR");
}
}
......@@ -251,7 +251,7 @@ public class ReportePersonalSqlserverDAO implements ReportePersonalDAO {
+ "left join dbo.area_cargo ON dbo.area_cargo.codigo_area_cargo = dbo.ficha_laboral.codigo_area_cargo "
+ "left join dbo.cargo ON dbo.cargo.codigo_cargo = dbo.area_cargo.codigo_cargo "
+ condicion;
System.out.println("SQL validarExistenciaFilas: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -271,7 +271,7 @@ public class ReportePersonalSqlserverDAO implements ReportePersonalDAO {
response.setMessage("No se ha encontrado registros con el criterio que acaba de ingresar");
}
} catch (SQLException e) {
System.err.println("validarExistenciaFilas -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -286,7 +286,7 @@ public class ReportePersonalSqlserverDAO implements ReportePersonalDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOReporte = new JSONObject(response);
......@@ -295,6 +295,7 @@ public class ReportePersonalSqlserverDAO implements ReportePersonalDAO {
@Override
public JSONObject listarReportePersonal(String condicion) {
System.out.println("ReportePersonalSqlserverDAO: listarReportePersonal");
JSONObject JOReporte = null;
JSONArray JAReporte = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -344,7 +345,7 @@ public class ReportePersonalSqlserverDAO implements ReportePersonalDAO {
+ "left join dbo.area_cargo ON dbo.area_cargo.codigo_area_cargo = dbo.ficha_laboral.codigo_area_cargo "
+ "left join dbo.cargo ON dbo.cargo.codigo_cargo = dbo.area_cargo.codigo_cargo "
+ condicion;
System.out.println("SQL listarReportePersonal: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -394,7 +395,7 @@ public class ReportePersonalSqlserverDAO implements ReportePersonalDAO {
response.setMessage("Reporte listado correctamente.");
response.setData(objReportePersonal);
} catch (SQLException e) {
System.err.println("listarReportePersonal -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -409,10 +410,11 @@ public class ReportePersonalSqlserverDAO implements ReportePersonalDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOReporte = new JSONObject(response);
return JOReporte;
}
}
......@@ -15,6 +15,7 @@ public class SedeAreaSqlserverDAO implements SedeAreaDAO {
@Override
public JSONObject obtenerSedeArea(SedeBean s, AreaBean a) {
System.out.println("SedeAreaSqlserverDAO: obtenerSedeArea");
JSONObject JOObtenerSedeArea = null;
ResponseHelper response = new ResponseHelper();
......@@ -23,7 +24,7 @@ public class SedeAreaSqlserverDAO implements SedeAreaDAO {
+ "sede_area.codigo_sede_area codigoSedeArea "
+ "from sede_area "
+ "where sede_area.codigo_sede = ? and sede_area.codigo_area = ? and sede_area.estado_registro = 1";
System.out.println("SQL obtenerSedeArea: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -46,7 +47,7 @@ public class SedeAreaSqlserverDAO implements SedeAreaDAO {
response.setMessage("Error! no se ha podido encontrar el código sede area");
}
} catch (SQLException e) {
System.err.println("validarExistenciaArea -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -61,19 +62,11 @@ public class SedeAreaSqlserverDAO implements SedeAreaDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOObtenerSedeArea = new JSONObject(response);
return JOObtenerSedeArea;
}
// public static void main(String[] args) {
// SedeAreaSqlServerDAO metodo = new SedeAreaSqlServerDAO();
// SedeBean s = new SedeBean();
// AreaBean a = new AreaBean();
// s.setCodigoSede(30);
// a.setCodigoArea(1);
// System.out.println(metodo.obtenerSedeArea(s, a));
// }
}
......@@ -15,6 +15,7 @@ public class SedeSqlserverDAO implements SedeDAO {
@Override
public JSONObject listarSede() {
System.out.println("SedeSqlserverDAO: listarSede");
JSONObject JObjectSede = null;
JSONArray jArraySede = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -31,7 +32,7 @@ public class SedeSqlserverDAO implements SedeDAO {
+ "inner join dbo.razon_social ON dbo.razon_social.codigo_razon_social = dbo.sede.codigo_razon_social "
+ "where sede_area.estado_registro = 1 and sede.estado_registro = 1 "
+ "group by sede_area.codigo_sede, sede.nombre, sede.direccion, razon_social.codigo_razon_social, razon_social.abreviatura, sede.estado_registro";
System.out.println("SQL listarSede: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -56,7 +57,7 @@ public class SedeSqlserverDAO implements SedeDAO {
response.setMessage("Las sedes se listaron correctamente");
response.setData(objSede);
} catch (SQLException e) {
System.err.println("listarSede -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -71,7 +72,7 @@ public class SedeSqlserverDAO implements SedeDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JObjectSede = new JSONObject(response);
......@@ -80,6 +81,7 @@ public class SedeSqlserverDAO implements SedeDAO {
@Override
public JSONObject validarExistenciaSede(SedeBean s) {
System.out.println("SedeSqlserverDAO: validarExistenciaSede");
JSONObject JObjectValidarExistenciaSede = null;
ResponseHelper response = new ResponseHelper();
......@@ -88,7 +90,7 @@ public class SedeSqlserverDAO implements SedeDAO {
+ "count(1) existeSede "
+ "from sede_area "
+ "where sede_area.estado_registro = 1 and sede_area.codigo_sede = ?";
System.out.println("SQL validarExistenciaSede: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -108,7 +110,7 @@ public class SedeSqlserverDAO implements SedeDAO {
response.setMessage("Error! La sede seleccionada no existe");
}
} catch (SQLException e) {
System.err.println("validarExistenciaSede -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -123,7 +125,7 @@ public class SedeSqlserverDAO implements SedeDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -133,6 +135,7 @@ public class SedeSqlserverDAO implements SedeDAO {
@Override
public JSONObject registrar(JSONObject datos) {
System.out.println("SedeSqlserverDAO: registrar");
JSONObject jObject = null;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -163,7 +166,7 @@ public class SedeSqlserverDAO implements SedeDAO {
}
} catch (SQLException e) {
System.err.println("@Method -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -178,7 +181,7 @@ public class SedeSqlserverDAO implements SedeDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -188,16 +191,19 @@ public class SedeSqlserverDAO implements SedeDAO {
@Override
public JSONObject editar(JSONObject datos) {
System.out.println("SedeSqlserverDAO: editar");
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
@Override
public JSONObject estado(JSONObject datos) {
System.out.println("SedeSqlserverDAO: estado");
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
@Override
public JSONObject validarNombreAdd(JSONObject datos) {
System.out.println("SedeSqlserverDAO: validarNombreAdd");
JSONObject jObject;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -226,7 +232,7 @@ public class SedeSqlserverDAO implements SedeDAO {
response.setMessage("No se pudo encontrar la sede");
}
} catch (SQLException e) {
System.err.println("@Method -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -241,7 +247,7 @@ public class SedeSqlserverDAO implements SedeDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -251,6 +257,7 @@ public class SedeSqlserverDAO implements SedeDAO {
@Override
public JSONObject validarNombreEdit(JSONObject datos) {
System.out.println("SedeSqlserverDAO: validarNombreEdit");
JSONObject jObject;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -281,7 +288,7 @@ public class SedeSqlserverDAO implements SedeDAO {
response.setMessage("No se pudo encontrar la sede");
}
} catch (SQLException e) {
System.err.println("@Method -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -296,7 +303,7 @@ public class SedeSqlserverDAO implements SedeDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -46,7 +46,7 @@ public class SqlserverDAOFactory extends DAOFactory {
try {
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
} catch (ClassNotFoundException ex) {
System.out.println("Error Driver SQL SERVER " + ex.getMessage());
ex.printStackTrace();
}
}
......@@ -67,7 +67,7 @@ public class SqlserverDAOFactory extends DAOFactory {
try {
conexion = DriverManager.getConnection(url, user, pwd);
} catch (SQLException e) {
System.err.println("Error: no se pudo realizar la conexión a la base de datos: " + e.getMessage());
e.printStackTrace();
}
}
return conexion;
......
......@@ -16,6 +16,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
@Override
public JSONObject listarTipoDocumento() {
System.out.println("TipoDocumentoSqlserverDAO: listarTipoDocumento");
JSONObject jsonObjListarTipoDocumento = null;
JSONArray jsonArrListarTipoDocumento = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -34,7 +35,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
+ "end as nombreEstadoRegistro "
+ "from tipo_documento "
+ "where tipo_documento.estado_registro = 1";
System.out.println("listarTipoDocumento -> " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -59,7 +60,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
response.setMessage("Los tipos de documentos se han listado correctamente.");
response.setData(jsonObjTipodocumento);
} catch (SQLException e) {
System.err.println("listarTipoDocumento -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -74,7 +75,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonObjListarTipoDocumento = new JSONObject(response);
......@@ -83,6 +84,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
@Override
public JSONObject validarExistenciaTipoDocumento(TipoDocumentoBean tipoDocumento) {
System.out.println("TipoDocumentoSqlserverDAO: validarExistenciaTipoDocumento");
JSONObject jsonObjValidarExistenciaTipoDocumento = null;
ResponseHelper response = new ResponseHelper();
int existeTipoDocumento = 0;
......@@ -92,7 +94,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
+ "count(1) existeTipoDocumento "
+ "from tipo_documento "
+ "where codigo_tipo_documento = ? and estado_registro = 1";
System.out.println("validarExistenciaTipoDocumento -> " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -111,7 +113,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
response.setMessage("El tipo documento seleccionado no existe.");
}
} catch (SQLException e) {
System.err.println("validarExistenciaTipoDocumento -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -126,7 +128,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonObjValidarExistenciaTipoDocumento = new JSONObject(response);
......@@ -135,6 +137,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
@Override
public JSONObject obtenerLongitudTipoEntrdadaTipoDocumento(TipoDocumentoBean tipoDocumento) {
System.out.println("TipoDocumentoSqlserverDAO: obtenerLongitudTipoEntrdadaTipoDocumento");
JSONObject jsonObjObtenerLongitudTipoEntrdadaTipoDocumento = null;
JSONArray jsonArrObtenerLongitudTipoEntrdadaTipoDocumento = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -145,7 +148,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
+ "tipo_entrada TipoEntrada "
+ "from tipo_documento "
+ "where codigo_tipo_documento = ? and estado_registro = 1";
System.out.println("obtenerLongitudTipoEntrdadaTipoDocumento -> " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -166,7 +169,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
response.setMessage("La longitud y tipo de entrada se han listado correctamente.");
response.setData(jsonObjTipodocumento);
} catch (SQLException e) {
System.err.println("obtenerLongitudTipoEntrdadaTipoDocumento -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -181,7 +184,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonObjObtenerLongitudTipoEntrdadaTipoDocumento = new JSONObject(response);
......@@ -190,6 +193,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
@Override
public JSONObject obtenerCodigoTipoDocumento(TokenFichaBean tf) {
System.out.println("TipoDocumentoSqlserverDAO: obtenerCodigoTipoDocumento");
JSONObject jsonObjObtenerCodigoTipoDocumento = null;
ResponseHelper response = new ResponseHelper();
......@@ -203,7 +207,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
+ "persona.estado_registro = 1 and "
+ "ficha.estado_registro = 1 and "
+ "token_ficha.estado_registro = 1";
System.out.println("obtenerCodigoTipoDocumento: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -226,7 +230,7 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
response.setMessage("Error: no se encontró la identificación de la persona ni el tipo de documento registrado");
}
} catch (SQLException e) {
System.err.println("obtenerCodigoTipoDocumento -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -241,17 +245,11 @@ public class TipoDocumentoSqlserverDAO implements TipoDocumentoDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonObjObtenerCodigoTipoDocumento = new JSONObject(response);
return jsonObjObtenerCodigoTipoDocumento;
}
// public static void main(String[] args) {
// TipoDocumentoSqlserverDAO metodo = new TipoDocumentoSqlserverDAO();
// TipoDocumentoBean td = new TipoDocumentoBean();
// td.setCodigoTipoDocumento(1);
// System.out.println(metodo.obtenerLongitudTipoEntrdadaTipoDocumento(td));
// }
}
......@@ -15,6 +15,7 @@ public class TipoEstadoFichaSqlserverDAO implements TipoEstadoFichaDAO {
@Override
public JSONObject listarTipoEstadoFicha() {
System.out.println("TipoEstadoFichaSqlserverDAO: listarTipoEstadoFicha");
JSONObject JOlistarTipoEstadoFicha = null;
JSONArray JAlistarTipoEstadoFicha = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -27,7 +28,7 @@ public class TipoEstadoFichaSqlserverDAO implements TipoEstadoFichaDAO {
+ "from tipo_estado_ficha "
+ "where estado_registro = 1 "
+ "order by 1";
System.out.println("SQL listarTipoEstadoFicha: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -49,7 +50,7 @@ public class TipoEstadoFichaSqlserverDAO implements TipoEstadoFichaDAO {
response.setMessage("Los tipos de estado de ficha se listaron correctamente");
response.setData(objTipoEstadoFicha);
} catch (SQLException e) {
System.err.println("listarTipoEstadoFicha -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -64,15 +65,11 @@ public class TipoEstadoFichaSqlserverDAO implements TipoEstadoFichaDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOlistarTipoEstadoFicha = new JSONObject(response);
return JOlistarTipoEstadoFicha;
}
// public static void main(String[] args) {
// TipoEstadoFichaSqlserverDAO metodo = new TipoEstadoFichaSqlserverDAO();
// System.out.println(metodo.listarTipoEstadoFicha());
// }
}
......@@ -16,6 +16,7 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
@Override
public JSONObject listarTipoExpediente() {
System.out.println("TipoExpedienteSqlserverDAO: listarTipoExpediente");
JSONObject JOlistarTipoExpediente = null;
JSONArray JArrayArea = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -26,7 +27,7 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
+ "nombre, "
+ "estado_registro estado "
+ "from tipo_expediente";
System.out.println("SQL listarTipoExpediente: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -47,7 +48,7 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
response.setMessage("Los tipo de expediente se listaron correctamente");
response.setData(obj);
} catch (SQLException e) {
System.err.println("listarTipoExpediente -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -62,7 +63,7 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOlistarTipoExpediente = new JSONObject(response);
......@@ -71,11 +72,12 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
@Override
public JSONObject registrarTipoExpediente(TipoExpedienteBean te) {
System.out.println("TipoExpedienteSqlserverDAO: registrarTipoExpediente");
JSONObject JOregistrarTipoExpediente = null;
ResponseHelper response = new ResponseHelper();
String sql = "insert into tipo_expediente (nombre, estado_registro) values (upper(?) ,1)";
System.out.println("SQL registrarTipoExpediente: " + sql);
Connection conexion = SqlserverDAOFactory.obtenerConexion(Variables.BD_NAME);
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -109,13 +111,13 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
}
}
} catch (SQLException e) {
System.err.println("listarTipoExpediente -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
try {
conexion.rollback();
} catch (SQLException ex) {
System.out.println("Error roolback registrarTipoExpediente: " + ex.getMessage());
ex.printStackTrace();
}
} finally {
try {
......@@ -129,7 +131,7 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOregistrarTipoExpediente = new JSONObject(response);
......@@ -138,11 +140,12 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
@Override
public JSONObject validarExistenciaTipoExpediente(TipoExpedienteBean te) {
System.out.println("TipoExpedienteSqlserverDAO: validarExistenciaTipoExpediente");
JSONObject JOvalidarExistenciaTipoExpediente = null;
ResponseHelper response = new ResponseHelper();
String sql = "select count(1) existe from tipo_expediente where nombre = upper(?)";
System.out.println("SQL validarExistenciaTipoExpediente: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -159,7 +162,7 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
response.setStatus(false);
}
} catch (SQLException e) {
System.err.println("listarTipoExpediente -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -174,7 +177,7 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOvalidarExistenciaTipoExpediente = new JSONObject(response);
......@@ -183,6 +186,7 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
@Override
public JSONObject validarTipoExpedienteSeleccionadoByID(JSONArray ja) {
System.out.println("TipoExpedienteSqlserverDAO: validarTipoExpedienteSeleccionadoByID");
JSONObject JOvalidarExistenciaTipoExpediente = null;
ResponseHelper response = new ResponseHelper();
......@@ -191,7 +195,7 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
+ "count(1) existe "
+ "from tipo_expediente "
+ "where codigo_tipo_expediente = ?";
System.out.println("SQL validarTipoExpedienteSeleccionadoByID: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -216,7 +220,7 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
response.setMessage("Al parecer ha seleccionado un tipo de expediente que no se encuentra registrardo, por favor seleccione un elemento correcto y vuelva a intentarlo");
}
} catch (SQLException e) {
System.err.println("validarTipoExpedienteSeleccionadoByID -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -231,24 +235,11 @@ public class TipoExpedienteSqlserverDAO implements TipoExpedienteDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOvalidarExistenciaTipoExpediente = new JSONObject(response);
return JOvalidarExistenciaTipoExpediente;
}
// public static void main(String[] args) {
// TipoExpedienteSqlserverDAO metodo = new TipoExpedienteSqlserverDAO();
// TipoExpedienteBean te = new TipoExpedienteBean();
// JSONArray ja = new JSONArray();
// for (int i = 1; i <= 5; i++) {
// HashMap<String, Integer> x = new HashMap<>();
// x.put("id", i);
// JSONObject obj = new JSONObject(x);
// ja.put(obj);
// }
// System.out.println(ja);
// System.out.println(metodo.validarTipoExpedienteSeleccionadoByID(ja));
// }
}
......@@ -17,6 +17,7 @@ public class TipoPagoSqlserverDAO implements TipoPagoDAO {
@Override
public JSONObject listarTipoPago(AreaCargoBean ac) {
System.out.println("TipoPagoSqlserverDAO: listarTipoPago");
JSONObject JOListarTipoPago = null;
JSONArray JAListarTipoPago = new JSONArray();
ResponseHelper response = new ResponseHelper();
......@@ -28,7 +29,7 @@ public class TipoPagoSqlserverDAO implements TipoPagoDAO {
+ "from area_cargo_tipo_pago "
+ "inner join dbo.tipo_pago ON dbo.tipo_pago.codigo_tipo_pago = dbo.area_cargo_tipo_pago.codigo_tipo_pago "
+ "where area_cargo_tipo_pago.codigo_area_cargo = ? and area_cargo_tipo_pago.estado_registro = 1";
System.out.println("SQL listarTipoPago: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -50,7 +51,7 @@ public class TipoPagoSqlserverDAO implements TipoPagoDAO {
response.setMessage("Los tipos de pagos se listaron correctamente");
response.setData(objTipoPago);
} catch (SQLException e) {
System.err.println("listarTipoPago -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -65,7 +66,7 @@ public class TipoPagoSqlserverDAO implements TipoPagoDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JOListarTipoPago = new JSONObject(response);
......@@ -74,6 +75,7 @@ public class TipoPagoSqlserverDAO implements TipoPagoDAO {
@Override
public JSONObject validarExistenciaTipoPago(AreaCargoTipoPagoBean actp) {
System.out.println("TipoPagoSqlserverDAO: validarExistenciaTipoPago");
JSONObject JObjectValidarExistenciaTipoPago = null;
ResponseHelper response = new ResponseHelper();
......@@ -83,7 +85,7 @@ public class TipoPagoSqlserverDAO implements TipoPagoDAO {
+ "from area_cargo_tipo_pago "
+ "inner join dbo.tipo_pago ON dbo.tipo_pago.codigo_tipo_pago = dbo.area_cargo_tipo_pago.codigo_tipo_pago "
+ "where area_cargo_tipo_pago.codigo_area_cargo = ? and area_cargo_tipo_pago.codigo_tipo_pago = ? and area_cargo_tipo_pago.estado_registro = 1;";
System.out.println("SQL validarExistenciaTipoPago: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -104,7 +106,7 @@ public class TipoPagoSqlserverDAO implements TipoPagoDAO {
response.setMessage("Error! El tipo de pago seleccionada no existe");
}
} catch (SQLException e) {
System.err.println("validarExistenciaTipoPago -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -119,7 +121,7 @@ public class TipoPagoSqlserverDAO implements TipoPagoDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
JObjectValidarExistenciaTipoPago = new JSONObject(response);
......
......@@ -14,6 +14,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
@Override
public JSONObject validarTokenURL(TokenFichaBean tf) {
System.out.println("TokenFichaSqlserverDAO: validarTokenURL");
JSONObject jsonObjValidarTokenURL = null;
ResponseHelper response = new ResponseHelper();
int tokenValidoURL = 0;
......@@ -24,7 +25,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
+ "from token_ficha "
+ "where codigo_token_ficha = ? and "
+ "token = ? ";
System.out.println("validarTokenURL: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -45,7 +46,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
response.setMessage("El token no existe o ha caducado");
}
} catch (SQLException e) {
System.err.println("validarToken -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -60,7 +61,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonObjValidarTokenURL = new JSONObject(response);
......@@ -69,6 +70,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
@Override
public JSONObject validarToken(TokenFichaBean tf) {
System.out.println("TokenFichaSqlserverDAO: validarToken");
JSONObject jsonObjValidarToken = null;
ResponseHelper response = new ResponseHelper();
int tokenValido = 0;
......@@ -82,7 +84,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
+ "token = ? and "
+ "fecha_expiracion >= getdate() and "
+ "estado_registro = 1";
System.out.println("validarToken: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -102,7 +104,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
response.setMessage("Error, el token no existe o esta inhabilitado");
}
} catch (SQLException e) {
System.err.println("validarToken -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -117,7 +119,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonObjValidarToken = new JSONObject(response);
......@@ -126,6 +128,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
@Override
public JSONObject desactivarToken(TokenFichaBean tf) {
System.out.println("TokenFichaSqlserverDAO: desactivarToken");
JSONObject jsonObjDesactivarToken = null;
ResponseHelper response = new ResponseHelper();
......@@ -133,7 +136,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
+ "update token_ficha "
+ "set estado_registro = 0 "
+ "where codigo_token_ficha = ? and estado_registro = 1";
System.out.println("desactivarToken: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -153,7 +156,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
conexion.rollback();
}
} catch (SQLException e) {
System.err.println("desactivarToken -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -168,7 +171,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonObjDesactivarToken = new JSONObject(response);
......@@ -177,6 +180,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
@Override
public JSONObject obtenerSedeAreaCargo(JSONObject datos) {
System.out.println("TokenFichaSqlserverDAO: obtenerSedeAreaCargo");
JSONObject jObject;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -222,7 +226,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
response.setMessage("No se encontraron sede - area - cargos del personal.");
}
} catch (SQLException e) {
System.err.println("@Method -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -237,7 +241,7 @@ public class TokenFichaSqlserverDAO implements TokenFichaDAO {
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -14,6 +14,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
@Override
public JSONObject registrarTrabajadorResponsable(TrabajadorResponsableBean trabajadorResponsable) {
System.out.println("TrabajadorResponsableSqlserverDAO: registrarTrabajadorResponsable");
JSONObject jsonRegistrarTrabajadorResponsable = null;
PreparedStatement ps = null;
Connection cnx = null;
......@@ -25,7 +26,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
= "insert into trabajador_responsable "
+ "(codigo_planilla_real, apellido_paterno, apellido_materno, nombre, dni, codigo_usuario, estado_registro) "
+ "values (?,LTRIM(RTRIM(UPPER(?))),LTRIM(RTRIM(UPPER(?))),LTRIM(RTRIM(UPPER(?))),?,?,1)";
System.out.println(sql);
cnx = SqlserverDAOFactory.obtenerConexion(Variables.BD_NAME);
cnx.setAutoCommit(false);
ps = cnx.prepareStatement(sql);
......@@ -44,7 +45,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
cnx.commit();
}
} catch (SQLException e) {
System.err.println("registrarTrabajadorResponsable -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
} finally {
try {
......@@ -55,7 +56,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -65,6 +66,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
@Override
public JSONObject validarExistenciaTrabajadorPorDni(TrabajadorResponsableBean trabajadorResponsable) {
System.out.println("TrabajadorResponsableSqlserverDAO: validarExistenciaTrabajadorPorDni");
JSONObject jsonRegistrarTrabajadorResponsable = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -78,14 +80,14 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
= "select count(1) as existeTrabajador "
+ "from trabajador_responsable "
+ "where trabajador_responsable.dni = ? and estado_registro = 1";
System.out.println(sql);
cnx = SqlserverDAOFactory.obtenerConexion(Variables.BD_NAME);
ps = cnx.prepareStatement(sql);
ps.setString(1, trabajadorResponsable.getDni());
rs = ps.executeQuery();
rs.next();
existeTrabajador = rs.getInt("existeTrabajador");
System.out.println("existeTrabajador -> " + existeTrabajador);
if (existeTrabajador > 0) {
response.setStatus(true);
response.setMessage("El trabajador existe");
......@@ -95,7 +97,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
}
} catch (SQLException e) {
System.err.println("validarExistenciaTrabajadorPorDni -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
} finally {
try {
......@@ -109,7 +111,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -119,6 +121,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
@Override
public JSONObject obtenerDatosTrabajadorResponsable(int codigoPlanillaReal) {
System.out.println("TrabajadorResponsableSqlserverDAO: obtenerDatosTrabajadorResponsable");
JSONObject jsonObjObtenerSedeAreaCargoPorCodigoPlanilla = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -154,7 +157,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
response.setData(jsonObjTrabajadorResponsable);
}
} catch (SQLException e) {
System.err.println("obtenerDatosTrabajadorResponsable -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -169,7 +172,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -180,6 +183,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
@Override
public JSONObject obtenerCorreoTrabajadorResponsable(int codigoFicha) {
System.out.println("TrabajadorResponsableSqlserverDAO: obtenerCorreoTrabajadorResponsable");
JSONObject jsonReturn = null;
ResponseHelper response = new ResponseHelper();
Connection cnx = null;
......@@ -210,7 +214,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
} catch (SQLException e) {
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
System.err.println("obtenerCorreoTrabajadorResponsable -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
} finally {
try {
if (rs != null) {
......@@ -223,7 +227,7 @@ public class TrabajadorResponsableSqlserverDAO implements TrabajadorResponsableD
cnx.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -15,6 +15,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
@Override
public JSONObject listarDepartamento() {
System.out.println("UbigeoSqlserverDAO: listarDepartamento");
JSONObject jsonListarDepartamento = null;
JSONArray jsonArrayListarDepartamento = new JSONArray();
PreparedStatement ps = null;
......@@ -48,7 +49,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
response.setData(jsonObjUbigeo);
} catch (SQLException e) {
System.err.println("listarDepartamento -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -63,7 +64,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
rs.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -73,6 +74,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
@Override
public JSONObject listarProvincia(UbigeoBean ubigeo) {
System.out.println("UbigeoSqlserverDAO: listarProvincia");
JSONObject jsonListarDepartamento = null;
JSONArray jsonArrayListarDepartamento = new JSONArray();
PreparedStatement ps = null;
......@@ -107,7 +109,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
response.setData(jsonObjUbigeo);
} catch (SQLException e) {
System.err.println("listarProvincia -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -122,7 +124,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
rs.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -132,6 +134,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
@Override
public JSONObject listarDistrito(UbigeoBean ubigeo) {
System.out.println("UbigeoSqlserverDAO: listarDistrito");
JSONObject jsonListarDepartamento = null;
JSONArray jsonArrayListarDepartamento = new JSONArray();
PreparedStatement ps = null;
......@@ -167,7 +170,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
response.setData(jsonObjUbigeo);
} catch (SQLException e) {
System.err.println("listarDistrito -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -182,7 +185,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......@@ -192,6 +195,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
@Override
public JSONObject validarExistenciaDepartamento(UbigeoBean ubigeo) {
System.out.println("UbigeoSqlserverDAO: validarExistenciaDepartamento");
JSONObject jsonValidarExistenciaDepartamento = null;
ResponseHelper response = new ResponseHelper();
int existeDepartamento = 0;
......@@ -211,7 +215,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
rs = ps.executeQuery();
rs.next();
existeDepartamento = rs.getInt("existeDepartamento");
System.out.println(existeDepartamento);
if (existeDepartamento > 0) {
response.setStatus(true);
response.setMessage("El departamento seleccionado existe.");
......@@ -221,7 +225,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
}
} catch (SQLException e) {
System.err.println("validarExistenciaDepartamento -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -236,7 +240,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonValidarExistenciaDepartamento = new JSONObject(response);
......@@ -245,6 +249,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
@Override
public JSONObject validarExistenciaProvincia(UbigeoBean ubigeo) {
System.out.println("UbigeoSqlserverDAO: validarExistenciaProvincia");
JSONObject jsonValidarExistenciaProvincia = null;
ResponseHelper response = new ResponseHelper();
int existeProvincia = 0;
......@@ -274,7 +279,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
}
} catch (SQLException e) {
System.err.println("validarExistenciaProvincia -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -289,7 +294,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonValidarExistenciaProvincia = new JSONObject(response);
......@@ -298,6 +303,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
@Override
public JSONObject validarExistenciaDistrito(UbigeoBean ubigeo) {
System.out.println("UbigeoSqlserverDAO: validarExistenciaDistrito");
JSONObject jsonValidarExistenciaDistrito = null;
ResponseHelper response = new ResponseHelper();
int existeDistrito = 0;
......@@ -328,7 +334,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
}
} catch (SQLException e) {
System.err.println("validarExistenciaDistrito -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -343,7 +349,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
jsonValidarExistenciaDistrito = new JSONObject(response);
......@@ -352,6 +358,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
@Override
public JSONObject obtenerCodigoUbigeo(UbigeoBean ubigeo) {
System.out.println("UbigeoSqlserverDAO: obtenerCodigoUbigeo");
JSONObject jsonObtenerCodigoUbigeo = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -388,7 +395,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
}
} catch (SQLException e) {
System.err.println("obtenerCodigoUbigeo -> Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
e.printStackTrace();
response.setStatus(false);
response.setMessage("Error: " + e.getMessage() + " \n Error Code: [" + e.getErrorCode() + "]");
} finally {
......@@ -403,7 +410,7 @@ public class UbigeoSqlserverDAO implements UbigeoDAO {
connection.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
......
......@@ -29,7 +29,5 @@ public class CurrencyFormat {
public static void main(String[] args) {
String fecha = "14/05/2018 09:01:20 a.m.";
System.out.println(fecha);
}
}
......@@ -15,7 +15,7 @@ public class DateTimeServer {
String datetime = "";
String base = "planillabd";
String sql = "select format(getdate(), 'dd/MM/yyyy HH:mm:ss') + ' ' + right(convert(varchar, getdate(), 0), 2) fechaServer";
System.out.println("SQL getDateTimeServer: " + sql);
Connection conexion = null;
PreparedStatement ps = null;
ResultSet rs = null;
......@@ -26,7 +26,6 @@ public class DateTimeServer {
rs.next();
datetime = rs.getString("fechaServer");
} catch (SQLException e) {
System.out.println("ERROR AL OBTENER FECHA Y HORA DEL SERVIDOR " + e.getMessage());
} finally {
try {
if (rs != null) {
......@@ -39,7 +38,7 @@ public class DateTimeServer {
conexion.close();
}
} catch (SQLException e) {
System.err.println("Error: ha ocurrido un error al intentar cerrar las conexiones y/o liberacion de recursos -> " + e.getMessage());
e.printStackTrace();
}
}
return datetime;
......
......@@ -34,7 +34,7 @@ public class Encriptar {
byte[] base64Bytes = Base64.encodeBase64(buf);
base64EncryptedString = new String(base64Bytes);
} catch (UnsupportedEncodingException | InvalidKeyException | NoSuchAlgorithmException | BadPaddingException | IllegalBlockSizeException | NoSuchPaddingException ex) {
System.err.print("Ocurrió un erro al encriptar: " + ex.getMessage());
ex.printStackTrace();
}
return base64EncryptedString;
}
......@@ -52,7 +52,7 @@ public class Encriptar {
byte[] plainText = decipher.doFinal(message);
base64EncryptedString = new String(plainText, "UTF-8");
} catch (UnsupportedEncodingException | InvalidKeyException | NoSuchAlgorithmException | BadPaddingException | IllegalBlockSizeException | NoSuchPaddingException ex) {
System.err.print("Ocurrió un error al desencriptar: " + ex.getMessage());
ex.printStackTrace();
}
return base64EncryptedString;
}
......
......@@ -37,7 +37,6 @@ public class EncryptAction {
if (base64EncryptedString.contains("+")) {
if (base64EncryptedString.contains("+")) {
System.out.println("tiene +");
char busqueda = '+';
int n = 0;
for (char c : base64EncryptedString.toCharArray()) {
......@@ -50,7 +49,7 @@ public class EncryptAction {
}
} catch (UnsupportedEncodingException | InvalidKeyException | NoSuchAlgorithmException | BadPaddingException | IllegalBlockSizeException | NoSuchPaddingException ex) {
System.out.println("Error encriptación: " + ex.getMessage());
ex.printStackTrace();
}
return base64EncryptedString;
}
......@@ -73,21 +72,9 @@ public class EncryptAction {
base64EncryptedString = new String(plainText, "UTF-8");
} catch (UnsupportedEncodingException | InvalidKeyException | NoSuchAlgorithmException | BadPaddingException | IllegalBlockSizeException | NoSuchPaddingException ex) {
System.out.println("Error desencriptación: " + ex.getMessage());
ex.printStackTrace();
}
return base64EncryptedString;
}
// public static void main(String[] args) throws Exception {
// System.out.println("encript: " + Encriptar("1", "TR1SM3G1ST0-ID-PL4N1LL4"));
// System.out.println("encript: " + Encriptar("420", "key"));
// System.out.println("encript: " + Encriptar("codigo_persona", "key2"));
// System.out.println("encript: " + Encriptar("$_alonso", "key3"));
// System.out.println("*****************************************");
// System.out.println("decript: " + Desencriptar("GRu+q9kNerU=", "TR1SM3G1ST0-ID-PL4N1LL4"));
// System.out.println("decript: " + Desencriptar("RE4NjC-GSUc=", "key"));
// System.out.println("decript: " + Desencriptar("MiVveElYrWs=", "key2"));
// System.out.println("decript: " + Desencriptar("J0vS3gUoAXo=", "key3"));
// }
}
......@@ -123,8 +123,4 @@ public class ParamsValidation {
return matcher.matches();
}
// public static void main(String[] args) {
// System.out.println(ParamsValidation.validaSoloAlfanumericoConEspacios("a12"));
// System.out.println(ParamsValidation.validaSoloLetras("á"));
// }
}
......@@ -3,7 +3,8 @@ package trismegistoplanilla.utilities;
public class Variables {
public static String BD_NAME = "planillabd";
public static String BD_HOST = "172.16.2.20";
public static String BD_HOST = "172.16.2.91";
// public static String BD_HOST = "172.16.2.20";
public static String PROYECTO_PATH_PRODUCTION = "http://app8.sacooliveros.edu.pe:8080/TrismegistoPlanilla/TokenFichaServlet?accion=";
public static String PROYECTO_PATH_TEST = "http://172.16.2.20:8080/TrismegistoPlanillaFicha/verify?action=";
......
......@@ -4,6 +4,12 @@
<xsd:import namespace="http://webservices.webservicesseguridad.siso.pe/" schemaLocation="http://app8.sacooliveros.edu.pe:8080/WebservicesSeguridad/MenuWebService?xsd=1"/>
</xsd:schema>
</types>
<message name="listarTituloWebservice">
<part name="parameters" element="tns:listarTituloWebservice"/>
</message>
<message name="listarTituloWebserviceResponse">
<part name="parameters" element="tns:listarTituloWebserviceResponse"/>
</message>
<message name="listarModuloWebservice">
<part name="parameters" element="tns:listarModuloWebservice"/>
</message>
......@@ -22,13 +28,11 @@
<message name="listarSubCategoriaWebserviceResponse">
<part name="parameters" element="tns:listarSubCategoriaWebserviceResponse"/>
</message>
<message name="listarTituloWebservice">
<part name="parameters" element="tns:listarTituloWebservice"/>
</message>
<message name="listarTituloWebserviceResponse">
<part name="parameters" element="tns:listarTituloWebserviceResponse"/>
</message>
<portType name="MenuWebService">
<operation name="listarTituloWebservice">
<input wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarTituloWebserviceRequest" message="tns:listarTituloWebservice"/>
<output wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarTituloWebserviceResponse" message="tns:listarTituloWebserviceResponse"/>
</operation>
<operation name="listarModuloWebservice">
<input wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarModuloWebserviceRequest" message="tns:listarModuloWebservice"/>
<output wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarModuloWebserviceResponse" message="tns:listarModuloWebserviceResponse"/>
......@@ -41,14 +45,10 @@
<input wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarSubCategoriaWebserviceRequest" message="tns:listarSubCategoriaWebservice"/>
<output wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarSubCategoriaWebserviceResponse" message="tns:listarSubCategoriaWebserviceResponse"/>
</operation>
<operation name="listarTituloWebservice">
<input wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarTituloWebserviceRequest" message="tns:listarTituloWebservice"/>
<output wsam:Action="http://webservices.webservicesseguridad.siso.pe/MenuWebService/listarTituloWebserviceResponse" message="tns:listarTituloWebserviceResponse"/>
</operation>
</portType>
<binding name="MenuWebServicePortBinding" type="tns:MenuWebService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="listarModuloWebservice">
<operation name="listarTituloWebservice">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
......@@ -57,7 +57,7 @@
<soap:body use="literal"/>
</output>
</operation>
<operation name="listarCategoriaWebservice">
<operation name="listarModuloWebservice">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
......@@ -66,7 +66,7 @@
<soap:body use="literal"/>
</output>
</operation>
<operation name="listarSubCategoriaWebservice">
<operation name="listarCategoriaWebservice">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
......@@ -75,7 +75,7 @@
<soap:body use="literal"/>
</output>
</operation>
<operation name="listarTituloWebservice">
<operation name="listarSubCategoriaWebservice">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment