| org.kuali.module.cg.service.CloseService
All known Subclasses: org.kuali.module.cg.service.impl.CloseServiceImpl,
CloseService | public interface CloseService (Code) | | Intended to be initiated periodically via a batch process. The default implementation of this service finds all unclosed Awards
that are not underwritten and all unclosed Proposals. For each of those proposals and awards the close date is set to the date on
which the close was executed.
|
close | public void close()(Code) | | See class description.
|
getMostRecentClose | public Close getMostRecentClose()(Code) | | Gets the Close record with the greatest close date.
the close with the greatest close date. |
save | public void save(Close close)(Code) | | Saves a close.
Parameters: close - The close to save. |
|
|