Uses of Interface
com.rometools.rome.feed.synd.SyndEntry
-
Packages that use SyndEntry Package Description com.rometools.rome.feed.synd com.rometools.rome.feed.synd.impl -
-
Uses of SyndEntry in com.rometools.rome.feed.synd
Classes in com.rometools.rome.feed.synd that implement SyndEntry Modifier and Type Class Description classSyndEntryImplBean for entries of SyndFeedImpl feeds.Methods in com.rometools.rome.feed.synd that return types with arguments of type SyndEntry Modifier and Type Method Description List<SyndEntry>SyndFeed. getEntries()Returns the feed entries.List<SyndEntry>SyndFeedImpl. getEntries()Returns the feed entries.Class<SyndEntry>SyndEntryImpl. getInterface()Method parameters in com.rometools.rome.feed.synd with type arguments of type SyndEntry Modifier and Type Method Description voidSyndFeed. setEntries(List<SyndEntry> entries)Sets the feed entries.voidSyndFeedImpl. setEntries(List<SyndEntry> entries)Sets the feed entries. -
Uses of SyndEntry in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return SyndEntry Modifier and Type Method Description protected SyndEntryConverterForAtom03. createSyndEntry(Entry entry, boolean preserveWireItem)protected SyndEntryConverterForAtom10. createSyndEntry(Feed feed, Entry entry, boolean preserveWireItem)protected SyndEntryConverterForRSS090. createSyndEntry(Item item, boolean preserveWireItem)protected SyndEntryConverterForRSS091Userland. createSyndEntry(Item item, boolean preserveWireItem)protected SyndEntryConverterForRSS092. createSyndEntry(Item item, boolean preserveWireItem)protected SyndEntryConverterForRSS093. createSyndEntry(Item item, boolean preserveWireItem)protected SyndEntryConverterForRSS094. createSyndEntry(Item item, boolean preserveWireItem)protected SyndEntryConverterForRSS10. createSyndEntry(Item item, boolean preserveWireItem)Methods in com.rometools.rome.feed.synd.impl that return types with arguments of type SyndEntry Modifier and Type Method Description protected List<SyndEntry>ConverterForAtom03. createSyndEntries(List<Entry> atomEntries, boolean preserveWireItems)protected List<SyndEntry>ConverterForAtom10. createSyndEntries(Feed feed, List<Entry> atomEntries, boolean preserveWireItems)protected List<SyndEntry>ConverterForRSS090. createSyndEntries(List<Item> rssItems, boolean preserveWireItems)Methods in com.rometools.rome.feed.synd.impl with parameters of type SyndEntry Modifier and Type Method Description protected EntryConverterForAtom03. createAtomEntry(SyndEntry sEntry)protected EntryConverterForAtom10. createAtomEntry(SyndEntry sEntry)protected ItemConverterForRSS090. createRSSItem(SyndEntry sEntry)protected ItemConverterForRSS091Userland. createRSSItem(SyndEntry sEntry)protected ItemConverterForRSS092. createRSSItem(SyndEntry sEntry)protected ItemConverterForRSS093. createRSSItem(SyndEntry sEntry)protected ItemConverterForRSS094. createRSSItem(SyndEntry sEntry)protected ItemConverterForRSS10. createRSSItem(SyndEntry sEntry)Method parameters in com.rometools.rome.feed.synd.impl with type arguments of type SyndEntry Modifier and Type Method Description protected List<Entry>ConverterForAtom03. createAtomEntries(List<SyndEntry> syndEntries)protected List<Entry>ConverterForAtom10. createAtomEntries(List<SyndEntry> syndEntries)protected List<Item>ConverterForRSS090. createRSSItems(List<SyndEntry> sEntries)
-