if (typeof natjur != "function") { function natjur() { this.codNatJur = null; this.nomNatJur = null; this.ocultar = null; } } if (typeof result != "function") { function result() { this.message = null; this.value = null; } } if (typeof cidatv != "function") { function cidatv() { this.codAtv = null; this.nomAtv = null; this.desAtv = null; this.novo = null; this.codCid = null; this.atvCfg = null; this.codCidAtv = null; } } // 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 (AjaxService == null) var AjaxService = {}; AjaxService._path = '/issdigital/dwr'; AjaxService.cancelaInclusaoDeclarante = function(p0, p1, callback) { dwr.engine._execute(AjaxService._path, 'AjaxService', 'cancelaInclusaoDeclarante', p0, p1, callback); } AjaxService.buscaNatJur = function(p0, p1, callback) { dwr.engine._execute(AjaxService._path, 'AjaxService', 'buscaNatJur', p0, p1, callback); } AjaxService.buscaCidades = function(p0, p1, callback) { dwr.engine._execute(AjaxService._path, 'AjaxService', 'buscaCidades', p0, p1, callback); } AjaxService.buscaAtividade = function(p0, callback) { dwr.engine._execute(AjaxService._path, 'AjaxService', 'buscaAtividade', p0, callback); }