| Modifier and Type | Method and Description | 
|---|---|
| Collection<Award> | AwardDao. getAwardsToClose(ProposalAwardCloseDocument c)Get a  CollectionofAwards to close. | 
| Collection<Proposal> | ProposalDao. getProposalsToClose(ProposalAwardCloseDocument c)Gets a  CollectionofProposalinstances 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–2014 The Kuali Foundation. All rights reserved.