if(typeof GreenhouseCustom == "undefined") GreenhouseCustom={};
if(typeof GreenhouseCustom.CustomLoginAjax == "undefined") GreenhouseCustom.CustomLoginAjax={};
GreenhouseCustom.CustomLoginAjax_class = function() {};
Object.extend(GreenhouseCustom.CustomLoginAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRecordObject: function() {
		return this.invoke("GetRecordObject", {}, this.GetRecordObject.getArguments().slice(0));
	},
	ValidatePasswordOnly: function(oRecord) {
		return this.invoke("ValidatePasswordOnly", {"oRecord":oRecord}, this.ValidatePasswordOnly.getArguments().slice(1));
	},
	ValidateGuest: function(oRecord) {
		return this.invoke("ValidateGuest", {"oRecord":oRecord}, this.ValidateGuest.getArguments().slice(1));
	},
	ValidateCustomer: function(oRecord) {
		return this.invoke("ValidateCustomer", {"oRecord":oRecord}, this.ValidateCustomer.getArguments().slice(1));
	},
	PasswordReminderGuest: function(Email) {
		return this.invoke("PasswordReminderGuest", {"Email":Email}, this.PasswordReminderGuest.getArguments().slice(1));
	},
	PasswordReminderCustomer: function(Email) {
		return this.invoke("PasswordReminderCustomer", {"Email":Email}, this.PasswordReminderCustomer.getArguments().slice(1));
	},
	url: '/ajaxpro/GreenhouseCustom.CustomLoginAjax,GreenhouseCustom.ashx'
}));
GreenhouseCustom.CustomLoginAjax = new GreenhouseCustom.CustomLoginAjax_class();


