if (typeof Network != "function") { function Network() { this.routePolicies = null; this.title = null; this.servers = null; this.nodes = null; this.description = null; this.name = null; this.topologySharePolicies = null; this.connections = null; this.blocks = null; this.isExternal = null; this.aggregatedRoutes = null; } } if (typeof Server != "function") { function Server() { this.hardwareDescription = null; this.services = null; this.node = null; this.templates = null; this.name = null; this.IP = null; this.functionalDescription = null; } } if (typeof DvoDService != "function") { function DvoDService() { this.port = 0; this.ocpPort = 0; this.isGMA = false; this.name = null; this.isMaster = false; this.neighbourNetwork = null; } } if (typeof DliveService != "function") { function DliveService() { this.port = 0; this.ocpPort = 0; this.isGMA = false; this.name = null; this.isMaster = false; this.neighbourNetwork = null; } } if (typeof Block != "function") { function Block() { this.node = null; this.name = null; this.mask = 0; this.aggregated = null; this.OASPath = null; } } if (typeof TopologyRoot != "function") { function TopologyRoot() { this.profile = null; } } if (typeof ClientAgent != "function") { function ClientAgent() { this.name = null; this.isMaster = false; } } if (typeof ManagerService != "function") { function ManagerService() { this.ocpPort = 0; this.name = null; this.sslPort = 0; this.isMaster = false; this.keyId = 0; } } // 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 (instituicoes == null) var instituicoes = {}; instituicoes._path = '/portal/dwr'; instituicoes.getInstituicoes = function(p0, p1, callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'getInstituicoes', p0, p1, callback); } instituicoes.buscarInstituicoes = function(p0, callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'buscarInstituicoes', p0, callback); } instituicoes.contarInstituicoes = function(callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'contarInstituicoes', callback); } instituicoes.getId = function(callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'getId', callback); } instituicoes.setId = function(p0, callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'setId', p0, callback); } instituicoes.getNome = function(callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'getNome', callback); } instituicoes.getTipo = function(callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'getTipo', callback); } instituicoes.setTipo = function(p0, callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'setTipo', p0, callback); } instituicoes.setNome = function(p0, callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'setNome', p0, callback); } instituicoes.getFontes = function(p0, callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'getFontes', p0, callback); } instituicoes.getParametrosFonteDetalhada = function(callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'getParametrosFonteDetalhada', callback); } instituicoes.getTodasFontes = function(callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'getTodasFontes', callback); } instituicoes.createQueryBuscaAvancadaUsuarioAnonimoFontes = function(p0, p1, callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'createQueryBuscaAvancadaUsuarioAnonimoFontes', p0, p1, callback); } instituicoes.createQueryBuscaAvancadaUsuarioLogadoFontes = function(p0, p1, p2, callback) { dwr.engine._execute(instituicoes._path, 'instituicoes', 'createQueryBuscaAvancadaUsuarioLogadoFontes', p0, p1, p2, callback); }