// 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 (aggregatorAjaxService == null) var aggregatorAjaxService = {}; aggregatorAjaxService._path = '/dwr'; aggregatorAjaxService.setAggregatorService = function(p0, callback) { dwr.engine._execute(aggregatorAjaxService._path, 'aggregatorAjaxService', 'setAggregatorService', p0, callback); } aggregatorAjaxService.getAggregatorService = function(callback) { dwr.engine._execute(aggregatorAjaxService._path, 'aggregatorAjaxService', 'getAggregatorService', callback); } aggregatorAjaxService.getMostVotedPages = function(p0, p1, callback) { dwr.engine._execute(aggregatorAjaxService._path, 'aggregatorAjaxService', 'getMostVotedPages', p0, p1, callback); } aggregatorAjaxService.getVoteStat = function(p0, callback) { dwr.engine._execute(aggregatorAjaxService._path, 'aggregatorAjaxService', 'getVoteStat', p0, callback); } aggregatorAjaxService.saveVote = function(p0, p1, callback) { dwr.engine._execute(aggregatorAjaxService._path, 'aggregatorAjaxService', 'saveVote', p0, p1, callback); } aggregatorAjaxService.getCountOfVote = function(p0, callback) { dwr.engine._execute(aggregatorAjaxService._path, 'aggregatorAjaxService', 'getCountOfVote', p0, callback); }