if(typeof OXX == "undefined") OXX={};
if(typeof OXX.BSC == "undefined") OXX.BSC={};
if(typeof OXX.BSC.Templates == "undefined") OXX.BSC.Templates={};
if(typeof OXX.BSC.Templates.Documents == "undefined") OXX.BSC.Templates.Documents={};
if(typeof OXX.BSC.Templates.Documents.BSCOverview == "undefined") OXX.BSC.Templates.Documents.BSCOverview={};
OXX.BSC.Templates.Documents.BSCOverview.Assessment_class = function() {};
Object.extend(OXX.BSC.Templates.Documents.BSCOverview.Assessment_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SaveAssessment: function(ParentDocumentID, AssessmentID, htmlobject, xml, ViewType) {
		return this.invoke("SaveAssessment", {"ParentDocumentID":ParentDocumentID, "AssessmentID":AssessmentID, "htmlobject":htmlobject, "xml":xml, "ViewType":ViewType}, this.SaveAssessment.getArguments().slice(5));
	},
	LoadAssessments: function(clientid, htmlobject, ParentDocumentID, ViewType) {
		return this.invoke("LoadAssessments", {"clientid":clientid, "htmlobject":htmlobject, "ParentDocumentID":ParentDocumentID, "ViewType":ViewType}, this.LoadAssessments.getArguments().slice(4));
	},
	LoadAssessment: function(clientid, htmlobject, AssessmentID, ParentDocumentID, ViewType) {
		return this.invoke("LoadAssessment", {"clientid":clientid, "htmlobject":htmlobject, "AssessmentID":AssessmentID, "ParentDocumentID":ParentDocumentID, "ViewType":ViewType}, this.LoadAssessment.getArguments().slice(5));
	},
	test: function() {
		return this.invoke("test", {}, this.test.getArguments().slice(0));
	},
	url: '/UK/ajaxpro/OXX.BSC.Templates.Documents.BSCOverview.Assessment,OXX.BSC.ashx'
}));
OXX.BSC.Templates.Documents.BSCOverview.Assessment = new OXX.BSC.Templates.Documents.BSCOverview.Assessment_class();


