if(typeof OpenBio == "undefined") OpenBio={};
if(typeof OpenBio.Web == "undefined") OpenBio.Web={};
if(typeof OpenBio.Web.App == "undefined") OpenBio.Web.App={};
if(typeof OpenBio.Web.App.NewQuery == "undefined") OpenBio.Web.App.NewQuery={};
if(typeof OpenBio.Web.App.NewQuery.Controls == "undefined") OpenBio.Web.App.NewQuery.Controls={};
if(typeof OpenBio.Web.App.NewQuery.Controls.ResultSummaryControl == "undefined") OpenBio.Web.App.NewQuery.Controls.ResultSummaryControl={};
OpenBio.Web.App.NewQuery.Controls.ResultSummaryControl_class = function() {};
Object.extend(OpenBio.Web.App.NewQuery.Controls.ResultSummaryControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RefreshPanel: function() {
		return this.invoke("RefreshPanel", {}, this.RefreshPanel.getArguments().slice(0));
	},
	SelectSearchTerm: function(searchTerm) {
		return this.invoke("SelectSearchTerm", {"searchTerm":searchTerm}, this.SelectSearchTerm.getArguments().slice(1));
	},
	SelectCollection: function(collection, guid) {
		return this.invoke("SelectCollection", {"collection":collection, "guid":guid}, this.SelectCollection.getArguments().slice(2));
	},
	LoadMatchedAntibodies: function(catalogNumber) {
		return this.invoke("LoadMatchedAntibodies", {"catalogNumber":catalogNumber}, this.LoadMatchedAntibodies.getArguments().slice(1));
	},
	LoadKits: function(catalogNumber) {
		return this.invoke("LoadKits", {"catalogNumber":catalogNumber}, this.LoadKits.getArguments().slice(1));
	},
	GetAntibodyDetail: function(catalogNumber) {
		return this.invoke("GetAntibodyDetail", {"catalogNumber":catalogNumber}, this.GetAntibodyDetail.getArguments().slice(1));
	},
	ChangeFilters: function(filters) {
		return this.invoke("ChangeFilters", {"filters":filters}, this.ChangeFilters.getArguments().slice(1));
	},
	GetFilterDisplay: function() {
		return this.invoke("GetFilterDisplay", {}, this.GetFilterDisplay.getArguments().slice(0));
	},
	SelectShortcut: function(searchTerm, collection, guid) {
		return this.invoke("SelectShortcut", {"searchTerm":searchTerm, "collection":collection, "guid":guid}, this.SelectShortcut.getArguments().slice(3));
	},
	SelectSortingTerm: function(term) {
		return this.invoke("SelectSortingTerm", {"term":term}, this.SelectSortingTerm.getArguments().slice(1));
	},
	url: '/ajaxpro/OpenBio.Web.App.NewQuery.Controls.ResultSummaryControl,OpenBio.Website_deploy.ashx'
}));
OpenBio.Web.App.NewQuery.Controls.ResultSummaryControl = new OpenBio.Web.App.NewQuery.Controls.ResultSummaryControl_class();

