Type.registerNamespace('Clozone.Web.WebService'); Clozone.Web.WebService.Main = { path: "/WebService/Main.asmx", GetLatestArticle:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetLatestArticle",{}, onMethodComplete, onMethodTimeout); }, GetLatestPhoto:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetLatestPhoto",{}, onMethodComplete, onMethodTimeout); }, GetLatestMusic:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetLatestMusic",{}, onMethodComplete, onMethodTimeout); }, GetHotPerson:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetHotPerson",{}, onMethodComplete, onMethodTimeout); }, GetHotGroup:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetHotGroup",{}, onMethodComplete, onMethodTimeout); }, GetHotTag:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetHotTag",{}, onMethodComplete, onMethodTimeout); }, GetMyRank:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetMyRank",{}, onMethodComplete, onMethodTimeout); }, GetMyPortal:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetMyPortal",{}, onMethodComplete, onMethodTimeout); }, GetMyGroups:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetMyGroups",{}, onMethodComplete, onMethodTimeout); }, GetMyFriends:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetMyFriends",{}, onMethodComplete, onMethodTimeout); }, GetCityByProvince:function(provinceID,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetCityByProvince",{provinceID:provinceID}, onMethodComplete, onMethodTimeout); }, GetProvinces:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetProvinces",{}, onMethodComplete, onMethodTimeout); }, GetWeatherByCity:function(cityID,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetWeatherByCity",{cityID:cityID}, onMethodComplete, onMethodTimeout); }, GetLatestPhotoPaged:function(pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetLatestPhotoPaged",{pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, GetLatestMusicPaged:function(pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetLatestMusicPaged",{pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, LoadLatestBlog_Paged:function(pageIndex,pageSize,postData,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "LoadLatestBlog_Paged",{pageIndex:pageIndex,pageSize:pageSize,postData:postData}, onMethodComplete, onMethodTimeout); }, LoadLatestBookmark_Paged:function(pageIndex,pageSize,postData,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "LoadLatestBookmark_Paged",{pageIndex:pageIndex,pageSize:pageSize,postData:postData}, onMethodComplete, onMethodTimeout); }, LoadLatestTopics_Paged:function(pageIndex,pageSize,postData,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "LoadLatestTopics_Paged",{pageIndex:pageIndex,pageSize:pageSize,postData:postData}, onMethodComplete, onMethodTimeout); }, LoadTagContents_Paged:function(tagName,contentType,pageIndex,pageSize,postData,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "LoadTagContents_Paged",{tagName:tagName,contentType:contentType,pageIndex:pageIndex,pageSize:pageSize,postData:postData}, onMethodComplete, onMethodTimeout); }, LoadHotVoteBox:function(count,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "LoadHotVoteBox",{count:count}, onMethodComplete, onMethodTimeout); }, LoadHotGroup_HotMain:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "LoadHotGroup_HotMain",{}, onMethodComplete, onMethodTimeout); }, GetTopContentUsersPaged:function(pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetTopContentUsersPaged",{pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, GetTopBlogUsersPaged:function(pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetTopBlogUsersPaged",{pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, GetTopPhotoUsersPaged:function(pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetTopPhotoUsersPaged",{pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, GetTopBookmarkUsersPaged:function(pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetTopBookmarkUsersPaged",{pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, GetTopMusicUsersPaged:function(pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetTopMusicUsersPaged",{pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, GetTopCommentUsersPaged:function(pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetTopCommentUsersPaged",{pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, GetTopVisitedGroupsPaged:function(pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetTopVisitedGroupsPaged",{pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, GetTopGroupsByCategoryPaged:function(groupCategory,pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetTopGroupsByCategoryPaged",{groupCategory:groupCategory,pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, SearchContentPaged:function(keyword,contentType,pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SearchContentPaged",{keyword:keyword,contentType:contentType,pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, SearchGroupsPaged:function(keyword,pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SearchGroupsPaged",{keyword:keyword,pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, SearchUsersPaged:function(keyword,pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SearchUsersPaged",{keyword:keyword,pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, SearchUsersPagedAdvanced:function(username,nickname,gender,age,provinceLocus,cityLocus,otherCityLocus,provinceHometown,cityHometown,otherCityHometown,school,vocation,occupation,hobby,constellation,pageIndex,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SearchUsersPagedAdvanced",{username:username,nickname:nickname,gender:gender,age:age,provinceLocus:provinceLocus,cityLocus:cityLocus,otherCityLocus:otherCityLocus,provinceHometown:provinceHometown,cityHometown:cityHometown,otherCityHometown:otherCityHometown,school:school,vocation:vocation,occupation:occupation,hobby:hobby,constellation:constellation,pageIndex:pageIndex,pageSize:pageSize}, onMethodComplete, onMethodTimeout); } }