// 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 (VideoService == null) var VideoService = {}; VideoService._path = '/dwr'; VideoService.setViewFragment = function(p0, callback) { dwr.engine._execute(VideoService._path, 'VideoService', 'setViewFragment', p0, callback); } VideoService.borrar = function(p0, callback) { dwr.engine._execute(VideoService._path, 'VideoService', 'borrar', p0, callback); } VideoService.agregar = function(p0, p1, callback) { dwr.engine._execute(VideoService._path, 'VideoService', 'agregar', p0, p1, callback); } VideoService.agregarPortada = function(p0, p1, p2, p3, callback) { dwr.engine._execute(VideoService._path, 'VideoService', 'agregarPortada', p0, p1, p2, p3, callback); } VideoService.desplegar = function(p0, callback) { dwr.engine._execute(VideoService._path, 'VideoService', 'desplegar', p0, callback); } VideoService.desplegarPortada = function(p0, p1, p2, callback) { dwr.engine._execute(VideoService._path, 'VideoService', 'desplegarPortada', p0, p1, p2, callback); }