Uses of Class
ch.odi.justblog.api.Entry

Packages that use Entry
ch.odi.justblog.api   
ch.odi.justblog.api.blogger   
ch.odi.justblog.command   
 

Uses of Entry in ch.odi.justblog.api
 

Methods in ch.odi.justblog.api with parameters of type Entry
 void Blog.post(Entry entry)
          Posts a entry to this blog.
 

Uses of Entry in ch.odi.justblog.api.blogger
 

Methods in ch.odi.justblog.api.blogger with parameters of type Entry
 void BloggerBlog.post(Entry entry)
           
 

Uses of Entry in ch.odi.justblog.command
 

Methods in ch.odi.justblog.command that return Entry
 Entry SimpleSession.getEntry()
           
 Entry ISession.getEntry()
           
 

Methods in ch.odi.justblog.command with parameters of type Entry
 void SimpleSession.setEntry(Entry entry)
           
 void ISession.setEntry(Entry entry)
           
 



Copyright © 2005 Ortwin Glück. All Rights Reserved.