if(typeof Issue == "undefined") Issue={};
Issue_class = function() {};
Object.extend(Issue_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddCommentWithApprove: function(issueID, comment) {
		return this.invoke("AddCommentWithApprove", {"issueID":issueID, "comment":comment}, this.AddCommentWithApprove.getArguments().slice(2));
	},
	ApproveIssueComment: function(issueID, issueCommentID) {
		return this.invoke("ApproveIssueComment", {"issueID":issueID, "issueCommentID":issueCommentID}, this.ApproveIssueComment.getArguments().slice(2));
	},
	SetCategory: function(issueID, category) {
		return this.invoke("SetCategory", {"issueID":issueID, "category":category}, this.SetCategory.getArguments().slice(2));
	},
	SetClauseForIssue: function(issueID, clause) {
		return this.invoke("SetClauseForIssue", {"issueID":issueID, "clause":clause}, this.SetClauseForIssue.getArguments().slice(2));
	},
	SetPageForIssue: function(issueID, page) {
		return this.invoke("SetPageForIssue", {"issueID":issueID, "page":page}, this.SetPageForIssue.getArguments().slice(2));
	},
	SetParagraphForIssue: function(issueID, paragraph) {
		return this.invoke("SetParagraphForIssue", {"issueID":issueID, "paragraph":paragraph}, this.SetParagraphForIssue.getArguments().slice(2));
	},
	SetPublic: function(issueCommentID, isPublic) {
		return this.invoke("SetPublic", {"issueCommentID":issueCommentID, "isPublic":isPublic}, this.SetPublic.getArguments().slice(2));
	},
	url: '/ajaxpro/MS.Web.HttpHandler.IecHandler.IssueJavascript,App_Code.kavf_ps9.ashx'
}));
Issue = new Issue_class();


