if(typeof GreenhouseCustom == "undefined") GreenhouseCustom={};
if(typeof GreenhouseCustom.AddToCart == "undefined") GreenhouseCustom.AddToCart={};
GreenhouseCustom.AddToCart_class = function() {};
Object.extend(GreenhouseCustom.AddToCart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRecordObject: function() {
		return this.invoke("GetRecordObject", {}, this.GetRecordObject.getArguments().slice(0));
	},
	AddProduct: function(oRecord) {
		return this.invoke("AddProduct", {"oRecord":oRecord}, this.AddProduct.getArguments().slice(1));
	},
	RemoveItem: function(oRecord) {
		return this.invoke("RemoveItem", {"oRecord":oRecord}, this.RemoveItem.getArguments().slice(1));
	},
	ChangeLocation: function(oRecord) {
		return this.invoke("ChangeLocation", {"oRecord":oRecord}, this.ChangeLocation.getArguments().slice(1));
	},
	RefreshShipToDDL: function() {
		return this.invoke("RefreshShipToDDL", {}, this.RefreshShipToDDL.getArguments().slice(0));
	},
	url: '/ajaxpro/GreenhouseCustom.AddToCart,GreenhouseCustom.ashx'
}));
GreenhouseCustom.AddToCart = new GreenhouseCustom.AddToCart_class();

