Type.registerNamespace('AtlasServices'); AtlasServices.RssService = { path: "/AtlasServices/RssService.asmx", ReadRssDetail:function(rssType,selectedIndex,path,rdf,partId,type,dguid,dpartByUserId,feedCount,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "ReadRssDetail",{rssType:rssType,selectedIndex:selectedIndex,path:path,rdf:rdf,partId:partId,type:type,dguid:dguid,dpartByUserId:dpartByUserId,feedCount:feedCount}, onMethodComplete, onMethodTimeout, onMethodError); }, SetRead:function(partByUserId,guid,feedCount,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SetRead",{partByUserId:partByUserId,guid:guid,feedCount:feedCount}, onMethodComplete, onMethodTimeout, onMethodError); }, ReadRss:function(rssType,path,gTitle,rdf,count,pathKey,partId,partByUserId,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "ReadRss",{rssType:rssType,path:path,gTitle:gTitle,rdf:rdf,count:count,pathKey:pathKey,partId:partId,partByUserId:partByUserId}, onMethodComplete, onMethodTimeout, onMethodError); }, GetMenuDetail:function(parentId,rowId,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetMenuDetail",{parentId:parentId,rowId:rowId}, onMethodComplete, onMethodTimeout, onMethodError); }, SavePartState:function(partId,partByUserId,title,count,State,mode,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SavePartState",{partId:partId,partByUserId:partByUserId,title:title,count:count,State:State,mode:mode}, onMethodComplete, onMethodTimeout, onMethodError); }, AddToMyPage:function(partId,img,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "AddToMyPage",{partId:partId,img:img}, onMethodComplete, onMethodTimeout, onMethodError); }, GetPartString:function(partId,pageId,pType,participant,type,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetPartString",{partId:partId,pageId:pageId,pType:pType,participant:participant,type:type}, onMethodComplete, onMethodTimeout, onMethodError); }, ShowAddPage:function(onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "ShowAddPage",{}, onMethodComplete, onMethodTimeout, onMethodError); }, ShowWebNote:function(partId,title,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "ShowWebNote",{partId:partId,title:title}, onMethodComplete, onMethodTimeout, onMethodError); }, ShowWeatherAdd:function(partId,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "ShowWeatherAdd",{partId:partId}, onMethodComplete, onMethodTimeout, onMethodError); }, GetWeather:function(partId,cityId,city,unit,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetWeather",{partId:partId,cityId:cityId,city:city,unit:unit}, onMethodComplete, onMethodTimeout, onMethodError); }, SaveWeather:function(partByUserId,cityId,city,unit,clientId,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SaveWeather",{partByUserId:partByUserId,cityId:cityId,city:city,unit:unit,clientId:clientId}, onMethodComplete, onMethodTimeout, onMethodError); }, AddWeather:function(partId,cityId,city,unit,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "AddWeather",{partId:partId,cityId:cityId,city:city,unit:unit}, onMethodComplete, onMethodTimeout, onMethodError); }, AddWebNote:function(partId,title,color,foreColor,note,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "AddWebNote",{partId:partId,title:title,color:color,foreColor:foreColor,note:note}, onMethodComplete, onMethodTimeout, onMethodError); }, SaveWebNote:function(partByUserId,title,color,foreColor,note,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SaveWebNote",{partByUserId:partByUserId,title:title,color:color,foreColor:foreColor,note:note}, onMethodComplete, onMethodTimeout, onMethodError); }, SearchFeed:function(query,loc,offset,mode,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SearchFeed",{query:query,loc:loc,offset:offset,mode:mode}, onMethodComplete, onMethodTimeout, onMethodError); }, AddFeedAndMyPage:function(path,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "AddFeedAndMyPage",{path:path}, onMethodComplete, onMethodTimeout, onMethodError); }, AddFeed:function(path,i,mode,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "AddFeed",{path:path,i:i,mode:mode}, onMethodComplete, onMethodTimeout, onMethodError); }, RemoveFeed:function(partId,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "RemoveFeed",{partId:partId}, onMethodComplete, onMethodTimeout, onMethodError); }, ShowThemeSelector:function(onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "ShowThemeSelector",{}, onMethodComplete, onMethodTimeout, onMethodError); }, SetTheme:function(theme,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SetTheme",{theme:theme}, onMethodComplete, onMethodTimeout, onMethodError); }, SetMenu:function(show,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "SetMenu",{show:show}, onMethodComplete, onMethodTimeout, onMethodError); }, GetCityList:function(prefixText,count,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetCityList",{prefixText:prefixText,count:count}, onMethodComplete, onMethodTimeout, onMethodError); }, ShowMessage:function(code,onMethodComplete, onMethodTimeout, onMethodError) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "ShowMessage",{code:code}, onMethodComplete, onMethodTimeout, onMethodError); } }