addNamespace("WKProductLocator");
WKProductLocator.EnhancedProductLocatorAttributesPanel_class = Class.create();
WKProductLocator.EnhancedProductLocatorAttributesPanel_class.prototype = (new AjaxPro.Request()).extend({
	FilterAttributes: function(selectedId, SelectedType, typeToBeUpdated, ElementId, callback) {
		return this.invoke("FilterAttributes", {"selectedId":selectedId, "SelectedType":SelectedType, "typeToBeUpdated":typeToBeUpdated, "ElementId":ElementId}, callback);
	},
	FilterAttributesBySelection: function(SelectedIdsAndTypes, SelectedType, typeToBeUpdated, ElementId, callback) {
		return this.invoke("FilterAttributesBySelection", {"SelectedIdsAndTypes":SelectedIdsAndTypes, "SelectedType":SelectedType, "typeToBeUpdated":typeToBeUpdated, "ElementId":ElementId}, callback);
	},
	initialize: function() {
		this.url = "/WK/ajaxpro/WKProductLocator.EnhancedProductLocatorAttributesPanel,WKProductLocator.ashx";
	}
})
WKProductLocator.EnhancedProductLocatorAttributesPanel = new WKProductLocator.EnhancedProductLocatorAttributesPanel_class();

