if(typeof Vxun == "undefined") Vxun={};
if(typeof Vxun.BL == "undefined") Vxun.BL={};
if(typeof Vxun.BL.SYS == "undefined") Vxun.BL.SYS={};
if(typeof Vxun.BL.SYS.InfoClass_class == "undefined") Vxun.BL.SYS.InfoClass_class={};
Vxun.BL.SYS.InfoClass_class = function() {};
Object.extend(Vxun.BL.SYS.InfoClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCycloStyleInfos: function() {
		return this.invoke("GetCycloStyleInfos", {}, this.GetCycloStyleInfos.getArguments().slice(0));
	},
	GetDisplayInfos: function() {
		return this.invoke("GetDisplayInfos", {}, this.GetDisplayInfos.getArguments().slice(0));
	},
	SelectByID: function(id) {
		return this.invoke("SelectByID", {"id":id}, this.SelectByID.getArguments().slice(1));
	},
	SelectByFunctionID: function(id) {
		return this.invoke("SelectByFunctionID", {"id":id}, this.SelectByFunctionID.getArguments().slice(1));
	},
	SelectByParentID: function(parentID) {
		return this.invoke("SelectByParentID", {"parentID":parentID}, this.SelectByParentID.getArguments().slice(1));
	},
	Insert: function(info) {
		return this.invoke("Insert", {"info":info}, this.Insert.getArguments().slice(1));
	},
	Update: function(info) {
		return this.invoke("Update", {"info":info}, this.Update.getArguments().slice(1));
	},
	Delete: function(id) {
		return this.invoke("Delete", {"id":id}, this.Delete.getArguments().slice(1));
	},
	GetFunctionsByFlag: function(id) {
		return this.invoke("GetFunctionsByFlag", {"id":id}, this.GetFunctionsByFlag.getArguments().slice(1));
	},
	SelectFirst: function(funcID) {
		return this.invoke("SelectFirst", {"funcID":funcID}, this.SelectFirst.getArguments().slice(1));
	},
	SelectFirstForSingle: function(funcID) {
		return this.invoke("SelectFirstForSingle", {"funcID":funcID}, this.SelectFirstForSingle.getArguments().slice(1));
	},
	SelectSecond: function(parentID) {
		return this.invoke("SelectSecond", {"parentID":parentID}, this.SelectSecond.getArguments().slice(1));
	},
	GetNewsInfoByClassID: function(id) {
		return this.invoke("GetNewsInfoByClassID", {"id":id}, this.GetNewsInfoByClassID.getArguments().slice(1));
	},
	GetNaviTextStr: function(id) {
		return this.invoke("GetNaviTextStr", {"id":id}, this.GetNaviTextStr.getArguments().slice(1));
	},
	url: '/ajaxpro/Vxun.BL.SYS.InfoClass,Vxun.BL.ashx'
}));
Vxun.BL.SYS.InfoClass = new Vxun.BL.SYS.InfoClass_class();

