if (typeof dwr == 'undefined' || dwr.engine == undefined) throw new Error('You must include DWR engine before including this file');

(function() {
if (dwr.engine._getObject("JGetCommentInfo") == undefined) {
var p;

p = {};
p._path = '/geogad/dwr';












p.createComment = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) {
return dwr.engine._execute(p._path, 'JGetCommentInfo', 'createComment', arguments);
};










p.getCommentsCount = function(p0, p1, p2, p3, p4, p5, callback) {
return dwr.engine._execute(p._path, 'JGetCommentInfo', 'getCommentsCount', arguments);
};













p.getCommentsJSON = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, callback) {
return dwr.engine._execute(p._path, 'JGetCommentInfo', 'getCommentsJSON', arguments);
};













p.getCommentsJSONObject = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, callback) {
return dwr.engine._execute(p._path, 'JGetCommentInfo', 'getCommentsJSONObject', arguments);
};





p.getMasterCommentID = function(p0, callback) {
return dwr.engine._execute(p._path, 'JGetCommentInfo', 'getMasterCommentID', arguments);
};







p.getAllCommentsCount = function(p0, p1, p2, callback) {
return dwr.engine._execute(p._path, 'JGetCommentInfo', 'getAllCommentsCount', arguments);
};





p.getCommentRating = function(p0, callback) {
return dwr.engine._execute(p._path, 'JGetCommentInfo', 'getCommentRating', arguments);
};









p.createCommentRating = function(p0, p1, p2, p3, p4, callback) {
return dwr.engine._execute(p._path, 'JGetCommentInfo', 'createCommentRating', arguments);
};






p.alreadyRatedComment = function(p0, p1, callback) {
return dwr.engine._execute(p._path, 'JGetCommentInfo', 'alreadyRatedComment', arguments);
};







p.getAllNewCommentsInfo = function(p0, p1, p2, callback) {
return dwr.engine._execute(p._path, 'JGetCommentInfo', 'getAllNewCommentsInfo', arguments);
};

dwr.engine._setObject("JGetCommentInfo", p);
}
})();


