if(typeof GasBuddy_ASPX == "undefined") GasBuddy_ASPX={};
if(typeof GasBuddy_ASPX.FavPriceInput == "undefined") GasBuddy_ASPX.FavPriceInput={};
GasBuddy_ASPX.FavPriceInput_class = function() {};
Object.extend(GasBuddy_ASPX.FavPriceInput_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	editFavFuelTypesPref: function(sNewCode) {
		return this.invoke("editFavFuelTypesPref", {"sNewCode":sNewCode}, this.editFavFuelTypesPref.getArguments().slice(1));
	},
	editFavCommentsTypesPref: function(sNewPref) {
		return this.invoke("editFavCommentsTypesPref", {"sNewPref":sNewPref}, this.editFavCommentsTypesPref.getArguments().slice(1));
	},
	GetMatches: function(favid, station, loc) {
		return this.invoke("GetMatches", {"favid":favid, "station":station, "loc":loc}, this.GetMatches.getArguments().slice(3));
	},
	GetNearByStations: function(id) {
		return this.invoke("GetNearByStations", {"id":id}, this.GetNearByStations.getArguments().slice(1));
	},
	update: function(id, sm_id) {
		return this.invoke("update", {"id":id, "sm_id":sm_id}, this.update.getArguments().slice(2));
	},
	SaveComments: function(id, comments) {
		return this.invoke("SaveComments", {"id":id, "comments":comments}, this.SaveComments.getArguments().slice(2));
	},
	ChangeStatus: function(id, sm_id) {
		return this.invoke("ChangeStatus", {"id":id, "sm_id":sm_id}, this.ChangeStatus.getArguments().slice(2));
	},
	Replace: function(idi) {
		return this.invoke("Replace", {"idi":idi}, this.Replace.getArguments().slice(1));
	},
	UpdateTimeSpotted: function() {
		return this.invoke("UpdateTimeSpotted", {}, this.UpdateTimeSpotted.getArguments().slice(0));
	},
	url: '/ajaxpro/GasBuddy_ASPX.FavPriceInput,GasBuddy_ASPX.ashx'
}));
GasBuddy_ASPX.FavPriceInput = new GasBuddy_ASPX.FavPriceInput_class();

