| Package | Description |
|---|---|
| org.chorem.pollen.business.persistence |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultDAOAbstract<E extends Result> |
class |
ResultDAOImpl<E extends Result> |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultAbstract |
class |
ResultImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<Result> |
PollAbstract.result
Nom de l'attribut en BD : result
|
| Modifier and Type | Method and Description |
|---|---|
Result |
Poll.getResultByTopiaId(String topiaId) |
Result |
PollAbstract.getResultByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
List<Result> |
PollImpl.getResult() |
List<Result> |
Poll.getResult() |
List<Result> |
PollAbstract.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
Poll.addResult(Result result) |
void |
PollAbstract.addResult(Result result) |
List<E> |
PollDAOAbstract.findAllContainsResult(Result v) |
E |
PollDAOAbstract.findContainsResult(Result v) |
void |
Poll.removeResult(Result result) |
void |
PollAbstract.removeResult(Result result) |
| Modifier and Type | Method and Description |
|---|---|
void |
Poll.addAllResult(List<Result> result) |
void |
PollAbstract.addAllResult(List<Result> result) |
void |
Poll.setResult(List<Result> result) |
void |
PollAbstract.setResult(List<Result> result) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.