addNamespace("tt_xx.OnlineClass");
tt_xx.OnlineClass.showtchroom_class = function() {};
Object.extend(tt_xx.OnlineClass.showtchroom_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCourseData: function(customerid) {
		return this.invoke("GetCourseData", {"customerid":customerid}, this.GetCourseData.getArguments().slice(1));
	},
	GetCollection: function(customerid) {
		return this.invoke("GetCollection", {"customerid":customerid}, this.GetCollection.getArguments().slice(1));
	},
	GetTeachPlan: function(info) {
		return this.invoke("GetTeachPlan", {"info":info}, this.GetTeachPlan.getArguments().slice(1));
	},
	GetCourseInfo: function() {
		return this.invoke("GetCourseInfo", {}, this.GetCourseInfo.getArguments().slice(0));
	},
	SetStudentInfo: function(info) {
		return this.invoke("SetStudentInfo", {"info":info}, this.SetStudentInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/tt_xx.OnlineClass.showtchroom,tt-xx.ashx'
}));
tt_xx.OnlineClass.showtchroom = new tt_xx.OnlineClass.showtchroom_class();

