if(typeof Vxun == "undefined") Vxun={};
if(typeof Vxun.BL == "undefined") Vxun.BL={};
if(typeof Vxun.BL.ITF == "undefined") Vxun.BL.ITF={};
if(typeof Vxun.BL.ITF.RecordsComment_class == "undefined") Vxun.BL.ITF.RecordsComment_class={};
Vxun.BL.ITF.RecordsComment_class = function() {};
Object.extend(Vxun.BL.ITF.RecordsComment_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateBrowseNumber: function(id) {
		return this.invoke("UpdateBrowseNumber", {"id":id}, this.UpdateBrowseNumber.getArguments().slice(1));
	},
	UpdateDownloadsNumber: function(id) {
		return this.invoke("UpdateDownloadsNumber", {"id":id}, this.UpdateDownloadsNumber.getArguments().slice(1));
	},
	UpdateCollectionsNumber: function(id) {
		return this.invoke("UpdateCollectionsNumber", {"id":id}, this.UpdateCollectionsNumber.getArguments().slice(1));
	},
	GetRecentUploads: function(typeID) {
		return this.invoke("GetRecentUploads", {"typeID":typeID}, this.GetRecentUploads.getArguments().slice(1));
	},
	GetWorksUploads: function(typeID) {
		return this.invoke("GetWorksUploads", {"typeID":typeID}, this.GetWorksUploads.getArguments().slice(1));
	},
	GetBrowseCount: function(typeID) {
		return this.invoke("GetBrowseCount", {"typeID":typeID}, this.GetBrowseCount.getArguments().slice(1));
	},
	GetDownloadsCount: function(typeID) {
		return this.invoke("GetDownloadsCount", {"typeID":typeID}, this.GetDownloadsCount.getArguments().slice(1));
	},
	GetCollectionsCount: function(typeID) {
		return this.invoke("GetCollectionsCount", {"typeID":typeID}, this.GetCollectionsCount.getArguments().slice(1));
	},
	UpdateTags: function(str) {
		return this.invoke("UpdateTags", {"str":str}, this.UpdateTags.getArguments().slice(1));
	},
	GetWorksUrl: function(id) {
		return this.invoke("GetWorksUrl", {"id":id}, this.GetWorksUrl.getArguments().slice(1));
	},
	AddToCollect: function(id) {
		return this.invoke("AddToCollect", {"id":id}, this.AddToCollect.getArguments().slice(1));
	},
	GetFirstID: function(cateID, colorID, deepID, sortID) {
		return this.invoke("GetFirstID", {"cateID":cateID, "colorID":colorID, "deepID":deepID, "sortID":sortID}, this.GetFirstID.getArguments().slice(4));
	},
	url: '/ajaxpro/Vxun.BL.ITF.RecordsComment,Vxun.BL.ashx'
}));
Vxun.BL.ITF.RecordsComment = new Vxun.BL.ITF.RecordsComment_class();


