Uses of Class
info.magnolia.module.rssaggregator.importhandler.AggregateFeed

Packages that use AggregateFeed
info.magnolia.module.rssaggregator.importhandler   
 

Uses of AggregateFeed in info.magnolia.module.rssaggregator.importhandler
 

Methods in info.magnolia.module.rssaggregator.importhandler that return AggregateFeed
 AggregateFeed AggregateFeedContentMapper.map(javax.jcr.Node aggregateNode)
          Map a content node that defines a type T to an object of that type.
 

Methods in info.magnolia.module.rssaggregator.importhandler that return types with arguments of type AggregateFeed
 Set<AggregateFeed> SimpleRSSFeedFetcher.fetchAggregateFeeds(Set<AggregateFeed> aggregateFeeds)
           
 Set<AggregateFeed> RSSFeedFetcher.fetchAggregateFeeds(Set<AggregateFeed> aggregateFeeds)
          Fetch feeds for channels of provided aggregates.
 Set<AggregateFeed> FastRSSFeedFetcher.fetchAggregateFeeds(Set<AggregateFeed> aggregateFeeds)
           
 Set<AggregateFeed> RSSFeedImportHandler.loadAggregates(javax.jcr.Node parentNode)
          Load the aggregate feed definitions and their feed channels from the Content Repository.
 

Method parameters in info.magnolia.module.rssaggregator.importhandler with type arguments of type AggregateFeed
 Set<AggregateFeed> SimpleRSSFeedFetcher.fetchAggregateFeeds(Set<AggregateFeed> aggregateFeeds)
           
 Set<AggregateFeed> RSSFeedFetcher.fetchAggregateFeeds(Set<AggregateFeed> aggregateFeeds)
          Fetch feeds for channels of provided aggregates.
 Set<AggregateFeed> FastRSSFeedFetcher.fetchAggregateFeeds(Set<AggregateFeed> aggregateFeeds)
           
protected  Set<String> RSSFeedImportHandler.saveAggregates(Set<AggregateFeed> aggregateFeeds, javax.jcr.Node parentNode)
          Save the feed entry content contained in the feed channels of the given aggregateFeeds as children of the given parentNode.
 



Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.