|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlogEntry | |
---|---|
org.rometools.propono.blogclient | |
org.rometools.propono.blogclient.atomprotocol | |
org.rometools.propono.blogclient.metaweblog |
Uses of BlogEntry in org.rometools.propono.blogclient |
---|
Subinterfaces of BlogEntry in org.rometools.propono.blogclient | |
---|---|
interface |
BlogResource
Represents a file that has been uploaded to a blog. |
Classes in org.rometools.propono.blogclient that implement BlogEntry | |
---|---|
class |
BaseBlogEntry
Base implementation of a blog entry. |
Methods in org.rometools.propono.blogclient that return BlogEntry | |
---|---|
BlogEntry |
Blog.getEntry(String token)
Get a single BlogEntry (or BlogResource) by token. |
BlogEntry |
Blog.newEntry()
Deprecated. Instead use collections directly. |
BlogEntry |
Blog.Collection.newEntry()
Create but do not save new entry in collection. |
Methods in org.rometools.propono.blogclient with parameters of type BlogEntry | |
---|---|
String |
Blog.Collection.saveEntry(BlogEntry entry)
Save or update a BlogEntry in this collection by adding it to this collection and then calling it's entry.save() method. |
Uses of BlogEntry in org.rometools.propono.blogclient.atomprotocol |
---|
Classes in org.rometools.propono.blogclient.atomprotocol that implement BlogEntry | |
---|---|
class |
AtomEntry
Atom protocol implementation of BlogEntry. |
class |
AtomResource
Atom protocol implementation of BlogResource. |
Methods in org.rometools.propono.blogclient.atomprotocol that return BlogEntry | |
---|---|
BlogEntry |
AtomBlog.getEntry(String token)
Get a single BlogEntry (or BlogResource) by token. |
BlogEntry |
AtomCollection.newEntry()
Create but do not save new entry in collection. |
BlogEntry |
AtomBlog.newEntry()
Create but do not save it to server new BlogEntry in primary entries collection (the first collection found that accepts entries). |
Methods in org.rometools.propono.blogclient.atomprotocol with parameters of type BlogEntry | |
---|---|
String |
AtomCollection.saveEntry(BlogEntry entry)
Save or update a BlogEntry in this collection by adding it to this collection and then calling it's entry.save() method. |
Uses of BlogEntry in org.rometools.propono.blogclient.metaweblog |
---|
Classes in org.rometools.propono.blogclient.metaweblog that implement BlogEntry | |
---|---|
class |
MetaWeblogEntry
MetaWeblog API implementation of an entry. |
class |
MetaWeblogResource
MetaWeblog API implementation of an resource entry. |
Methods in org.rometools.propono.blogclient.metaweblog that return BlogEntry | |
---|---|
BlogEntry |
MetaWeblogBlog.getEntry(String id)
Get a single BlogEntry (or BlogResource) by token. |
BlogEntry |
MetaWeblogBlog.newEntry()
Create but do not save it to server new BlogEntry in primary entries collection (the first collection found that accepts entries). |
BlogEntry |
MetaWeblogBlog.MetaWeblogBlogCollection.newEntry()
Create but do not save new entry in collection. |
Methods in org.rometools.propono.blogclient.metaweblog with parameters of type BlogEntry | |
---|---|
String |
MetaWeblogBlog.MetaWeblogBlogCollection.saveEntry(BlogEntry entry)
Save or update a BlogEntry in this collection by adding it to this collection and then calling it's entry.save() method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |