|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BrainstormDao<T extends Brainstorm>
Dao for Brainstorms
| Method Summary | |
|---|---|
Set<Answer> |
getAnswersByBrainstormId(Long id)
Retrieves Answers that are associated with a Brainstorm with the given id |
Brainstorm |
retrieveByAnswer(Answer answer)
Looks up Brainstorm that contains the specified Answer. |
Set<Brainstorm> |
retrieveByProjectAndParentId(Project project,
Long parentBrainstormId)
Looks up Brainstorms that are used by the specified project and is not being used in a run. |
Set<Brainstorm> |
retrieveByRun(Run run)
Looks up Brainstorms that are used in the specified Run |
Brainstorm |
retrieveByRunIdAndParentId(Long runId,
Long parentBrainstormId)
Looks up Brainstorms that are used in the specified Run |
| Methods inherited from interface net.sf.sail.webapp.dao.SimpleDao |
|---|
delete, getById, getList, save |
| Method Detail |
|---|
Brainstorm retrieveByAnswer(Answer answer)
answer -
Set<Brainstorm> retrieveByRun(Run run)
Run
run -
Brainstorm retrieveByRunIdAndParentId(Long runId,
Long parentBrainstormId)
Run
run -
Set<Brainstorm> retrieveByProjectAndParentId(Project project,
Long parentBrainstormId)
run -
Set<Answer> getAnswersByBrainstormId(Long id)
Long - id
Set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||