if(typeof MallDemo == "undefined") MallDemo={};
if(typeof MallDemo.SRH == "undefined") MallDemo.SRH={};
if(typeof MallDemo.SRH.Components == "undefined") MallDemo.SRH.Components={};
if(typeof MallDemo.SRH.Components.Classification == "undefined") MallDemo.SRH.Components.Classification={};
MallDemo.SRH.Components.Classification_class = function() {};
Object.extend(MallDemo.SRH.Components.Classification_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsSonLevel: function(cfID) {
		return this.invoke("IsSonLevel", {"cfID":cfID}, this.IsSonLevel.getArguments().slice(1));
	},
	GetClassRows: function(sCatID, isSonLevel) {
		return this.invoke("GetClassRows", {"sCatID":sCatID, "isSonLevel":isSonLevel}, this.GetClassRows.getArguments().slice(2));
	},
	GetParameter: function(cfID) {
		return this.invoke("GetParameter", {"cfID":cfID}, this.GetParameter.getArguments().slice(1));
	},
	CheckStaticCf: function(CFID, sPath) {
		return this.invoke("CheckStaticCf", {"CFID":CFID, "sPath":sPath}, this.CheckStaticCf.getArguments().slice(2));
	},
	GetClassNamesFromCfid: function(cfid) {
		return this.invoke("GetClassNamesFromCfid", {"cfid":cfid}, this.GetClassNamesFromCfid.getArguments().slice(1));
	},
	GetClassIDSByPath: function(sOldPath) {
		return this.invoke("GetClassIDSByPath", {"sOldPath":sOldPath}, this.GetClassIDSByPath.getArguments().slice(1));
	},
	GetMerchantUrl: function(merchantID) {
		return this.invoke("GetMerchantUrl", {"merchantID":merchantID}, this.GetMerchantUrl.getArguments().slice(1));
	},
	AddProductToCart: function(productID, merchantID) {
		return this.invoke("AddProductToCart", {"productID":productID, "merchantID":merchantID}, this.AddProductToCart.getArguments().slice(2));
	},
	GetShopCartInfo: function() {
		return this.invoke("GetShopCartInfo", {}, this.GetShopCartInfo.getArguments().slice(0));
	},
	GetCommentStar: function(newsid) {
		return this.invoke("GetCommentStar", {"newsid":newsid}, this.GetCommentStar.getArguments().slice(1));
	},
	AddProductToFavorite: function(productId) {
		return this.invoke("AddProductToFavorite", {"productId":productId}, this.AddProductToFavorite.getArguments().slice(1));
	},
	GetCfListOfCfId: function(cfid) {
		return this.invoke("GetCfListOfCfId", {"cfid":cfid}, this.GetCfListOfCfId.getArguments().slice(1));
	},
	GetClassificationInfo: function(cfid, IsRedirect) {
		return this.invoke("GetClassificationInfo", {"cfid":cfid, "IsRedirect":IsRedirect}, this.GetClassificationInfo.getArguments().slice(2));
	},
	url: '/ajaxpro/MallDemo.SRH.Components.Classification,MallDemo.ashx'
}));
MallDemo.SRH.Components.Classification = new MallDemo.SRH.Components.Classification_class();

