Apache Abdera API

Uses of Interface
org.apache.abdera.model.Entry

Packages that use Entry
org.apache.abdera   
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.protocol.client.util   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.adapters.ibatis   
org.apache.abdera.protocol.server.provider.basic   
 

Uses of Entry in org.apache.abdera
 

Methods in org.apache.abdera that return Entry
 Entry Abdera.newEntry()
          Create a new Entry instance.
 

Uses of Entry in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Entry
 Entry Factory.newEntry()
          Create a new Entry element.
 Entry Factory.newEntry(Base parent)
          Create a new Entry element as a child of the given Base.
 

Uses of Entry in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return Entry
 Entry Entry.addAuthor(Person person)
          Adds an individual author to the entry
 Entry Entry.addCategory(Category category)
          Adds an individual category to the entry
 Entry Entry.addContributor(Person person)
          Adds an individual contributor to this entry
 Entry Feed.addEntry()
          Adds a new Entry to the end of the Feeds collection of entries
 Entry Entry.addLink(Link link)
          Adds an individual link to the entry
 Entry Feed.getEntry(String id)
          Retrieves the first entry in the feed with the given atom:id value
 Entry Feed.insertEntry()
          Adds a new Entry to the start of the Feeds collection of entries
 Entry Entry.setContentElement(Content content)
          Sets the content for this entry
 Entry Entry.setControl(Control control)
          Sets this entries Atom Publishing Protocol control element
 Entry Entry.setDraft(boolean draft)
          Sets whether or not this entry is a draft
 Entry Entry.setIdElement(IRIElement id)
          Sets the universally unique identifier for this entry
 Entry Entry.setPublishedElement(DateTime dateTime)
          RFC4287: The "atom:published" element is a Date construct indicating an instant in time associated with an event early in the life cycle of the entry...
 Entry Entry.setRightsElement(Text text)
          The rights element is typically used to convey a human readable copyright (e.g.
 Entry Entry.setSource(Source source)
          Returns the source element for this entry.
 Entry Entry.setSummaryElement(Text text)
          RFC4287: The "atom:summary" element is a Text construct that conveys a short summary, abstract, or excerpt of an entry...
 Entry Entry.setTitleElement(Text title)
          RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.
 Entry Entry.setUpdatedElement(DateTime updated)
          RFC4287: The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant.
 

Methods in org.apache.abdera.model that return types with arguments of type Entry
 List<Entry> Feed.getEntries()
          Returns the complete set of entries contained in this feed
 

Methods in org.apache.abdera.model with parameters of type Entry
 Feed Feed.addEntry(Entry entry)
          Adds a new Entry to the end of the Feeds collection of entries
 Feed Feed.insertEntry(Entry entry)
          Adds a new Entry to the start of the Feeds collection of entries
 

Method parameters in org.apache.abdera.model with type arguments of type Entry
 Feed Feed.sortEntries(Comparator<Entry> comparator)
          Sorts entries using the given comparator
 

Uses of Entry in org.apache.abdera.protocol.client.util
 

Methods in org.apache.abdera.protocol.client.util with parameters of type Entry
static Link[] LocalizationHelper.selectAlternate(Entry entry)
           
static Link[] LocalizationHelper.selectAlternate(Entry entry, Locale... locales)
           
static Link[] LocalizationHelper.selectAlternate(Entry entry, Locale locale)
           
static Link[] LocalizationHelper.selectAlternate(Entry entry, Range... ranges)
           
static Link[] LocalizationHelper.selectAlternate(Entry entry, Range range)
           
static Link[] LocalizationHelper.selectAlternate(Entry entry, String... ranges)
           
static Link[] LocalizationHelper.selectAlternate(Entry entry, String range)
           
 

Uses of Entry in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server with parameters of type Entry
static String ProviderHelper.getEditUriFromEntry(Entry entry)
           
static boolean ProviderHelper.isValidEntry(Entry entry)
          Check to see if the entry is minimally valid according to RFC4287.
 

Uses of Entry in org.apache.abdera.protocol.server.adapters.ibatis
 

Methods in org.apache.abdera.protocol.server.adapters.ibatis that return Entry
 Entry IBatisCollectionAdapter.createEntry(Entry entry)
           
protected  Entry IBatisCollectionAdapter.createEntryFromRow(Feed feed, Map<String,Object> row)
           
 Entry IBatisCollectionAdapter.getEntry(Object entryId)
           
 Entry IBatisCollectionAdapter.updateEntry(Object entryId, Entry entry)
           
 

Methods in org.apache.abdera.protocol.server.adapters.ibatis with parameters of type Entry
protected  Map<String,Object> IBatisCollectionAdapter.collectColumns(Entry entry)
           
 Entry IBatisCollectionAdapter.createEntry(Entry entry)
           
 Entry IBatisCollectionAdapter.updateEntry(Object entryId, Entry entry)
           
 

Uses of Entry in org.apache.abdera.protocol.server.provider.basic
 

Methods in org.apache.abdera.protocol.server.provider.basic that return Entry
abstract  Entry BasicAdapter.createEntry(Entry entry)
           
abstract  Entry BasicAdapter.getEntry(Object entryId)
           
abstract  Entry BasicAdapter.updateEntry(Object entryId, Entry entry)
           
 

Methods in org.apache.abdera.protocol.server.provider.basic with parameters of type Entry
protected  void BasicAdapter.addEditLinkToEntry(Entry entry)
           
abstract  Entry BasicAdapter.createEntry(Entry entry)
           
protected  void BasicAdapter.setEntryIdIfNull(Entry entry)
           
abstract  Entry BasicAdapter.updateEntry(Object entryId, Entry entry)
           
 


Apache Abdera API

Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.