// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (CatalogoService == null) var CatalogoService = {}; CatalogoService._path = '/ajax/services'; CatalogoService.getSubTipoLicitacion = function(p0, callback) { dwr.engine._execute(CatalogoService._path, 'CatalogoService', 'getSubTipoLicitacion', p0, callback); } CatalogoService.getConcursos = function(callback) { dwr.engine._execute(CatalogoService._path, 'CatalogoService', 'getConcursos', callback); } CatalogoService.getCategoriasLicitaciones = function(callback) { dwr.engine._execute(CatalogoService._path, 'CatalogoService', 'getCategoriasLicitaciones', callback); } CatalogoService.getRecursos = function(callback) { dwr.engine._execute(CatalogoService._path, 'CatalogoService', 'getRecursos', callback); } CatalogoService.getTipoLicitacion = function(callback) { dwr.engine._execute(CatalogoService._path, 'CatalogoService', 'getTipoLicitacion', callback); } CatalogoService.getDependencia = function(callback) { dwr.engine._execute(CatalogoService._path, 'CatalogoService', 'getDependencia', callback); }