// 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 (AjaxCommentService == null) var AjaxCommentService = {}; AjaxCommentService._path = '/dwr'; AjaxCommentService.remove = function(p0, p1, p2, callback) { dwr.engine._execute(AjaxCommentService._path, 'AjaxCommentService', 'remove', p0, p1, p2, callback); } AjaxCommentService.save = function(p0, p1, callback) { dwr.engine._execute(AjaxCommentService._path, 'AjaxCommentService', 'save', p0, p1, callback); } AjaxCommentService.update = function(p0, p1, callback) { dwr.engine._execute(AjaxCommentService._path, 'AjaxCommentService', 'update', p0, p1, callback); } AjaxCommentService.getComment = function(p0, p1, callback) { dwr.engine._execute(AjaxCommentService._path, 'AjaxCommentService', 'getComment', p0, p1, callback); } AjaxCommentService.getComments = function(p0, p1, callback) { dwr.engine._execute(AjaxCommentService._path, 'AjaxCommentService', 'getComments', p0, p1, callback); } AjaxCommentService.removeByPasswd = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(AjaxCommentService._path, 'AjaxCommentService', 'removeByPasswd', p0, p1, p2, p3, p4, callback); }