Type.registerNamespace('Clozone.Web.WebService'); Clozone.Web.WebService.Rss = { path: "/WebService/Rss.asmx", GetRssItemMain:function(displayMode,digMode,pageIndex,pageSize,pageCount,postData,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetRssItemMain",{displayMode:displayMode,digMode:digMode,pageIndex:pageIndex,pageSize:pageSize,pageCount:pageCount,postData:postData}, onMethodComplete, onMethodTimeout); }, GetRssItemByPortal:function(prefix,displaymode,pageIndex,pageSize,pageCount,postData,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetRssItemByPortal",{prefix:prefix,displaymode:displaymode,pageIndex:pageIndex,pageSize:pageSize,pageCount:pageCount,postData:postData}, onMethodComplete, onMethodTimeout); }, GetRssItemByRssBox:function(prefix,rssBoxID,displaymode,pageIndex,pageSize,pageCount,postData,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetRssItemByRssBox",{prefix:prefix,rssBoxID:rssBoxID,displaymode:displaymode,pageIndex:pageIndex,pageSize:pageSize,pageCount:pageCount,postData:postData}, onMethodComplete, onMethodTimeout); }, GetRssItemByChannel:function(prefix,channelID,displaymode,pageIndex,pageSize,pageCount,postData,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetRssItemByChannel",{prefix:prefix,channelID:channelID,displaymode:displaymode,pageIndex:pageIndex,pageSize:pageSize,pageCount:pageCount,postData:postData}, onMethodComplete, onMethodTimeout); }, GetPageByRssItemRssChannel:function(rssItemID,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetPageByRssItemRssChannel",{rssItemID:rssItemID,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, GetPageByRssItemRssBox:function(rssItemID,rssBoxID,pageSize,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetPageByRssItemRssBox",{rssItemID:rssItemID,rssBoxID:rssBoxID,pageSize:pageSize}, onMethodComplete, onMethodTimeout); }, GetAllChannelsAndMyChannels:function(prefix,rssBoxID,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetAllChannelsAndMyChannels",{prefix:prefix,rssBoxID:rssBoxID}, onMethodComplete, onMethodTimeout); }, GetChannelsByPortal:function(prefix,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetChannelsByPortal",{prefix:prefix}, onMethodComplete, onMethodTimeout); }, GetChannelsByRssBox:function(prefix,rssBoxID,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetChannelsByRssBox",{prefix:prefix,rssBoxID:rssBoxID}, onMethodComplete, onMethodTimeout); }, GetChannelsByCategory:function(prefix,categoryID,index,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetChannelsByCategory",{prefix:prefix,categoryID:categoryID,index:index}, onMethodComplete, onMethodTimeout); }, GetChannelsPagedByCategory:function(categoryID,pageIndex,pageSize,pageCount,postData,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetChannelsPagedByCategory",{categoryID:categoryID,pageIndex:pageIndex,pageSize:pageSize,pageCount:pageCount,postData:postData}, onMethodComplete, onMethodTimeout); }, GetChannelByChannelID:function(channelID,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetChannelByChannelID",{channelID:channelID}, onMethodComplete, onMethodTimeout); }, GetRssBoxByCurrentUser:function(onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetRssBoxByCurrentUser",{}, onMethodComplete, onMethodTimeout); }, GetRssBoxPageSize:function(rssBoxID,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetRssBoxPageSize",{rssBoxID:rssBoxID}, onMethodComplete, onMethodTimeout); }, AddChannelToRssBox:function(prefix,channelID,rssBoxID,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "AddChannelToRssBox",{prefix:prefix,channelID:channelID,rssBoxID:rssBoxID}, onMethodComplete, onMethodTimeout); }, DeleteChannelFromRssBox:function(prefix,channelID,rssBoxID,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "DeleteChannelFromRssBox",{prefix:prefix,channelID:channelID,rssBoxID:rssBoxID}, onMethodComplete, onMethodTimeout); }, GetChannelsByKeyword:function(prefix,keyword,rssBoxID,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetChannelsByKeyword",{prefix:prefix,keyword:keyword,rssBoxID:rssBoxID}, onMethodComplete, onMethodTimeout); }, AddNewChannel:function(prefix,url,categoryID,rssBoxID,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "AddNewChannel",{prefix:prefix,url:url,categoryID:categoryID,rssBoxID:rssBoxID}, onMethodComplete, onMethodTimeout); }, DeleteChannels:function(prefix,channelIDs,rssBoxIDs,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "DeleteChannels",{prefix:prefix,channelIDs:channelIDs,rssBoxIDs:rssBoxIDs}, onMethodComplete, onMethodTimeout); }, MoveChannels:function(prefix,channelIDs,oldRssBoxIDs,newRssBoxIDs,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "MoveChannels",{prefix:prefix,channelIDs:channelIDs,oldRssBoxIDs:oldRssBoxIDs,newRssBoxIDs:newRssBoxIDs}, onMethodComplete, onMethodTimeout); }, DigRssItem:function(rssItemID,AddValue,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "DigRssItem",{rssItemID:rssItemID,AddValue:AddValue}, onMethodComplete, onMethodTimeout); }, AddRssBox:function(prefix,zoneIndex,partIndex,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "AddRssBox",{prefix:prefix,zoneIndex:zoneIndex,partIndex:partIndex}, onMethodComplete, onMethodTimeout); }, UpdateRssBoxSettings:function(prefix,rssBoxID,rssItemsPerPage,rssBoxName,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "UpdateRssBoxSettings",{prefix:prefix,rssBoxID:rssBoxID,rssItemsPerPage:rssItemsPerPage,rssBoxName:rssBoxName}, onMethodComplete, onMethodTimeout); } }