if(typeof apartmentsapart == "undefined") apartmentsapart={};
if(typeof apartmentsapart.Modules == "undefined") apartmentsapart.Modules={};
apartmentsapart.Modules.OfferLMApartmentList3_class = function() {};
Object.extend(apartmentsapart.Modules.OfferLMApartmentList3_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FillApartments: function() {
		return this.invoke("FillApartments", {}, this.FillApartments.getArguments().slice(0));
	},
	FetchApartments: function(als) {
		return this.invoke("FetchApartments", {"als":als}, this.FetchApartments.getArguments().slice(1));
	},
	getListState: function() {
		return this.invoke("getListState", {}, this.getListState.getArguments().slice(0));
	},
	Save4Details: function(url, df, dt, nop) {
		return this.invoke("Save4Details", {"url":url, "df":df, "dt":dt, "nop":nop}, this.Save4Details.getArguments().slice(4));
	},
	SendError: function(msg, type, status) {
		return this.invoke("SendError", {"msg":msg, "type":type, "status":status}, this.SendError.getArguments().slice(3));
	},
	url: '/ajaxpro/apartmentsapart.Modules.OfferLMApartmentList3,apartmentsapart.ashx'
}));
apartmentsapart.Modules.OfferLMApartmentList3 = new apartmentsapart.Modules.OfferLMApartmentList3_class();

