Seam.Remoting.type.commentingRemote = function() {
  this.__callback = new Object();
  Seam.Remoting.type.commentingRemote.prototype.postMediaCommentReply = function(p0, p1, p2, callback, exceptionHandler) {
    return Seam.Remoting.execute(this, "postMediaCommentReply", [p0, p1, p2], callback, exceptionHandler);
  }
  Seam.Remoting.type.commentingRemote.prototype.postBlogCommentReply = function(p0, p1, p2, p3, callback, exceptionHandler) {
    return Seam.Remoting.execute(this, "postBlogCommentReply", [p0, p1, p2, p3], callback, exceptionHandler);
  }
  Seam.Remoting.type.commentingRemote.prototype.postBlogComment = function(p0, p1, p2, callback, exceptionHandler) {
    return Seam.Remoting.execute(this, "postBlogComment", [p0, p1, p2], callback, exceptionHandler);
  }
  Seam.Remoting.type.commentingRemote.prototype.postMediaComment = function(p0, p1, callback, exceptionHandler) {
    return Seam.Remoting.execute(this, "postMediaComment", [p0, p1], callback, exceptionHandler);
  }
  Seam.Remoting.type.commentingRemote.prototype.deleteMediaComment = function(p0, p1, callback, exceptionHandler) {
    return Seam.Remoting.execute(this, "deleteMediaComment", [p0, p1], callback, exceptionHandler);
  }
  Seam.Remoting.type.commentingRemote.prototype.deleteMediaCommentReply = function(p0, p1, callback, exceptionHandler) {
    return Seam.Remoting.execute(this, "deleteMediaCommentReply", [p0, p1], callback, exceptionHandler);
  }
  Seam.Remoting.type.commentingRemote.prototype.deleteBlogComment = function(p0, p1, p2, callback, exceptionHandler) {
    return Seam.Remoting.execute(this, "deleteBlogComment", [p0, p1, p2], callback, exceptionHandler);
  }
  Seam.Remoting.type.commentingRemote.prototype.deleteBlogCommentReply = function(p0, p1, p2, callback, exceptionHandler) {
    return Seam.Remoting.execute(this, "deleteBlogCommentReply", [p0, p1, p2], callback, exceptionHandler);
  }
}
Seam.Remoting.type.commentingRemote.__name = "commentingRemote";

Seam.Component.register(Seam.Remoting.type.commentingRemote);

