Modifier and Type | Method and Description |
---|---|
Collection<Award> |
AwardDao.getAwardsToClose(ProposalAwardCloseDocument c)
Get a
Collection of Award s to close. |
Collection<Proposal> |
ProposalDao.getProposalsToClose(ProposalAwardCloseDocument c)
Gets a
Collection of Proposal instances which have not yet been closed. |
Modifier and Type | Method and Description |
---|---|
Collection<Award> |
AwardDaoOjb.getAwardsToClose(ProposalAwardCloseDocument close) |
Collection<Proposal> |
ProposalDaoOjb.getProposalsToClose(ProposalAwardCloseDocument close) |
Modifier and Type | Method and Description |
---|---|
ProposalAwardCloseDocument |
CloseService.getMaxApprovedClose(Date currentSqlMidnight)
Gets the persisted instance with the latest close date.
|
ProposalAwardCloseDocument |
CloseService.getMostRecentClose() |
Modifier and Type | Method and Description |
---|---|
ProposalAwardCloseDocument |
CloseServiceImpl.getMaxApprovedClose(Date today) |
ProposalAwardCloseDocument |
CloseServiceImpl.getMostRecentClose() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CloseServiceImpl.addDocumentNoteAfterClosing(ProposalAwardCloseDocument close,
String noteText) |
Modifier and Type | Method and Description |
---|---|
ProposalAwardCloseDocument |
CloseForm.getCloseDocument() |
ProposalAwardCloseDocument |
CloseForm.getMostRecentClose() |
Modifier and Type | Method and Description |
---|---|
void |
CloseForm.setClose(ProposalAwardCloseDocument document) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.