if(typeof Mythos == "undefined") Mythos={};
if(typeof Mythos.QianXun == "undefined") Mythos.QianXun={};
if(typeof Mythos.QianXun.BusinessRules == "undefined") Mythos.QianXun.BusinessRules={};
if(typeof Mythos.QianXun.BusinessRules.Blog == "undefined") Mythos.QianXun.BusinessRules.Blog={};
Mythos.QianXun.BusinessRules.Blog.IndexBusiness_class = function() {};
Object.extend(Mythos.QianXun.BusinessRules.Blog.IndexBusiness_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsCode: function(strInputCode) {
		return this.invoke("IsCode", {"strInputCode":strInputCode}, this.IsCode.getArguments().slice(1));
	},
	UserTagsList: function(topCount) {
		return this.invoke("UserTagsList", {"topCount":topCount}, this.UserTagsList.getArguments().slice(1));
	},
	SystemTagsList: function(top, notIn) {
		return this.invoke("SystemTagsList", {"top":top, "notIn":notIn}, this.SystemTagsList.getArguments().slice(2));
	},
	GetCurrentUserClass: function(strUserID) {
		return this.invoke("GetCurrentUserClass", {"strUserID":strUserID}, this.GetCurrentUserClass.getArguments().slice(1));
	},
	GetBlogToFriendByPageCount: function(pageIndex, pageSize, tagID, LinkTagID, LinkTagType, UserName) {
		return this.invoke("GetBlogToFriendByPageCount", {"pageIndex":pageIndex, "pageSize":pageSize, "tagID":tagID, "LinkTagID":LinkTagID, "LinkTagType":LinkTagType, "UserName":UserName}, this.GetBlogToFriendByPageCount.getArguments().slice(6));
	},
	GetBlogFriendByPaged: function(pageIndex, pageSize, tagID, LinkTagID, LinkTagType, UserName) {
		return this.invoke("GetBlogFriendByPaged", {"pageIndex":pageIndex, "pageSize":pageSize, "tagID":tagID, "LinkTagID":LinkTagID, "LinkTagType":LinkTagType, "UserName":UserName}, this.GetBlogFriendByPaged.getArguments().slice(6));
	},
	AddBlogFriendTag: function(TagID, BlogIDs) {
		return this.invoke("AddBlogFriendTag", {"TagID":TagID, "BlogIDs":BlogIDs}, this.AddBlogFriendTag.getArguments().slice(2));
	},
	GetBlogFriendTags: function(BlogIDs) {
		return this.invoke("GetBlogFriendTags", {"BlogIDs":BlogIDs}, this.GetBlogFriendTags.getArguments().slice(1));
	},
	DelBlogFriendTages: function(BlogIds, TagID) {
		return this.invoke("DelBlogFriendTages", {"BlogIds":BlogIds, "TagID":TagID}, this.DelBlogFriendTages.getArguments().slice(2));
	},
	GetOtherFriendTags: function() {
		return this.invoke("GetOtherFriendTags", {}, this.GetOtherFriendTags.getArguments().slice(0));
	},
	url: '/ajaxpro/Mythos.QianXun.BusinessRules.Blog.IndexBusiness,Mythos.QianXun.BusinessRules.ashx'
}));
Mythos.QianXun.BusinessRules.Blog.IndexBusiness = new Mythos.QianXun.BusinessRules.Blog.IndexBusiness_class();

