net.webapp2.forum.domain
Class ForumServiceImpl
java.lang.Object
net.webapp2.forum.domain.ForumServiceImpl
- All Implemented Interfaces:
- ForumService
public class ForumServiceImpl
- extends Object
- implements ForumService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
postDao
private PostDao postDao
ForumServiceImpl
public ForumServiceImpl()
setPostDao
public void setPostDao(PostDao postDao)
getForum
public Forum getForum(Category category)
- Specified by:
getForum
in interface ForumService
post
public void post(Post post,
Forum forum)
- Specified by:
post
in interface ForumService
reply
public void reply(Post reply)
- Specified by:
reply
in interface ForumService
load
public Post load(int id)
- Specified by:
load
in interface ForumService
loadReply
public Post loadReply(int id)
- Specified by:
loadReply
in interface ForumService
Copyright © 2006 WebApp2 Network All Rights Reserved.