| Package | Description |
|---|---|
| org.chorem.pollen.business.persistence |
| Modifier and Type | Class and Description |
|---|---|
class |
CommentDAOAbstract<E extends Comment> |
class |
CommentDAOImpl<E extends Comment> |
| Modifier and Type | Class and Description |
|---|---|
class |
CommentAbstract |
class |
CommentImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<Comment> |
PollAbstract.comment
Nom de l'attribut en BD : comment
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Poll.getCommentByTopiaId(String topiaId) |
Comment |
PollAbstract.getCommentByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentDAOImpl.findAllComments(String pollId) |
List<Comment> |
Poll.getComment() |
List<Comment> |
PollAbstract.getComment() |
List<Comment> |
PollImpl.getComment() |
| Modifier and Type | Method and Description |
|---|---|
void |
Poll.addComment(Comment comment) |
void |
PollAbstract.addComment(Comment comment) |
List<E> |
PollDAOAbstract.findAllContainsComment(Comment v) |
E |
PollDAOAbstract.findContainsComment(Comment v) |
void |
Poll.removeComment(Comment comment) |
void |
PollAbstract.removeComment(Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
void |
Poll.addAllComment(List<Comment> comment) |
void |
PollAbstract.addAllComment(List<Comment> comment) |
void |
Poll.setComment(List<Comment> comment) |
void |
PollAbstract.setComment(List<Comment> comment) |
Copyright © 2009–2014 CodeLutin. All rights reserved.