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

Packages that use DateTime
org.apache.abdera.ext.rss   
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.parser.stax   
 

Uses of DateTime in org.apache.abdera.ext.rss
 

Classes in org.apache.abdera.ext.rss that implement DateTime
 class RssDateTime
           
 

Methods in org.apache.abdera.ext.rss that return DateTime
 DateTime RssItem.getEditedElement()
           
 DateTime RssFeed.getPublisheddElement()
           
 DateTime RssItem.getPublishedElement()
           
 DateTime RssChannel.getPublishedElement()
           
 DateTime RssItem.getUpdatedElement()
           
 DateTime RssChannel.getUpdatedElement()
           
 DateTime RssFeed.getUpdatedElement()
           
 DateTime RssSource.getUpdatedElement()
           
 DateTime RssDateTime.setCalendar(Calendar date)
           
 DateTime RssDateTime.setDate(Date date)
           
 DateTime RssItem.setEdited(Date value)
           
 DateTime RssItem.setEdited(String value)
           
 DateTime RssItem.setPublished(Date value)
           
 DateTime RssItem.setPublished(String value)
           
 DateTime RssDateTime.setString(String date)
           
 DateTime RssDateTime.setTime(long date)
           
 DateTime RssItem.setUpdated(Date value)
           
 DateTime RssChannel.setUpdated(Date value)
           
 DateTime RssFeed.setUpdated(Date value)
           
 DateTime RssSource.setUpdated(Date value)
           
 DateTime RssItem.setUpdated(String value)
           
 DateTime RssChannel.setUpdated(String value)
           
 DateTime RssFeed.setUpdated(String value)
           
 DateTime RssSource.setUpdated(String value)
           
 DateTime RssDateTime.setValue(AtomDate dateTime)
           
 

Methods in org.apache.abdera.ext.rss with parameters of type DateTime
 void RssItem.setEditedElement(DateTime modified)
           
 Entry RssItem.setPublishedElement(DateTime dateTime)
           
 Entry RssItem.setUpdatedElement(DateTime updated)
           
 void RssChannel.setUpdatedElement(DateTime dateTime)
           
<T extends Source>
T
RssFeed.setUpdatedElement(DateTime dateTime)
           
<T extends Source>
T
RssSource.setUpdatedElement(DateTime dateTime)
           
 

Uses of DateTime in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return DateTime
 DateTime Factory.newDateTime(QName qname, Element parent)
          Create a new DateTime element with the given QName as a child of the given Element.
 DateTime Factory.newEdited()
          Create a new app:edited element.
 DateTime Factory.newEdited(Element parent)
          Create a new app:edited element.
 DateTime Factory.newPublished()
          Create a new published element.
 DateTime Factory.newPublished(Element parent)
          Create a new published element as a child of the given Element.
 DateTime Factory.newUpdated()
          Create a new updated element.
 DateTime Factory.newUpdated(Element parent)
          create a new updated element as a child of the given Element.
 

Uses of DateTime in org.apache.abdera.model
 

Classes in org.apache.abdera.model that implement DateTime
 class DateTimeWrapper
          An ElementWrapper implementation that can serve as the basis for Atom Date Construct based extensions.
 

Methods in org.apache.abdera.model that return DateTime
 DateTime Entry.getEditedElement()
          APP Introduces a new app:edited element whose value changes every time the entry is updated
 DateTime Entry.getPublishedElement()
          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...
 DateTime Entry.getUpdatedElement()
          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.
 DateTime Source.getUpdatedElement()
          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.
 DateTime DateTime.setCalendar(Calendar date)
          Sets the content value of the element
 DateTime DateTimeWrapper.setCalendar(Calendar date)
           
 DateTime DateTime.setDate(Date date)
          Sets the content value of the element
 DateTime DateTimeWrapper.setDate(Date date)
           
 DateTime Entry.setEdited(Date value)
          Set the value of app:edited
 DateTime Entry.setEdited(String value)
          Set the value of app:edited
 DateTime Entry.setPublished(Date value)
          Set the value of the atom:published element
 DateTime Entry.setPublished(String value)
          Set the value of the atom:published element using the serialized string value
 DateTime DateTime.setString(String date)
          Sets the content value of the element
 DateTime DateTimeWrapper.setString(String date)
           
 DateTime DateTime.setTime(long date)
          Sets the content value of the element
 DateTime DateTimeWrapper.setTime(long date)
           
 DateTime Entry.setUpdated(Date value)
          Set the atom:updated value
 DateTime Source.setUpdated(Date value)
          Set the atom:updated value
 DateTime Entry.setUpdated(String value)
          Set the atom:updated value
 DateTime Source.setUpdated(String value)
          Set the atom:updated value
 DateTime DateTime.setValue(AtomDate dateTime)
          Sets the content value of the element
 DateTime DateTimeWrapper.setValue(AtomDate dateTime)
           
 

Methods in org.apache.abdera.model with parameters of type DateTime
 void Entry.setEditedElement(DateTime modified)
          Set the app:edited element
 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.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.
<T extends Source>
T
Source.setUpdatedElement(DateTime dateTime)
          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.
 

Uses of DateTime in org.apache.abdera.parser.stax
 

Classes in org.apache.abdera.parser.stax that implement DateTime
 class FOMDateTime
           
 

Methods in org.apache.abdera.parser.stax that return DateTime
 DateTime FOMEntry.getEditedElement()
           
 DateTime FOMEntry.getPublishedElement()
           
 DateTime FOMEntry.getUpdatedElement()
           
 DateTime FOMSource.getUpdatedElement()
           
 DateTime FOMFactory.newDateTime(QName qname, Element parent)
           
 DateTime FOMFactory.newDateTimeElement(QName qname, org.apache.axiom.om.OMContainer parent, org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
           
 DateTime FOMFactory.newEdited()
           
 DateTime FOMFactory.newEdited(Element parent)
           
 DateTime FOMFactory.newPublished()
           
 DateTime FOMFactory.newPublished(Element parent)
           
 DateTime FOMFactory.newUpdated()
           
 DateTime FOMFactory.newUpdated(Element parent)
           
 DateTime FOMDateTime.setCalendar(Calendar date)
           
 DateTime FOMDateTime.setDate(Date date)
           
 DateTime FOMEntry.setEdited(Date value)
           
 DateTime FOMEntry.setEdited(String value)
           
 DateTime FOMEntry.setPublished(Date value)
           
 DateTime FOMEntry.setPublished(String value)
           
 DateTime FOMDateTime.setString(String date)
           
 DateTime FOMDateTime.setTime(long date)
           
 DateTime FOMEntry.setUpdated(Date value)
           
 DateTime FOMSource.setUpdated(Date value)
           
 DateTime FOMEntry.setUpdated(String value)
           
 DateTime FOMSource.setUpdated(String value)
           
 DateTime FOMDateTime.setValue(AtomDate dateTime)
           
 

Methods in org.apache.abdera.parser.stax with parameters of type DateTime
 void FOMEntry.setEditedElement(DateTime updated)
           
 Entry FOMEntry.setPublishedElement(DateTime dateTime)
           
 Entry FOMEntry.setUpdatedElement(DateTime updated)
           
<T extends Source>
T
FOMSource.setUpdatedElement(DateTime updated)
           
 



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