Uses of Class
com.atlassian.gadgets.directory.internal.SubscribedGadgetFeed

Packages that use SubscribedGadgetFeed
com.atlassian.gadgets.directory.internal   
com.atlassian.gadgets.directory.internal.impl   
 

Uses of SubscribedGadgetFeed in com.atlassian.gadgets.directory.internal
 

Methods in com.atlassian.gadgets.directory.internal that return SubscribedGadgetFeed
 SubscribedGadgetFeed SubscribedGadgetFeedStore.get(String feedId)
          Returns the feed with the given ID, if it exists.
 

Methods in com.atlassian.gadgets.directory.internal that return types with arguments of type SubscribedGadgetFeed
 Iterable<SubscribedGadgetFeed> SubscribedGadgetFeedStore.getAll()
          Returns the feeds that have been subscribed to
 Iterable<SubscribedGadgetFeed> GadgetFeedsSpecProvider.getFeeds()
          Returns the feeds that have been subscribed to.
 

Methods in com.atlassian.gadgets.directory.internal with parameters of type SubscribedGadgetFeed
 void SubscribedGadgetFeedStore.add(SubscribedGadgetFeed feed)
          Add the gadget feed to those that are subscribed to.
 

Constructors in com.atlassian.gadgets.directory.internal with parameters of type SubscribedGadgetFeed
GadgetFeedsSpecProvider.FeedSpecProvider(SubscribedGadgetFeed feed, org.codehaus.httpcache4j.cache.HTTPCache http, com.sun.syndication.io.WireFeedInput feedBuilder)
           
 

Uses of SubscribedGadgetFeed in com.atlassian.gadgets.directory.internal.impl
 

Methods in com.atlassian.gadgets.directory.internal.impl that return SubscribedGadgetFeed
 SubscribedGadgetFeed SubscribedGadgetFeedStoreImpl.get(String feedId)
           
 

Methods in com.atlassian.gadgets.directory.internal.impl that return types with arguments of type SubscribedGadgetFeed
 Iterable<SubscribedGadgetFeed> SubscribedGadgetFeedStoreImpl.getAll()
           
 

Methods in com.atlassian.gadgets.directory.internal.impl with parameters of type SubscribedGadgetFeed
 void SubscribedGadgetFeedStoreImpl.add(SubscribedGadgetFeed feed)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.