@Component public class JiraSubscribedGadgetFeedStore extends Object implements com.atlassian.gadgets.directory.spi.SubscribedGadgetFeedStore
| Constructor and Description |
|---|
JiraSubscribedGadgetFeedStore(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.gadgets.directory.spi.SubscribedGadgetFeed |
addFeed(URI feedUri) |
boolean |
containsFeed(String feedId) |
Iterable<com.atlassian.gadgets.directory.spi.SubscribedGadgetFeed> |
getAllFeeds() |
com.atlassian.gadgets.directory.spi.SubscribedGadgetFeed |
getFeed(String feedId) |
void |
removeFeed(String feedId) |
@Autowired public JiraSubscribedGadgetFeedStore(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory factory)
public com.atlassian.gadgets.directory.spi.SubscribedGadgetFeed addFeed(URI feedUri)
addFeed in interface com.atlassian.gadgets.directory.spi.SubscribedGadgetFeedStorepublic boolean containsFeed(String feedId)
containsFeed in interface com.atlassian.gadgets.directory.spi.SubscribedGadgetFeedStorepublic com.atlassian.gadgets.directory.spi.SubscribedGadgetFeed getFeed(String feedId)
getFeed in interface com.atlassian.gadgets.directory.spi.SubscribedGadgetFeedStorepublic Iterable<com.atlassian.gadgets.directory.spi.SubscribedGadgetFeed> getAllFeeds()
getAllFeeds in interface com.atlassian.gadgets.directory.spi.SubscribedGadgetFeedStorepublic void removeFeed(String feedId)
removeFeed in interface com.atlassian.gadgets.directory.spi.SubscribedGadgetFeedStoreCopyright © 2002-2016 Atlassian. All Rights Reserved.