function CargaDatosDWR() { } CargaDatosDWR._path = '/InfoEscuelas/dwr'; CargaDatosDWR.getRegiones = function(callback) { DWREngine._execute(CargaDatosDWR._path, 'CargaDatosDWR', 'getRegiones', callback); } CargaDatosDWR.getRegionesByCodigo = function(p0, callback) { DWREngine._execute(CargaDatosDWR._path, 'CargaDatosDWR', 'getRegionesByCodigo', p0, callback); } CargaDatosDWR.getComunas = function(p0, callback) { DWREngine._execute(CargaDatosDWR._path, 'CargaDatosDWR', 'getComunas', p0, callback); } CargaDatosDWR.getComunasByCodigo = function(p0, p1, callback) { DWREngine._execute(CargaDatosDWR._path, 'CargaDatosDWR', 'getComunasByCodigo', p0, p1, callback); } CargaDatosDWR.getTipoDependencia = function(callback) { DWREngine._execute(CargaDatosDWR._path, 'CargaDatosDWR', 'getTipoDependencia', callback); } CargaDatosDWR.getCheckTipoDependencia = function(callback) { DWREngine._execute(CargaDatosDWR._path, 'CargaDatosDWR', 'getCheckTipoDependencia', callback); } CargaDatosDWR.getNivelesEnsenanzas = function(callback) { DWREngine._execute(CargaDatosDWR._path, 'CargaDatosDWR', 'getNivelesEnsenanzas', callback); } CargaDatosDWR.getTiposEnseByNivel = function(p0, callback) { DWREngine._execute(CargaDatosDWR._path, 'CargaDatosDWR', 'getTiposEnseByNivel', p0, callback); } CargaDatosDWR.getCuadroEstadisticoVacantes = function(p0, p1, callback) { DWREngine._execute(CargaDatosDWR._path, 'CargaDatosDWR', 'getCuadroEstadisticoVacantes', p0, p1, callback); }