if(typeof PubBookStore == "undefined") PubBookStore={};
if(typeof PubBookStore.AjaxClass == "undefined") PubBookStore.AjaxClass={};
PubBookStore.AjaxClass_class = function() {};
Object.extend(PubBookStore.AjaxClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	bindstate: function(str) {
		return this.invoke("bindstate", {"str":str}, this.bindstate.getArguments().slice(1));
	},
	BindSubject: function(str) {
		return this.invoke("BindSubject", {"str":str}, this.BindSubject.getArguments().slice(1));
	},
	Bindproducer: function(str) {
		return this.invoke("Bindproducer", {"str":str}, this.Bindproducer.getArguments().slice(1));
	},
	getuserid: function(str) {
		return this.invoke("getuserid", {"str":str}, this.getuserid.getArguments().slice(1));
	},
	getReguserid: function(str) {
		return this.invoke("getReguserid", {"str":str}, this.getReguserid.getArguments().slice(1));
	},
	BindOrder: function(str) {
		return this.invoke("BindOrder", {"str":str}, this.BindOrder.getArguments().slice(1));
	},
	BindPubOrder: function(str, pubid) {
		return this.invoke("BindPubOrder", {"str":str, "pubid":pubid}, this.BindPubOrder.getArguments().slice(2));
	},
	BindUserOrder: function(str, userid) {
		return this.invoke("BindUserOrder", {"str":str, "userid":userid}, this.BindUserOrder.getArguments().slice(2));
	},
	url: '/PubBookStore/ajaxpro/PubBookStore.AjaxClass,PubBookStore.ashx'
}));
PubBookStore.AjaxClass = new PubBookStore.AjaxClass_class();

