C# Class IsThereAnyNews.Services.Implementation.OpmlImporterService

Inheritance: IOpmlImporterService
Mostrar archivo Open project: jstadnicki/isthereanynews

Public Methods

Method Description
AddNewChannelsToGlobalSpace ( List channelList ) : void
FilterOutInvalidOutlines ( IEnumerable outlines ) : List
Import ( OpmlImporterIndexDto dto ) : void
OpmlImporterService ( IRssChannelsSubscriptionsRepository rssSubscriptionsRepository, IRssChannelsRepository rssChannelsRepository, IOpmlReader opmlHandler, IUserAuthentication authentication ) : System
ParseToRssChannelList ( OpmlImporterIndexDto dto ) : List

Method Details

AddNewChannelsToGlobalSpace() public method

public AddNewChannelsToGlobalSpace ( List channelList ) : void
channelList List
return void

FilterOutInvalidOutlines() public method

public FilterOutInvalidOutlines ( IEnumerable outlines ) : List
outlines IEnumerable
return List

Import() public method

public Import ( OpmlImporterIndexDto dto ) : void
dto IsThereAnyNews.Dtos.OpmlImporterIndexDto
return void

OpmlImporterService() public method

public OpmlImporterService ( IRssChannelsSubscriptionsRepository rssSubscriptionsRepository, IRssChannelsRepository rssChannelsRepository, IOpmlReader opmlHandler, IUserAuthentication authentication ) : System
rssSubscriptionsRepository IRssChannelsSubscriptionsRepository
rssChannelsRepository IRssChannelsRepository
opmlHandler IOpmlReader
authentication IUserAuthentication
return System

ParseToRssChannelList() public method

public ParseToRssChannelList ( OpmlImporterIndexDto dto ) : List
dto IsThereAnyNews.Dtos.OpmlImporterIndexDto
return List