
function commentManager() { }
commentManager._path = '/roadwarriors/dwr';

commentManager.findCommentsByContentId = function(p0, p1, p2, callback) {
    DWREngine._execute(commentManager._path, 'commentManager', 'findCommentsByContentId', p0, p1, p2, callback);
}

commentManager.createComment = function(p0, p1, p2, callback) {
    DWREngine._execute(commentManager._path, 'commentManager', 'createComment', p0, p1, p2, callback);
}

commentManager.flagComment = function(p0, p1, callback) {
    DWREngine._execute(commentManager._path, 'commentManager', 'flagComment', p0, p1, callback);
}

commentManager.findTotalCommentsByContentId = function(p0, callback) {
    DWREngine._execute(commentManager._path, 'commentManager', 'findTotalCommentsByContentId', p0, callback);
}
