// 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 (JGetCommentInfo == null) var JGetCommentInfo = {}; JGetCommentInfo._path = '/geogad/dwr'; JGetCommentInfo.createComment = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(JGetCommentInfo._path, 'JGetCommentInfo', 'createComment', p0, p1, p2, p3, p4, p5, p6, p7, callback); } JGetCommentInfo.getCommentsCount = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(JGetCommentInfo._path, 'JGetCommentInfo', 'getCommentsCount', p0, p1, p2, p3, p4, p5, callback); } JGetCommentInfo.getCommentsJSON = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, callback) { dwr.engine._execute(JGetCommentInfo._path, 'JGetCommentInfo', 'getCommentsJSON', p0, p1, p2, p3, p4, p5, p6, p7, p8, callback); } JGetCommentInfo.getMasterCommentID = function(p0, callback) { dwr.engine._execute(JGetCommentInfo._path, 'JGetCommentInfo', 'getMasterCommentID', p0, callback); } JGetCommentInfo.getAllCommentsCount = function(p0, p1, p2, callback) { dwr.engine._execute(JGetCommentInfo._path, 'JGetCommentInfo', 'getAllCommentsCount', p0, p1, p2, callback); } JGetCommentInfo.getCommentRating = function(p0, callback) { dwr.engine._execute(JGetCommentInfo._path, 'JGetCommentInfo', 'getCommentRating', p0, callback); } JGetCommentInfo.createCommentRating = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(JGetCommentInfo._path, 'JGetCommentInfo', 'createCommentRating', p0, p1, p2, p3, p4, callback); } JGetCommentInfo.alreadyRatedComment = function(p0, p1, callback) { dwr.engine._execute(JGetCommentInfo._path, 'JGetCommentInfo', 'alreadyRatedComment', p0, p1, callback); } JGetCommentInfo.getAllNewCommentsInfo = function(p0, p1, p2, callback) { dwr.engine._execute(JGetCommentInfo._path, 'JGetCommentInfo', 'getAllNewCommentsInfo', p0, p1, p2, callback); }