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.Space == "undefined") Mythos.QianXun.BusinessRules.Space={};
Mythos.QianXun.BusinessRules.Space.UserSpaceBusiness_class = function() {};
Object.extend(Mythos.QianXun.BusinessRules.Space.UserSpaceBusiness_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetModuleListHTML: function(userID) {
		return this.invoke("GetModuleListHTML", {"userID":userID}, this.GetModuleListHTML.getArguments().slice(1));
	},
	GetLayoutListHTML: function() {
		return this.invoke("GetLayoutListHTML", {}, this.GetLayoutListHTML.getArguments().slice(0));
	},
	GetLayoutHTML: function(layoutID) {
		return this.invoke("GetLayoutHTML", {"layoutID":layoutID}, this.GetLayoutHTML.getArguments().slice(1));
	},
	GetStyleListHTML: function() {
		return this.invoke("GetStyleListHTML", {}, this.GetStyleListHTML.getArguments().slice(0));
	},
	GetTopHTMLBySkinID: function(userID, skinID) {
		return this.invoke("GetTopHTMLBySkinID", {"userID":userID, "skinID":skinID}, this.GetTopHTMLBySkinID.getArguments().slice(2));
	},
	GetFrameHTML: function(skinID) {
		return this.invoke("GetFrameHTML", {"skinID":skinID}, this.GetFrameHTML.getArguments().slice(1));
	},
	GetModuleHTML: function(userID, skinID, mid, cid) {
		return this.invoke("GetModuleHTML", {"userID":userID, "skinID":skinID, "mid":mid, "cid":cid}, this.GetModuleHTML.getArguments().slice(4));
	},
	SaveSpace: function(userID, configString, layoutID, styleID) {
		return this.invoke("SaveSpace", {"userID":userID, "configString":configString, "layoutID":layoutID, "styleID":styleID}, this.SaveSpace.getArguments().slice(4));
	},
	SaveUserDefindModule: function(userID, title, content) {
		return this.invoke("SaveUserDefindModule", {"userID":userID, "title":title, "content":content}, this.SaveUserDefindModule.getArguments().slice(3));
	},
	UpdateUserDefindModule: function(userID, title, content, ConfigID) {
		return this.invoke("UpdateUserDefindModule", {"userID":userID, "title":title, "content":content, "ConfigID":ConfigID}, this.UpdateUserDefindModule.getArguments().slice(4));
	},
	GetUserDefModule: function(configID) {
		return this.invoke("GetUserDefModule", {"configID":configID}, this.GetUserDefModule.getArguments().slice(1));
	},
	GetLeaveWordTopTenForSpace: function(m_OtherUserID) {
		return this.invoke("GetLeaveWordTopTenForSpace", {"m_OtherUserID":m_OtherUserID}, this.GetLeaveWordTopTenForSpace.getArguments().slice(1));
	},
	SavaLeaveWord: function(m_SpaceUserID, m_LeaveUserID, m_LeaveUserName, m_LeaveContent) {
		return this.invoke("SavaLeaveWord", {"m_SpaceUserID":m_SpaceUserID, "m_LeaveUserID":m_LeaveUserID, "m_LeaveUserName":m_LeaveUserName, "m_LeaveContent":m_LeaveContent}, this.SavaLeaveWord.getArguments().slice(4));
	},
	DelUserDefindModule: function(userID, mconfigID) {
		return this.invoke("DelUserDefindModule", {"userID":userID, "mconfigID":mconfigID}, this.DelUserDefindModule.getArguments().slice(2));
	},
	GetWeatherByUserID: function(m_UserID) {
		return this.invoke("GetWeatherByUserID", {"m_UserID":m_UserID}, this.GetWeatherByUserID.getArguments().slice(1));
	},
	GetNewComment: function(uid) {
		return this.invoke("GetNewComment", {"uid":uid}, this.GetNewComment.getArguments().slice(1));
	},
	GetUserBlogDates: function(userID) {
		return this.invoke("GetUserBlogDates", {"userID":userID}, this.GetUserBlogDates.getArguments().slice(1));
	},
	GetUserBlogTypes: function(userID) {
		return this.invoke("GetUserBlogTypes", {"userID":userID}, this.GetUserBlogTypes.getArguments().slice(1));
	},
	GetUserBlogCount: function(userID, classID, sType, year, month) {
		return this.invoke("GetUserBlogCount", {"userID":userID, "classID":classID, "sType":sType, "year":year, "month":month}, this.GetUserBlogCount.getArguments().slice(5));
	},
	GetUserBlogs: function(pageIndex, pageSize, userID, classID, sType, year, month) {
		return this.invoke("GetUserBlogs", {"pageIndex":pageIndex, "pageSize":pageSize, "userID":userID, "classID":classID, "sType":sType, "year":year, "month":month}, this.GetUserBlogs.getArguments().slice(7));
	},
	GetUserAttechBlogCount: function(userID) {
		return this.invoke("GetUserAttechBlogCount", {"userID":userID}, this.GetUserAttechBlogCount.getArguments().slice(1));
	},
	GetUserAttechBlogs: function(userID, pageIndex, pageSize) {
		return this.invoke("GetUserAttechBlogs", {"userID":userID, "pageIndex":pageIndex, "pageSize":pageSize}, this.GetUserAttechBlogs.getArguments().slice(3));
	},
	GetUserAlbumDates: function(userID) {
		return this.invoke("GetUserAlbumDates", {"userID":userID}, this.GetUserAlbumDates.getArguments().slice(1));
	},
	GetUserAlbumName: function(userID) {
		return this.invoke("GetUserAlbumName", {"userID":userID}, this.GetUserAlbumName.getArguments().slice(1));
	},
	GetPhotoByUserID: function(userID, type, count) {
		return this.invoke("GetPhotoByUserID", {"userID":userID, "type":type, "count":count}, this.GetPhotoByUserID.getArguments().slice(3));
	},
	SaveMySpaceName: function(strMySpaceName) {
		return this.invoke("SaveMySpaceName", {"strMySpaceName":strMySpaceName}, this.SaveMySpaceName.getArguments().slice(1));
	},
	SaveMySpaceIdiograph: function(m_IdiographCont) {
		return this.invoke("SaveMySpaceIdiograph", {"m_IdiographCont":m_IdiographCont}, this.SaveMySpaceIdiograph.getArguments().slice(1));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	GetMusicByUserID: function(m_UserID) {
		return this.invoke("GetMusicByUserID", {"m_UserID":m_UserID}, this.GetMusicByUserID.getArguments().slice(1));
	},
	GetNewMessageCount: function() {
		return this.invoke("GetNewMessageCount", {}, this.GetNewMessageCount.getArguments().slice(0));
	},
	GetSpaceUserTopicByPageCount: function(pageIndex, pageSize, userID, topicClass) {
		return this.invoke("GetSpaceUserTopicByPageCount", {"pageIndex":pageIndex, "pageSize":pageSize, "userID":userID, "topicClass":topicClass}, this.GetSpaceUserTopicByPageCount.getArguments().slice(4));
	},
	GetSpaceUserTopicByPaged: function(pageIndex, pageSize, userId, topicClass) {
		return this.invoke("GetSpaceUserTopicByPaged", {"pageIndex":pageIndex, "pageSize":pageSize, "userId":userId, "topicClass":topicClass}, this.GetSpaceUserTopicByPaged.getArguments().slice(4));
	},
	GetTopicRemarkByPagedCount: function(pageIndex, pageSize, topicID) {
		return this.invoke("GetTopicRemarkByPagedCount", {"pageIndex":pageIndex, "pageSize":pageSize, "topicID":topicID}, this.GetTopicRemarkByPagedCount.getArguments().slice(3));
	},
	GetTopicTagByTopicID: function(topicID) {
		return this.invoke("GetTopicTagByTopicID", {"topicID":topicID}, this.GetTopicTagByTopicID.getArguments().slice(1));
	},
	GetTopicRemarkByPaged: function(pageIndex, pageSize, topicID) {
		return this.invoke("GetTopicRemarkByPaged", {"pageIndex":pageIndex, "pageSize":pageSize, "topicID":topicID}, this.GetTopicRemarkByPaged.getArguments().slice(3));
	},
	Topic_Remark_Vote: function(RemarkID, VoteValue) {
		return this.invoke("Topic_Remark_Vote", {"RemarkID":RemarkID, "VoteValue":VoteValue}, this.Topic_Remark_Vote.getArguments().slice(2));
	},
	Topic_Remark_JB: function(RemarkID, TopicID, remarkLeave, VoteValue) {
		return this.invoke("Topic_Remark_JB", {"RemarkID":RemarkID, "TopicID":TopicID, "remarkLeave":remarkLeave, "VoteValue":VoteValue}, this.Topic_Remark_JB.getArguments().slice(4));
	},
	GetTopicByTopicID: function(topicID) {
		return this.invoke("GetTopicByTopicID", {"topicID":topicID}, this.GetTopicByTopicID.getArguments().slice(1));
	},
	DeleteRemark: function(tid, rid) {
		return this.invoke("DeleteRemark", {"tid":tid, "rid":rid}, this.DeleteRemark.getArguments().slice(2));
	},
	SaveTopicRemark: function(topicID, nickName, content) {
		return this.invoke("SaveTopicRemark", {"topicID":topicID, "nickName":nickName, "content":content}, this.SaveTopicRemark.getArguments().slice(3));
	},
	SaveRestoreToTopic: function(topicID, nickName, content, Tcls) {
		return this.invoke("SaveRestoreToTopic", {"topicID":topicID, "nickName":nickName, "content":content, "Tcls":Tcls}, this.SaveRestoreToTopic.getArguments().slice(4));
	},
	GetSutraOrderCountByTopicID: function(TopicID) {
		return this.invoke("GetSutraOrderCountByTopicID", {"TopicID":TopicID}, this.GetSutraOrderCountByTopicID.getArguments().slice(1));
	},
	GetSutraOrderIDByTopicID: function(TopicID) {
		return this.invoke("GetSutraOrderIDByTopicID", {"TopicID":TopicID}, this.GetSutraOrderIDByTopicID.getArguments().slice(1));
	},
	GetRssListByPaged: function(pageIndex, pageSize, groupID) {
		return this.invoke("GetRssListByPaged", {"pageIndex":pageIndex, "pageSize":pageSize, "groupID":groupID}, this.GetRssListByPaged.getArguments().slice(3));
	},
	GetRssListByPageCount: function(pageIndex, pageSize, groupID) {
		return this.invoke("GetRssListByPageCount", {"pageIndex":pageIndex, "pageSize":pageSize, "groupID":groupID}, this.GetRssListByPageCount.getArguments().slice(3));
	},
	GetAllRssNew: function(userID) {
		return this.invoke("GetAllRssNew", {"userID":userID}, this.GetAllRssNew.getArguments().slice(1));
	},
	DelRss: function(ids) {
		return this.invoke("DelRss", {"ids":ids}, this.DelRss.getArguments().slice(1));
	},
	DelTopicByTid: function(TopicID) {
		return this.invoke("DelTopicByTid", {"TopicID":TopicID}, this.DelTopicByTid.getArguments().slice(1));
	},
	GetVisitedCountByUserID: function(userID, orderType) {
		return this.invoke("GetVisitedCountByUserID", {"userID":userID, "orderType":orderType}, this.GetVisitedCountByUserID.getArguments().slice(2));
	},
	GetVisitedListByUserID: function(userID, pageIndex, pageSize, orderType) {
		return this.invoke("GetVisitedListByUserID", {"userID":userID, "pageIndex":pageIndex, "pageSize":pageSize, "orderType":orderType}, this.GetVisitedListByUserID.getArguments().slice(4));
	},
	GetBlogReadData: function(userID) {
		return this.invoke("GetBlogReadData", {"userID":userID}, this.GetBlogReadData.getArguments().slice(1));
	},
	GetRssClass: function(userID) {
		return this.invoke("GetRssClass", {"userID":userID}, this.GetRssClass.getArguments().slice(1));
	},
	ReadRssTagByRssID: function(RssID) {
		return this.invoke("ReadRssTagByRssID", {"RssID":RssID}, this.ReadRssTagByRssID.getArguments().slice(1));
	},
	DelRssTagByRssID: function(tagID, RssID) {
		return this.invoke("DelRssTagByRssID", {"tagID":tagID, "RssID":RssID}, this.DelRssTagByRssID.getArguments().slice(2));
	},
	AddRssTag: function(tagID, RssID) {
		return this.invoke("AddRssTag", {"tagID":tagID, "RssID":RssID}, this.AddRssTag.getArguments().slice(2));
	},
	NewRssTag: function(tagName) {
		return this.invoke("NewRssTag", {"tagName":tagName}, this.NewRssTag.getArguments().slice(1));
	},
	SaveEditRssByRssID: function(RssID, srtUrl, strName) {
		return this.invoke("SaveEditRssByRssID", {"RssID":RssID, "srtUrl":srtUrl, "strName":strName}, this.SaveEditRssByRssID.getArguments().slice(3));
	},
	NewRssTagReID: function(tagName) {
		return this.invoke("NewRssTagReID", {"tagName":tagName}, this.NewRssTagReID.getArguments().slice(1));
	},
	LinkmanExist: function(LinkUID) {
		return this.invoke("LinkmanExist", {"LinkUID":LinkUID}, this.LinkmanExist.getArguments().slice(1));
	},
	GetUserGroupByUserID: function() {
		return this.invoke("GetUserGroupByUserID", {}, this.GetUserGroupByUserID.getArguments().slice(0));
	},
	AddSpaceInGroupRss: function(RssIds, GroupIds) {
		return this.invoke("AddSpaceInGroupRss", {"RssIds":RssIds, "GroupIds":GroupIds}, this.AddSpaceInGroupRss.getArguments().slice(2));
	},
	GetNeighbor_left: function(userID) {
		return this.invoke("GetNeighbor_left", {"userID":userID}, this.GetNeighbor_left.getArguments().slice(1));
	},
	GetNeighbor_right: function(userID) {
		return this.invoke("GetNeighbor_right", {"userID":userID}, this.GetNeighbor_right.getArguments().slice(1));
	},
	url: '/ajaxpro/Mythos.QianXun.BusinessRules.Space.UserSpaceBusiness,Mythos.QianXun.BusinessRules.ashx'
}));
Mythos.QianXun.BusinessRules.Space.UserSpaceBusiness = new Mythos.QianXun.BusinessRules.Space.UserSpaceBusiness_class();

