|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Post | |
---|---|
net.webapp2.forum.dao | |
net.webapp2.forum.domain | |
net.webapp2.forum.service |
Uses of Post in net.webapp2.forum.dao |
---|
Methods in net.webapp2.forum.dao that return Post | |
---|---|
Post |
SqlmapPostDao.load(Integer id)
|
Post |
PostDao.load(Integer id)
|
Post |
SqlmapPostDao.loadReply(int id)
|
Post |
PostDao.loadReply(int id)
|
Methods in net.webapp2.forum.dao with parameters of type Post | |
---|---|
void |
SqlmapPostDao.save(Post post)
|
void |
PostDao.save(Post post)
|
Uses of Post in net.webapp2.forum.domain |
---|
Fields in net.webapp2.forum.domain declared as Post | |
---|---|
private Post |
Post.parent
|
Methods in net.webapp2.forum.domain that return Post | |
---|---|
Post |
Post.getParent()
|
Post |
ForumServiceImpl.load(int id)
|
Post |
ForumServiceImpl.loadReply(int id)
|
Methods in net.webapp2.forum.domain with parameters of type Post | |
---|---|
void |
ForumServiceImpl.post(Post post,
Forum forum)
|
void |
ForumServiceImpl.reply(Post reply)
|
void |
Post.setParent(Post parent)
|
Uses of Post in net.webapp2.forum.service |
---|
Methods in net.webapp2.forum.service that return Post | |
---|---|
Post |
ForumService.load(int i)
|
Post |
ForumService.loadReply(int i)
|
Methods in net.webapp2.forum.service with parameters of type Post | |
---|---|
void |
ForumService.post(Post post,
Forum forum)
|
void |
ForumService.reply(Post reply)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |