if(typeof GreenhouseCustom == "undefined") GreenhouseCustom={};
if(typeof GreenhouseCustom.CheckAvailabilityAjax == "undefined") GreenhouseCustom.CheckAvailabilityAjax={};
GreenhouseCustom.CheckAvailabilityAjax_class = function() {};
Object.extend(GreenhouseCustom.CheckAvailabilityAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRecordObject: function() {
		return this.invoke("GetRecordObject", {}, this.GetRecordObject.getArguments().slice(0));
	},
	CheckAvailability: function(oRecord) {
		return this.invoke("CheckAvailability", {"oRecord":oRecord}, this.CheckAvailability.getArguments().slice(1));
	},
	url: '/ajaxpro/GreenhouseCustom.CheckAvailabilityAjax,GreenhouseCustom.ashx'
}));
GreenhouseCustom.CheckAvailabilityAjax = new GreenhouseCustom.CheckAvailabilityAjax_class();


