if(typeof NetCMS == "undefined") NetCMS={};
if(typeof NetCMS.Web == "undefined") NetCMS.Web={};
if(typeof NetCMS.Web.Fund == "undefined") NetCMS.Web.Fund={};
NetCMS.Web.Fund.CurrencyFund_class = function() {};
Object.extend(NetCMS.Web.Fund.CurrencyFund_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAllCurrencyFundDisplayAjax: function(aInvestType, aCName) {
		return this.invoke("GetAllCurrencyFundDisplayAjax", {"aInvestType":aInvestType, "aCName":aCName}, this.GetAllCurrencyFundDisplayAjax.getArguments().slice(2));
	},
	GetNoteCurrencyFundDisplayAjax: function(aInvestType, aCName) {
		return this.invoke("GetNoteCurrencyFundDisplayAjax", {"aInvestType":aInvestType, "aCName":aCName}, this.GetNoteCurrencyFundDisplayAjax.getArguments().slice(2));
	},
	GetCurrencyFundByJcodeDisplayAjax: function(aJcode) {
		return this.invoke("GetCurrencyFundByJcodeDisplayAjax", {"aJcode":aJcode}, this.GetCurrencyFundByJcodeDisplayAjax.getArguments().slice(1));
	},
	GetCurrencyFundByCnameDisplayAjax: function(aCName, aInvestType, aNoteSta) {
		return this.invoke("GetCurrencyFundByCnameDisplayAjax", {"aCName":aCName, "aInvestType":aInvestType, "aNoteSta":aNoteSta}, this.GetCurrencyFundByCnameDisplayAjax.getArguments().slice(3));
	},
	GetOrderByDisplayAjax: function(orderCloumnName, orderDirect) {
		return this.invoke("GetOrderByDisplayAjax", {"orderCloumnName":orderCloumnName, "orderDirect":orderDirect}, this.GetOrderByDisplayAjax.getArguments().slice(2));
	},
	InsertAllNoteFund: function(jCodes) {
		return this.invoke("InsertAllNoteFund", {"jCodes":jCodes}, this.InsertAllNoteFund.getArguments().slice(1));
	},
	url: '/ajaxpro/NetCMS.Web.Fund.CurrencyFund,NetCMS.Web.ashx'
}));
NetCMS.Web.Fund.CurrencyFund = new NetCMS.Web.Fund.CurrencyFund_class();

