// 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 (DWRMethods == null) var DWRMethods = {}; DWRMethods._path = '${blog.webDocRoot}dwr/'; DWRMethods.add = function(p0, p1, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'add', p0, p1, callback); } DWRMethods.kleinbergSpatial = function(p0, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'kleinbergSpatial', p0, callback); } DWRMethods.sentimentInfo = function(p0, p1, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'sentimentInfo', p0, p1, callback); } DWRMethods.exportAndSendMail = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'exportAndSendMail', p0, p1, p2, p3, p4, p5, p6, p7, p8, callback); } DWRMethods.getDemographicsProgress = function(p0, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'getDemographicsProgress', p0, callback); } DWRMethods.getFolderItemNote = function(p0, p1, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'getFolderItemNote', p0, p1, callback); } DWRMethods.getJobProgress = function(p0, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'getJobProgress', p0, callback); } DWRMethods.isFolderItemStarred = function(p0, p1, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'isFolderItemStarred', p0, p1, callback); } DWRMethods.summarize = function(p0, p1, p2, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'summarize', p0, p1, p2, callback); }