Uses of Class
org.apache.wink.common.model.synd.SyndEntry

Packages that use SyndEntry
org.apache.wink.common.model.atom Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.wink.common.model.synd   
 

Uses of SyndEntry in org.apache.wink.common.model.atom
 

Methods in org.apache.wink.common.model.atom that return SyndEntry
 SyndEntry AtomEntry.toSynd(SyndEntry value)
           
 

Methods in org.apache.wink.common.model.atom with parameters of type SyndEntry
 SyndEntry AtomEntry.toSynd(SyndEntry value)
           
 

Constructors in org.apache.wink.common.model.atom with parameters of type SyndEntry
AtomEntry(SyndEntry value)
           
 

Uses of SyndEntry in org.apache.wink.common.model.synd
 

Methods in org.apache.wink.common.model.synd that return types with arguments of type SyndEntry
 java.util.List<SyndEntry> SyndFeed.getEntries()
           
 

Methods in org.apache.wink.common.model.synd with parameters of type SyndEntry
 void SyndFeed.addEntry(SyndEntry entry)
          Add an entry to the list of entries.
 

Constructors in org.apache.wink.common.model.synd with parameters of type SyndEntry
SyndEntry(SyndEntry other)
           
 



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.