Uses of Class
org.mmbase.applications.mmbob.Posting

Packages that use Posting
org.mmbase.applications.mmbob   
 

Uses of Posting in org.mmbase.applications.mmbob
 

Methods in org.mmbase.applications.mmbob that return Posting
 Posting PostThread.getPosting(int postingid)
           
 Posting PostThread.getPostingPos(int pos)
           
 

Methods in org.mmbase.applications.mmbob that return types with arguments of type Posting
 Iterator<Posting> PostThread.getPostings(int page, int pagecount)
           
 List<Posting> PostArea.searchPostings(List results, String searchkey, int posterid)
           
 List<Posting> PostThread.searchPostings(List results, String searchkey, int posterid)
           
 List<Posting> PostArea.searchPostings(String searchkey, int posterid)
           
 List<Posting> PostThread.searchPostings(String searchkey, int posterid)
           
 

Methods in org.mmbase.applications.mmbob with parameters of type Posting
 void PostThread.addWriter(Posting p)
          add the accountname/nick of the Poster of the given Posting in the Posthread to the writers vector
 void PostThread.childRemoved(Posting p)
          signal that a child (posting) has been removed inside this postthread.
 



MMBase 2.0-SNAPSHOT - null