|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtomDate | |
|---|---|
| org.apache.abdera.ext.rss | |
| org.apache.abdera.ext.thread | |
| org.apache.abdera.ext.tombstones | |
| org.apache.abdera.model | |
| org.apache.abdera.parser.stax | |
| Uses of AtomDate in org.apache.abdera.ext.rss |
|---|
| Methods in org.apache.abdera.ext.rss that return AtomDate | |
|---|---|
AtomDate |
RssDateTime.getValue()
|
| Methods in org.apache.abdera.ext.rss with parameters of type AtomDate | |
|---|---|
DateTime |
RssDateTime.setValue(AtomDate dateTime)
|
| Uses of AtomDate in org.apache.abdera.ext.thread |
|---|
| Methods in org.apache.abdera.ext.thread that return AtomDate | |
|---|---|
static AtomDate |
ThreadHelper.getUpdated(Link link)
|
| Uses of AtomDate in org.apache.abdera.ext.tombstones |
|---|
| Methods in org.apache.abdera.ext.tombstones with parameters of type AtomDate | |
|---|---|
static Tombstone |
TombstonesHelper.addTombstone(Feed source,
Entry entry,
AtomDate when,
String by,
String comment)
|
static Tombstone |
TombstonesHelper.addTombstone(Feed source,
String id,
AtomDate when,
String by,
String comment)
|
Tombstone |
Tombstone.setWhen(AtomDate date)
|
| Uses of AtomDate in org.apache.abdera.model |
|---|
| Methods in org.apache.abdera.model that return AtomDate | |
|---|---|
AtomDate |
DateTime.getValue()
Returns the content value of the element as an AtomDate object |
AtomDate |
DateTimeWrapper.getValue()
|
AtomDate |
AtomDate.setValue(Calendar calendar)
Sets the value of the Atom date using java.util.Calendar |
AtomDate |
AtomDate.setValue(Date date)
Sets the value of the Atom date using java.util.Date |
AtomDate |
AtomDate.setValue(long timestamp)
Sets the value of the Atom date using the number of milliseconds since January 1, 1970, 00:00:00 GMT |
AtomDate |
AtomDate.setValue(String value)
Sets the value of the Atom date using the serialized string form |
static AtomDate |
AtomDate.valueOf(Calendar value)
Create a new Atom Date instance from a java.util.Calendar |
static AtomDate |
AtomDate.valueOf(Date value)
Create a new Atom Date instance from a java.util.Date |
static AtomDate |
AtomDate.valueOf(long value)
Create a new Atom Date instance using the number of milliseconds since January 1, 1970, 00:00:00 GMT |
static AtomDate |
AtomDate.valueOf(String value)
Create a new Atom Date instance from the serialized string form |
| Methods in org.apache.abdera.model with parameters of type AtomDate | |
|---|---|
DateTime |
DateTime.setValue(AtomDate dateTime)
Sets the content value of the element |
DateTime |
DateTimeWrapper.setValue(AtomDate dateTime)
|
| Uses of AtomDate in org.apache.abdera.parser.stax |
|---|
| Methods in org.apache.abdera.parser.stax that return AtomDate | |
|---|---|
AtomDate |
FOMDateTime.getValue()
|
| Methods in org.apache.abdera.parser.stax with parameters of type AtomDate | |
|---|---|
DateTime |
FOMDateTime.setValue(AtomDate dateTime)
|
| Constructors in org.apache.abdera.parser.stax with parameters of type AtomDate | |
|---|---|
FOMDateTime(QName qname,
AtomDate atomDate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||