// 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 (cmsSortService == null) var cmsSortService = {}; cmsSortService._path = '/dwr'; cmsSortService.getListByType = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'getListByType', p0, callback); } cmsSortService.getListByParentNode = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'getListByParentNode', p0, callback); } cmsSortService.listHomeMenu = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'listHomeMenu', p0, callback); } cmsSortService.getids = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'getids', p0, callback); } cmsSortService.setCmsDataDictionaryDAO = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'setCmsDataDictionaryDAO', p0, callback); } cmsSortService.getCmsSortDAO = function(callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'getCmsSortDAO', callback); } cmsSortService.setCmsSortDAO = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'setCmsSortDAO', p0, callback); } cmsSortService.getCmsDataDictionaryDAO = function(callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'getCmsDataDictionaryDAO', callback); } cmsSortService.getSortList = function(callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'getSortList', callback); } cmsSortService.listSort = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'listSort', p0, callback); } cmsSortService.checksonSort = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'checksonSort', p0, callback); } cmsSortService.add = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'add', p0, callback); } cmsSortService.deleteAll = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'deleteAll', p0, callback); } cmsSortService.listByPage = function(p0, p1, p2, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'listByPage', p0, p1, p2, callback); } cmsSortService.modify = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'modify', p0, callback); } cmsSortService.getById = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'getById', p0, callback); } cmsSortService.getList = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'getList', p0, callback); } cmsSortService.logicDelete = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'logicDelete', p0, callback); } cmsSortService.getBaseDAO = function(callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'getBaseDAO', callback); } cmsSortService.setBaseDAO = function(p0, callback) { dwr.engine._execute(cmsSortService._path, 'cmsSortService', 'setBaseDAO', p0, callback); }