net.webapp2.forum.dao
Interface PostDao

All Known Implementing Classes:
SqlmapPostDao

public interface PostDao


Method Summary
 Post load(Integer id)
           
 Post loadReply(int id)
           
 void save(Post post)
           
 

Method Detail

save

void save(Post post)

load

Post load(Integer id)

loadReply

Post loadReply(int id)


Copyright © 2006 WebApp2 Network All Rights Reserved.