addNamespace("StoreFront.StoreFront");
StoreFront.StoreFront.m_DesignJewelryWithFilter_class = Class.create();
Object.extend(StoreFront.StoreFront.m_DesignJewelryWithFilter_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getLastSort: function() {
		return this.invoke("getLastSort", {}, this.getLastSort.getArguments().slice(0));
	},
	setSort: function(sortNum) {
		return this.invoke("setSort", {"sortNum":sortNum}, this.setSort.getArguments().slice(1));
	},
	GetSettingTableStr: function(boWhiteGold, boYGold, boPlat, boSol, boSideStone, boThreeStone, boMatchingSet, pageNum, sortBy) {
		return this.invoke("GetSettingTableStr", {"boWhiteGold":boWhiteGold, "boYGold":boYGold, "boPlat":boPlat, "boSol":boSol, "boSideStone":boSideStone, "boThreeStone":boThreeStone, "boMatchingSet":boMatchingSet, "pageNum":pageNum, "sortBy":sortBy}, this.GetSettingTableStr.getArguments().slice(9));
	},
	initialize: function() {
		this.url = '/ajaxpro/StoreFront.StoreFront.m_DesignJewelryWithFilter,StoreFront.ashx';
	}
}));
StoreFront.StoreFront.m_DesignJewelryWithFilter = new StoreFront.StoreFront.m_DesignJewelryWithFilter_class();


