if(typeof Mythos == "undefined") Mythos={};
if(typeof Mythos.QianXun == "undefined") Mythos.QianXun={};
if(typeof Mythos.QianXun.BusinessRules == "undefined") Mythos.QianXun.BusinessRules={};
if(typeof Mythos.QianXun.BusinessRules.BBS == "undefined") Mythos.QianXun.BusinessRules.BBS={};
Mythos.QianXun.BusinessRules.BBS.IndexBusiness_class = function() {};
Object.extend(Mythos.QianXun.BusinessRules.BBS.IndexBusiness_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAllBBSObjectByPagedCount: function() {
		return this.invoke("GetAllBBSObjectByPagedCount", {}, this.GetAllBBSObjectByPagedCount.getArguments().slice(0));
	},
	GetAllBBSObjectByPaged: function(pageIndex) {
		return this.invoke("GetAllBBSObjectByPaged", {"pageIndex":pageIndex}, this.GetAllBBSObjectByPaged.getArguments().slice(1));
	},
	GetAllBBSRestoreByPagedCount: function(BBS_ID) {
		return this.invoke("GetAllBBSRestoreByPagedCount", {"BBS_ID":BBS_ID}, this.GetAllBBSRestoreByPagedCount.getArguments().slice(1));
	},
	GetAllBBSRestoreByPaged: function(BBS_ID) {
		return this.invoke("GetAllBBSRestoreByPaged", {"BBS_ID":BBS_ID}, this.GetAllBBSRestoreByPaged.getArguments().slice(1));
	},
	SaveBbsObject: function(title, content, usrname) {
		return this.invoke("SaveBbsObject", {"title":title, "content":content, "usrname":usrname}, this.SaveBbsObject.getArguments().slice(3));
	},
	SaveBbsRestore: function(content, usrname, BBS_ID) {
		return this.invoke("SaveBbsRestore", {"content":content, "usrname":usrname, "BBS_ID":BBS_ID}, this.SaveBbsRestore.getArguments().slice(3));
	},
	url: '/ajaxpro/Mythos.QianXun.BusinessRules.BBS.IndexBusiness,Mythos.QianXun.BusinessRules.ashx'
}));
Mythos.QianXun.BusinessRules.BBS.IndexBusiness = new Mythos.QianXun.BusinessRules.BBS.IndexBusiness_class();

