if(typeof Web9eat == "undefined") Web9eat={};
if(typeof Web9eat.Ajax == "undefined") Web9eat.Ajax={};
if(typeof Web9eat.Ajax.CpShopCart == "undefined") Web9eat.Ajax.CpShopCart={};
Web9eat.Ajax.CpShopCart_class = function() {};
Object.extend(Web9eat.Ajax.CpShopCart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Add: function(cpId, companyId) {
		return this.invoke("Add", {"cpId":cpId, "companyId":companyId}, this.Add.getArguments().slice(2));
	},
	AddTc: function(tcId, companyId) {
		return this.invoke("AddTc", {"tcId":tcId, "companyId":companyId}, this.AddTc.getArguments().slice(2));
	},
	Clear: function(companyId) {
		return this.invoke("Clear", {"companyId":companyId}, this.Clear.getArguments().slice(1));
	},
	CpSubmit: function(companyId) {
		return this.invoke("CpSubmit", {"companyId":companyId}, this.CpSubmit.getArguments().slice(1));
	},
	Decrease: function(cpId, companyId) {
		return this.invoke("Decrease", {"cpId":cpId, "companyId":companyId}, this.Decrease.getArguments().slice(2));
	},
	GetIdList: function(companyId) {
		return this.invoke("GetIdList", {"companyId":companyId}, this.GetIdList.getArguments().slice(1));
	},
	Remove: function(cpId, companyId) {
		return this.invoke("Remove", {"cpId":cpId, "companyId":companyId}, this.Remove.getArguments().slice(2));
	},
	Show: function(companyId) {
		return this.invoke("Show", {"companyId":companyId}, this.Show.getArguments().slice(1));
	},
	Up: function(cpId, companyId) {
		return this.invoke("Up", {"cpId":cpId, "companyId":companyId}, this.Up.getArguments().slice(2));
	},
	url: '/ajaxpro/Web9eat.Ajax.CpShopCart,Ajax.ashx'
}));
Web9eat.Ajax.CpShopCart = new Web9eat.Ajax.CpShopCart_class();


