// 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; dwr.engine._defaultPath = '/dwr'; if (VodService == null) var VodService = {}; VodService._path = '/dwr'; VodService.removeAttachFile = function(p0, p1, p2, callback) { dwr.engine._execute(VodService._path, 'VodService', 'removeAttachFile', p0, p1, p2, callback); } VodService.setServiceId = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'setServiceId', p0, callback); } VodService.setSearchService = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'setSearchService', p0, callback); } VodService.setBoardService = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'setBoardService', p0, callback); } VodService.setVodDao = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'setVodDao', p0, callback); } VodService.setUploadPath = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'setUploadPath', p0, callback); } VodService.saveVod = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'saveVod', p0, callback); } VodService.getVodBySeq = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'getVodBySeq', p0, callback); } VodService.getVodByVodPath = function(p0, p1, callback) { dwr.engine._execute(VodService._path, 'VodService', 'getVodByVodPath', p0, p1, callback); } VodService.getVodList = function(p0, p1, p2, p3, p4, p5, p6, callback) { dwr.engine._execute(VodService._path, 'VodService', 'getVodList', p0, p1, p2, p3, p4, p5, p6, callback); } VodService.getVodListNotYear = function(p0, p1, p2, p3, callback) { dwr.engine._execute(VodService._path, 'VodService', 'getVodListNotYear', p0, p1, p2, p3, callback); } VodService.getVodListCount = function(p0, p1, p2, callback) { dwr.engine._execute(VodService._path, 'VodService', 'getVodListCount', p0, p1, p2, callback); } VodService.getVodListNotYearCount = function(callback) { dwr.engine._execute(VodService._path, 'VodService', 'getVodListNotYearCount', callback); } VodService.removeVodBySeq = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'removeVodBySeq', p0, callback); } VodService.getVodBriefList = function(p0, p1, p2, p3, callback) { dwr.engine._execute(VodService._path, 'VodService', 'getVodBriefList', p0, p1, p2, p3, callback); } VodService.getVodNext = function(p0, p1, callback) { dwr.engine._execute(VodService._path, 'VodService', 'getVodNext', p0, p1, callback); } VodService.getVodPrev = function(p0, p1, callback) { dwr.engine._execute(VodService._path, 'VodService', 'getVodPrev', p0, p1, callback); } VodService.saveVodBestvodHitCount = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'saveVodBestvodHitCount', p0, callback); } VodService.saveVodOnairHitCount = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'saveVodOnairHitCount', p0, callback); } VodService.saveVodVodHitCount = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'saveVodVodHitCount', p0, callback); } VodService.getBestvodList = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'getBestvodList', p0, callback); } VodService.removeBestvod = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'removeBestvod', p0, callback); } VodService.saveBestvod = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'saveBestvod', p0, callback); } VodService.saveBestvodPrintLevel = function(p0, p1, callback) { dwr.engine._execute(VodService._path, 'VodService', 'saveBestvodPrintLevel', p0, p1, callback); } VodService.getVodListBySeqList = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'getVodListBySeqList', p0, callback); } VodService.getVodStatisticList = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'getVodStatisticList', p0, callback); } VodService.getOnairConfig = function(callback) { dwr.engine._execute(VodService._path, 'VodService', 'getOnairConfig', callback); } VodService.saveOnairConfig = function(p0, callback) { dwr.engine._execute(VodService._path, 'VodService', 'saveOnairConfig', p0, callback); }