Modifier and Type | Field and Description |
---|---|
protected Award |
AwardAccount.award |
Modifier and Type | Method and Description |
---|---|
Award |
Proposal.getAward()
Gets the award awarded to a proposal instance.
|
Award |
AwardAccount.getAward() |
Modifier and Type | Method and Description |
---|---|
void |
Proposal.setAward(Award award)
Sets the award awarding a proposal instance.
|
void |
AwardAccount.setAward(Award award)
This method sets the associated award to the value provided.
|
Modifier and Type | Method and Description |
---|---|
Collection<Award> |
AwardDao.getAwardsToClose(ProposalAwardCloseDocument c)
Get a
Collection of Award s to close. |
Modifier and Type | Method and Description |
---|---|
Collection<Award> |
AwardDaoOjb.getAwardsToClose(ProposalAwardCloseDocument close) |
Modifier and Type | Method and Description |
---|---|
Award |
AwardMaintainableImpl.getAward()
Gets the underlying Award.
|
Constructor and Description |
---|
AwardMaintainableImpl(Award award)
Constructs a AwardMaintainableImpl.
|
Modifier and Type | Field and Description |
---|---|
protected Award |
AwardPreRules.newAward |
protected Award |
AwardRule.newAwardCopy |
Modifier and Type | Method and Description |
---|---|
static boolean |
AwardRuleUtil.isProposalAwarded(Award award)
Determines if a proposal has already been awarded
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.