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 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 ManagerService != "function") { function ManagerService() { this.ocpPort = 0; this.name = null; this.sslPort = 0; this.isMaster = false; this.keyId = 0; } } 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 TopologyRoot != "function") { function TopologyRoot() { this.profile = null; } } if (typeof ClientAgent != "function") { function ClientAgent() { this.name = null; this.isMaster = false; } } // 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 (MostrarVideos == null) var MostrarVideos = {}; MostrarVideos._path = '/portal/dwr'; MostrarVideos.atualizar = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(MostrarVideos._path, 'MostrarVideos', 'atualizar', p0, p1, p2, p3, p4, callback); } MostrarVideos.atualizarPrincipal = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(MostrarVideos._path, 'MostrarVideos', 'atualizarPrincipal', p0, p1, p2, p3, p4, p5, callback); } MostrarVideos.atualizarCGI = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(MostrarVideos._path, 'MostrarVideos', 'atualizarCGI', p0, p1, p2, p3, p4, p5, callback); } MostrarVideos.atualizarIndiceGeral = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(MostrarVideos._path, 'MostrarVideos', 'atualizarIndiceGeral', p0, p1, p2, p3, p4, p5, p6, p7, callback); } MostrarVideos.atualizarIndiceCGI = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(MostrarVideos._path, 'MostrarVideos', 'atualizarIndiceCGI', p0, p1, p2, p3, p4, p5, p6, p7, callback); }