|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AwardDao
Implementations of this interface provide access to persisted Awards.
| Method Summary | |
|---|---|
void |
deleteAll()
Delete all Awards. |
Collection<Award> |
getAwardsToClose(ProposalAwardCloseDocument c)
Get a Collection of Awards to close. |
void |
save(Award award)
Save an Award. |
| Method Detail |
|---|
Collection<Award> getAwardsToClose(ProposalAwardCloseDocument c)
Collection of Awards to close. This is used by the CloseBatchStep.
c -
void save(Award award)
Award.
award - void deleteAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||