org.kuali.kfs.module.cg.service
Interface CloseService
- All Known Implementing Classes:
- CloseServiceImpl
public interface CloseService
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
boolean close()
- See class description.
getMostRecentClose
ProposalAwardCloseDocument getMostRecentClose()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.