|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Feed | |
---|---|
org.apache.abdera | |
org.apache.abdera.factory | |
org.apache.abdera.model | |
org.apache.abdera.protocol.server.adapters.ibatis | |
org.apache.abdera.protocol.server.provider.basic |
Uses of Feed in org.apache.abdera |
---|
Methods in org.apache.abdera that return Feed | |
---|---|
Feed |
Abdera.newFeed()
Create a new Feed instance. |
Uses of Feed in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory that return Feed | |
---|---|
Feed |
Factory.newFeed()
Create a new Feed element. |
Feed |
Factory.newFeed(Base parent)
Create a new Feed element as a child of the given Base. |
Uses of Feed in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return Feed | |
---|---|
Feed |
Feed.addEntry(Entry entry)
Adds a new Entry to the end of the Feeds collection of entries |
Feed |
Source.getAsFeed()
Convert the Source element into an empty Feed element |
Feed |
Feed.insertEntry(Entry entry)
Adds a new Entry to the start of the Feeds collection of entries |
Feed |
Feed.sortEntries(Comparator<Entry> comparator)
Sorts entries using the given comparator |
Feed |
Feed.sortEntriesByEdited(boolean new_first)
Sorts entries by the app:edited property. if app:edited is null, use app:updated |
Feed |
Feed.sortEntriesByUpdated(boolean new_first)
Sorts entries by the atom:updated property |
Uses of Feed in org.apache.abdera.protocol.server.adapters.ibatis |
---|
Methods in org.apache.abdera.protocol.server.adapters.ibatis that return Feed | |
---|---|
Feed |
IBatisCollectionAdapter.getFeed()
|
Methods in org.apache.abdera.protocol.server.adapters.ibatis with parameters of type Feed | |
---|---|
protected Entry |
IBatisCollectionAdapter.createEntryFromRow(Feed feed,
Map<String,Object> row)
|
Uses of Feed in org.apache.abdera.protocol.server.provider.basic |
---|
Methods in org.apache.abdera.protocol.server.provider.basic that return Feed | |
---|---|
protected Feed |
BasicAdapter.createFeed()
|
abstract Feed |
BasicAdapter.getFeed()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |