|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProposalAwardCloseDocument in org.kuali.kfs.module.cg.dataaccess |
---|
Methods in org.kuali.kfs.module.cg.dataaccess that return ProposalAwardCloseDocument | |
---|---|
ProposalAwardCloseDocument |
CloseDao.getMaxApprovedClose()
Gets the persisted instance with the latest close date. |
ProposalAwardCloseDocument |
CloseDao.getMostRecentClose()
|
Methods in org.kuali.kfs.module.cg.dataaccess with parameters of type ProposalAwardCloseDocument | |
---|---|
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. |
void |
CloseDao.save(ProposalAwardCloseDocument close)
Save a Close instance. |
Uses of ProposalAwardCloseDocument in org.kuali.kfs.module.cg.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.cg.dataaccess.impl that return ProposalAwardCloseDocument | |
---|---|
ProposalAwardCloseDocument |
CloseDaoOjb.getMaxApprovedClose()
|
ProposalAwardCloseDocument |
CloseDaoOjb.getMostRecentClose()
|
Methods in org.kuali.kfs.module.cg.dataaccess.impl with parameters of type ProposalAwardCloseDocument | |
---|---|
Collection<Award> |
AwardDaoOjb.getAwardsToClose(ProposalAwardCloseDocument close)
|
Collection<Proposal> |
ProposalDaoOjb.getProposalsToClose(ProposalAwardCloseDocument close)
|
void |
CloseDaoOjb.save(ProposalAwardCloseDocument close)
|
Uses of ProposalAwardCloseDocument in org.kuali.kfs.module.cg.service |
---|
Methods in org.kuali.kfs.module.cg.service that return ProposalAwardCloseDocument | |
---|---|
ProposalAwardCloseDocument |
CloseService.getMostRecentClose()
|
Uses of ProposalAwardCloseDocument in org.kuali.kfs.module.cg.service.impl |
---|
Methods in org.kuali.kfs.module.cg.service.impl that return ProposalAwardCloseDocument | |
---|---|
ProposalAwardCloseDocument |
CloseServiceImpl.getMostRecentClose()
|
Methods in org.kuali.kfs.module.cg.service.impl with parameters of type ProposalAwardCloseDocument | |
---|---|
protected boolean |
CloseServiceImpl.addDocumentNoteAfterClosing(ProposalAwardCloseDocument close,
String noteText)
|
Uses of ProposalAwardCloseDocument in org.kuali.kfs.module.cg.web.struts |
---|
Methods in org.kuali.kfs.module.cg.web.struts that return ProposalAwardCloseDocument | |
---|---|
ProposalAwardCloseDocument |
CloseForm.getCloseDocument()
|
ProposalAwardCloseDocument |
CloseForm.getMostRecentClose()
|
Methods in org.kuali.kfs.module.cg.web.struts with parameters of type ProposalAwardCloseDocument | |
---|---|
void |
CloseForm.setClose(ProposalAwardCloseDocument document)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |