// 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 (sortKeyWordsService == null) var sortKeyWordsService = {}; sortKeyWordsService._path = '/dwr'; sortKeyWordsService.saveOrUpdateSortKeyWords = function(p0, callback) { dwr.engine._execute(sortKeyWordsService._path, 'sortKeyWordsService', 'saveOrUpdateSortKeyWords', p0, callback); } sortKeyWordsService.deleteSortKeyWords = function(p0, callback) { dwr.engine._execute(sortKeyWordsService._path, 'sortKeyWordsService', 'deleteSortKeyWords', p0, callback); } sortKeyWordsService.getAllSortKeywords = function(p0, callback) { dwr.engine._execute(sortKeyWordsService._path, 'sortKeyWordsService', 'getAllSortKeywords', p0, callback); } sortKeyWordsService.getOneSort = function(p0, callback) { dwr.engine._execute(sortKeyWordsService._path, 'sortKeyWordsService', 'getOneSort', p0, callback); } sortKeyWordsService.getTwoSort = function(callback) { dwr.engine._execute(sortKeyWordsService._path, 'sortKeyWordsService', 'getTwoSort', callback); } sortKeyWordsService.getSortKeywordsCreateExecl = function(p0, callback) { dwr.engine._execute(sortKeyWordsService._path, 'sortKeyWordsService', 'getSortKeywordsCreateExecl', p0, callback); } sortKeyWordsService.getAllSort = function(callback) { dwr.engine._execute(sortKeyWordsService._path, 'sortKeyWordsService', 'getAllSort', callback); } sortKeyWordsService.getWordBySort = function(p0, p1, callback) { dwr.engine._execute(sortKeyWordsService._path, 'sortKeyWordsService', 'getWordBySort', p0, p1, callback); } sortKeyWordsService.getSortByLike = function(p0, callback) { dwr.engine._execute(sortKeyWordsService._path, 'sortKeyWordsService', 'getSortByLike', p0, callback); } sortKeyWordsService.getWordBySortIdAndWord = function(p0, p1, callback) { dwr.engine._execute(sortKeyWordsService._path, 'sortKeyWordsService', 'getWordBySortIdAndWord', p0, p1, callback); }