|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Result | |
|---|---|
| org.chorem.pollen.business.persistence | |
| Uses of Result in org.chorem.pollen.business.persistence |
|---|
| Classes in org.chorem.pollen.business.persistence with type parameters of type Result | |
|---|---|
class |
ResultDAOAbstract<E extends Result>
|
class |
ResultDAOImpl<E extends Result>
|
| Classes in org.chorem.pollen.business.persistence that implement Result | |
|---|---|
class |
ResultAbstract
|
class |
ResultImpl
|
| Fields in org.chorem.pollen.business.persistence with type parameters of type Result | |
|---|---|
protected List<Result> |
PollAbstract.result
Nom de l'attribut en BD : result |
| Methods in org.chorem.pollen.business.persistence that return Result | |
|---|---|
Result |
Poll.getResultByTopiaId(String topiaId)
|
Result |
PollAbstract.getResultByTopiaId(String topiaId)
|
| Methods in org.chorem.pollen.business.persistence that return types with arguments of type Result | |
|---|---|
List<Result> |
PollImpl.getResult()
|
List<Result> |
Poll.getResult()
|
List<Result> |
PollAbstract.getResult()
|
| Methods in org.chorem.pollen.business.persistence with parameters of type Result | |
|---|---|
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)
|
| Method parameters in org.chorem.pollen.business.persistence with type arguments of type Result | |
|---|---|
void |
Poll.addAllResult(List<Result> result)
|
void |
PollAbstract.addAllResult(List<Result> result)
|
void |
Poll.setResult(List<Result> result)
|
void |
PollAbstract.setResult(List<Result> result)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||