if(typeof FeiDuMagazine == "undefined") FeiDuMagazine={};
if(typeof FeiDuMagazine.BLL == "undefined") FeiDuMagazine.BLL={};
if(typeof FeiDuMagazine.BLL.AjaxGetData_class == "undefined") FeiDuMagazine.BLL.AjaxGetData_class={};
FeiDuMagazine.BLL.AjaxGetData_class = function() {};
Object.extend(FeiDuMagazine.BLL.AjaxGetData_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPayInfoHtml: function(orderSn, userId) {
		return this.invoke("GetPayInfoHtml", {"orderSn":orderSn, "userId":userId}, this.GetPayInfoHtml.getArguments().slice(2));
	},
	GetReadPayInfoHtml: function(orderSn, userId) {
		return this.invoke("GetReadPayInfoHtml", {"orderSn":orderSn, "userId":userId}, this.GetReadPayInfoHtml.getArguments().slice(2));
	},
	GetCanPayInfo: function(orderSn, userId) {
		return this.invoke("GetCanPayInfo", {"orderSn":orderSn, "userId":userId}, this.GetCanPayInfo.getArguments().slice(2));
	},
	GetPayUrl: function(orderSn, userId, selectType, bankCode, szfCash) {
		return this.invoke("GetPayUrl", {"orderSn":orderSn, "userId":userId, "selectType":selectType, "bankCode":bankCode, "szfCash":szfCash}, this.GetPayUrl.getArguments().slice(5));
	},
	GetPayIsSuccess: function(orderSn) {
		return this.invoke("GetPayIsSuccess", {"orderSn":orderSn}, this.GetPayIsSuccess.getArguments().slice(1));
	},
	GetOrderIsPay: function(orderSn) {
		return this.invoke("GetOrderIsPay", {"orderSn":orderSn}, this.GetOrderIsPay.getArguments().slice(1));
	},
	CollMagazine: function(collectionType, infoId) {
		return this.invoke("CollMagazine", {"collectionType":collectionType, "infoId":infoId}, this.CollMagazine.getArguments().slice(2));
	},
	AddMyHandBag: function(bookingType, storeId) {
		return this.invoke("AddMyHandBag", {"bookingType":bookingType, "storeId":storeId}, this.AddMyHandBag.getArguments().slice(2));
	},
	AddMyHandBagMoreYears: function(storeIds, strCode) {
		return this.invoke("AddMyHandBagMoreYears", {"storeIds":storeIds, "strCode":strCode}, this.AddMyHandBagMoreYears.getArguments().slice(2));
	},
	AddMyHandBag_TK: function(code, name, price) {
		return this.invoke("AddMyHandBag_TK", {"code":code, "name":name, "price":price}, this.AddMyHandBag_TK.getArguments().slice(3));
	},
	AddReadMyHandBag: function(bookingType, storeId) {
		return this.invoke("AddReadMyHandBag", {"bookingType":bookingType, "storeId":storeId}, this.AddReadMyHandBag.getArguments().slice(2));
	},
	AddReadMyHandBag_TK: function(code, name, price) {
		return this.invoke("AddReadMyHandBag_TK", {"code":code, "name":name, "price":price}, this.AddReadMyHandBag_TK.getArguments().slice(3));
	},
	IsAllowRead: function(storeId) {
		return this.invoke("IsAllowRead", {"storeId":storeId}, this.IsAllowRead.getArguments().slice(1));
	},
	GetBookStandMagazine: function(type) {
		return this.invoke("GetBookStandMagazine", {"type":type}, this.GetBookStandMagazine.getArguments().slice(1));
	},
	GetJinPinYearAndPeriodHtml: function(strPykm) {
		return this.invoke("GetJinPinYearAndPeriodHtml", {"strPykm":strPykm}, this.GetJinPinYearAndPeriodHtml.getArguments().slice(1));
	},
	CatalogListHtml: function(strCode, MagazineYear, MagazinePeriod, strSimilitudeLabel) {
		return this.invoke("CatalogListHtml", {"strCode":strCode, "MagazineYear":MagazineYear, "MagazinePeriod":MagazinePeriod, "strSimilitudeLabel":strSimilitudeLabel}, this.CatalogListHtml.getArguments().slice(4));
	},
	GetSimliListHtml: function(strArticleKey, SimliRealNum, strUrl, SimliNum) {
		return this.invoke("GetSimliListHtml", {"strArticleKey":strArticleKey, "SimliRealNum":SimliRealNum, "strUrl":strUrl, "SimliNum":SimliNum}, this.GetSimliListHtml.getArguments().slice(4));
	},
	GetFZReadingURL: function(type, viewId) {
		return this.invoke("GetFZReadingURL", {"type":type, "viewId":viewId}, this.GetFZReadingURL.getArguments().slice(2));
	},
	UpdateFriend: function(fromuserid, touserid, flag) {
		return this.invoke("UpdateFriend", {"fromuserid":fromuserid, "touserid":touserid, "flag":flag}, this.UpdateFriend.getArguments().slice(3));
	},
	AddWinOneMagaMoreYearsToHandBag: function(bookingType, storeIds, isShowGoToHandBag) {
		return this.invoke("AddWinOneMagaMoreYearsToHandBag", {"bookingType":bookingType, "storeIds":storeIds, "isShowGoToHandBag":isShowGoToHandBag}, this.AddWinOneMagaMoreYearsToHandBag.getArguments().slice(3));
	},
	url: '/ajaxpro/FeiDuMagazine.BLL.AjaxGetData,FeiDuMagazine.ashx'
}));
FeiDuMagazine.BLL.AjaxGetData = new FeiDuMagazine.BLL.AjaxGetData_class();


