if(typeof TocProxy == "undefined") TocProxy={};
TocProxy_class = function() {};
Object.extend(TocProxy_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Reorder: function(orderString) {
		return this.invoke("Reorder", {"orderString":orderString}, this.Reorder.getArguments().slice(1));
	},
	GetSummary: function() {
		return this.invoke("GetSummary", {}, this.GetSummary.getArguments().slice(0));
	},
	AddItem: function(type, uid, title, author, filepath, source, pages, price, master, contSource, isColor) {
		return this.invoke("AddItem", {"type":type, "uid":uid, "title":title, "author":author, "filepath":filepath, "source":source, "pages":pages, "price":price, "master":master, "contSource":contSource, "isColor":isColor}, this.AddItem.getArguments().slice(11));
	},
	RemoveItem: function(uid, type) {
		return this.invoke("RemoveItem", {"uid":uid, "type":type}, this.RemoveItem.getArguments().slice(2));
	},
	url: '/Pearson/ajaxpro/TocProxy,App_Code.taywqmfu.ashx'
}));
TocProxy = new TocProxy_class();

