// 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 (ListaUFPorPlanoService == null) var ListaUFPorPlanoService = {}; ListaUFPorPlanoService._path = '/saudeweb/portalUsuario/dwr'; ListaUFPorPlanoService.buscaUfs = function(p0, callback) { dwr.engine._execute(ListaUFPorPlanoService._path, 'ListaUFPorPlanoService', 'buscaUfs', p0, callback); } ListaUFPorPlanoService.getListaUFPorPlanoService = function(callback) { dwr.engine._execute(ListaUFPorPlanoService._path, 'ListaUFPorPlanoService', 'getListaUFPorPlanoService', callback); } ListaUFPorPlanoService.setListaUFPorPlanoService = function(p0, callback) { dwr.engine._execute(ListaUFPorPlanoService._path, 'ListaUFPorPlanoService', 'setListaUFPorPlanoService', p0, callback); }