// 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 (RequerenteDWR == null) var RequerenteDWR = {}; RequerenteDWR._path = '/portalaet/dwr'; RequerenteDWR.buscaRepresentantesLegais = function(p0, callback) { dwr.engine._execute(RequerenteDWR._path, 'RequerenteDWR', 'buscaRepresentantesLegais', p0, callback); } RequerenteDWR.validaRequerenteCadastroPendente = function(p0, callback) { dwr.engine._execute(RequerenteDWR._path, 'RequerenteDWR', 'validaRequerenteCadastroPendente', p0, callback); } RequerenteDWR.validaRequerenteJaCadastradoNoSistema = function(p0, callback) { dwr.engine._execute(RequerenteDWR._path, 'RequerenteDWR', 'validaRequerenteJaCadastradoNoSistema', p0, callback); } RequerenteDWR.buscaRequerente = function(p0, callback) { dwr.engine._execute(RequerenteDWR._path, 'RequerenteDWR', 'buscaRequerente', p0, callback); } RequerenteDWR.atualizaUfs = function(p0, callback) { dwr.engine._execute(RequerenteDWR._path, 'RequerenteDWR', 'atualizaUfs', p0, callback); } RequerenteDWR.buscaRequerenteAprovado = function(p0, callback) { dwr.engine._execute(RequerenteDWR._path, 'RequerenteDWR', 'buscaRequerenteAprovado', p0, callback); } RequerenteDWR.buscaRequerenteRepresentante = function(p0, callback) { dwr.engine._execute(RequerenteDWR._path, 'RequerenteDWR', 'buscaRequerenteRepresentante', p0, callback); } RequerenteDWR.validaRequerenteAprovadoJaCadastradoNoSistema = function(p0, callback) { dwr.engine._execute(RequerenteDWR._path, 'RequerenteDWR', 'validaRequerenteAprovadoJaCadastradoNoSistema', p0, callback); }