if(typeof NetCMS == "undefined") NetCMS={};
if(typeof NetCMS.Web == "undefined") NetCMS.Web={};
if(typeof NetCMS.Web.Fund == "undefined") NetCMS.Web.Fund={};
NetCMS.Web.Fund.HongKongFund_class = function() {};
Object.extend(NetCMS.Web.Fund.HongKongFund_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAllHongKongFundDisplayAjax: function(aInvestType, aCName) {
		return this.invoke("GetAllHongKongFundDisplayAjax", {"aInvestType":aInvestType, "aCName":aCName}, this.GetAllHongKongFundDisplayAjax.getArguments().slice(2));
	},
	GetNoteHongKongFundDisplayAjax: function(aInvestType, aCName) {
		return this.invoke("GetNoteHongKongFundDisplayAjax", {"aInvestType":aInvestType, "aCName":aCName}, this.GetNoteHongKongFundDisplayAjax.getArguments().slice(2));
	},
	GetHongKongFundByJcodeDisplayAjax: function(aJcode) {
		return this.invoke("GetHongKongFundByJcodeDisplayAjax", {"aJcode":aJcode}, this.GetHongKongFundByJcodeDisplayAjax.getArguments().slice(1));
	},
	GetHongKongFundByCnameDisplayAjax: function(aCName, aInvestType, aNoteSta) {
		return this.invoke("GetHongKongFundByCnameDisplayAjax", {"aCName":aCName, "aInvestType":aInvestType, "aNoteSta":aNoteSta}, this.GetHongKongFundByCnameDisplayAjax.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.HongKongFund,NetCMS.Web.ashx'
}));
NetCMS.Web.Fund.HongKongFund = new NetCMS.Web.Fund.HongKongFund_class();

