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 (CarregarFontes == null) var CarregarFontes = {}; CarregarFontes._path = '/portal/dwr'; CarregarFontes.getId = function(callback) { dwr.engine._execute(CarregarFontes._path, 'CarregarFontes', 'getId', callback); } CarregarFontes.setId = function(p0, callback) { dwr.engine._execute(CarregarFontes._path, 'CarregarFontes', 'setId', p0, callback); } CarregarFontes.getNome = function(callback) { dwr.engine._execute(CarregarFontes._path, 'CarregarFontes', 'getNome', callback); } CarregarFontes.getTipo = function(callback) { dwr.engine._execute(CarregarFontes._path, 'CarregarFontes', 'getTipo', callback); } CarregarFontes.setTipo = function(p0, callback) { dwr.engine._execute(CarregarFontes._path, 'CarregarFontes', 'setTipo', p0, callback); } CarregarFontes.setNome = function(p0, callback) { dwr.engine._execute(CarregarFontes._path, 'CarregarFontes', 'setNome', p0, callback); } CarregarFontes.getFontes = function(p0, callback) { dwr.engine._execute(CarregarFontes._path, 'CarregarFontes', 'getFontes', p0, callback); } CarregarFontes.getParametrosFonteDetalhada = function(callback) { dwr.engine._execute(CarregarFontes._path, 'CarregarFontes', 'getParametrosFonteDetalhada', callback); } CarregarFontes.getTodasFontes = function(callback) { dwr.engine._execute(CarregarFontes._path, 'CarregarFontes', 'getTodasFontes', callback); } CarregarFontes.createQueryBuscaAvancadaUsuarioAnonimoFontes = function(p0, p1, callback) { dwr.engine._execute(CarregarFontes._path, 'CarregarFontes', 'createQueryBuscaAvancadaUsuarioAnonimoFontes', p0, p1, callback); } CarregarFontes.createQueryBuscaAvancadaUsuarioLogadoFontes = function(p0, p1, p2, callback) { dwr.engine._execute(CarregarFontes._path, 'CarregarFontes', 'createQueryBuscaAvancadaUsuarioLogadoFontes', p0, p1, p2, callback); }