addNamespace("tt_xx.trainclass.jzq");
tt_xx.trainclass.jzq.BaseAjax_class = function() {};
Object.extend(tt_xx.trainclass.jzq.BaseAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCourse: function() {
		return this.invoke("GetCourse", {}, this.GetCourse.getArguments().slice(0));
	},
	GetExcellence: function() {
		return this.invoke("GetExcellence", {}, this.GetExcellence.getArguments().slice(0));
	},
	GetLoginName: function() {
		return this.invoke("GetLoginName", {}, this.GetLoginName.getArguments().slice(0));
	},
	GetTopicObj: function() {
		return this.invoke("GetTopicObj", {}, this.GetTopicObj.getArguments().slice(0));
	},
	InsertTopic: function(obj) {
		return this.invoke("InsertTopic", {"obj":obj}, this.InsertTopic.getArguments().slice(1));
	},
	InsertTopicReply: function(obj) {
		return this.invoke("InsertTopicReply", {"obj":obj}, this.InsertTopicReply.getArguments().slice(1));
	},
	url: '/ajaxpro/tt_xx.trainclass.jzq.BaseAjax,tt-xx.ashx'
}));
tt_xx.trainclass.jzq.BaseAjax = new tt_xx.trainclass.jzq.BaseAjax_class();

