if(typeof Controls_Index_RestCommend == "undefined") Controls_Index_RestCommend={};
Controls_Index_RestCommend_class = function() {};
Object.extend(Controls_Index_RestCommend_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetRestCommendState: function(TabIndex, ZoneIndex, SubZoneId, subZoneIndex) {
		return this.invoke("SetRestCommendState", {"TabIndex":TabIndex, "ZoneIndex":ZoneIndex, "SubZoneId":SubZoneId, "subZoneIndex":subZoneIndex}, this.SetRestCommendState.getArguments().slice(4));
	},
	RestBulletinGetRestCommendStr: function(ParentZoneId) {
		return this.invoke("RestBulletinGetRestCommendStr", {"ParentZoneId":ParentZoneId}, this.RestBulletinGetRestCommendStr.getArguments().slice(1));
	},
	GetCommendZone: function(TabIndex, zoneID, regionID) {
		return this.invoke("GetCommendZone", {"TabIndex":TabIndex, "zoneID":zoneID, "regionID":regionID}, this.GetCommendZone.getArguments().slice(3));
	},
	GetSubZoneList: function(zoneID) {
		return this.invoke("GetSubZoneList", {"zoneID":zoneID}, this.GetSubZoneList.getArguments().slice(1));
	},
	GetList: function(ParentZoneId, subZoneID, sortStr, PageIndex, PageSize) {
		return this.invoke("GetList", {"ParentZoneId":ParentZoneId, "subZoneID":subZoneID, "sortStr":sortStr, "PageIndex":PageIndex, "PageSize":PageSize}, this.GetList.getArguments().slice(5));
	},
	url: '/ajaxpro/Controls_Index_RestCommend,App_Web_restcommend.ascx.9db0856a.ashx'
}));
Controls_Index_RestCommend = new Controls_Index_RestCommend_class();

