Uses of Class
org.kuali.kfs.module.cg.businessobject.Award

Packages that use Award
org.kuali.kfs.module.cg.businessobject   
org.kuali.kfs.module.cg.dataaccess   
org.kuali.kfs.module.cg.dataaccess.impl   
org.kuali.kfs.module.cg.document   
org.kuali.kfs.module.cg.document.validation.impl   
 

Uses of Award in org.kuali.kfs.module.cg.businessobject
 

Methods in org.kuali.kfs.module.cg.businessobject that return Award
 Award AwardAccount.getAward()
           
 Award Proposal.getAward()
          Gets the award awarded to a proposal instance.
 

Methods in org.kuali.kfs.module.cg.businessobject with parameters of type Award
 void AwardAccount.setAward(Award award)
          This method sets the associated award to the value provided.
 void Proposal.setAward(Award award)
          Sets the award awarding a proposal instance.
 

Uses of Award in org.kuali.kfs.module.cg.dataaccess
 

Methods in org.kuali.kfs.module.cg.dataaccess that return types with arguments of type Award
 Collection<Award> AwardDao.getAwardsToClose(ProposalAwardCloseDocument c)
          Get a Collection of Awards to close.
 

Methods in org.kuali.kfs.module.cg.dataaccess with parameters of type Award
 void AwardDao.save(Award award)
          Save an Award.
 

Uses of Award in org.kuali.kfs.module.cg.dataaccess.impl
 

Methods in org.kuali.kfs.module.cg.dataaccess.impl that return types with arguments of type Award
 Collection<Award> AwardDaoOjb.getAwardsToClose(ProposalAwardCloseDocument close)
           
 

Methods in org.kuali.kfs.module.cg.dataaccess.impl with parameters of type Award
 void AwardDaoOjb.save(Award award)
           
 

Uses of Award in org.kuali.kfs.module.cg.document
 

Methods in org.kuali.kfs.module.cg.document that return Award
 Award AwardMaintainableImpl.getAward()
          Gets the underlying Award.
 

Constructors in org.kuali.kfs.module.cg.document with parameters of type Award
AwardMaintainableImpl(Award award)
          Constructs a AwardMaintainableImpl.
 

Uses of Award in org.kuali.kfs.module.cg.document.validation.impl
 

Fields in org.kuali.kfs.module.cg.document.validation.impl declared as Award
protected  Award AwardPreRules.newAward
           
protected  Award AwardRule.newAwardCopy
           
 

Methods in org.kuali.kfs.module.cg.document.validation.impl with parameters of type Award
static boolean AwardRuleUtil.isProposalAwarded(Award award)
          Determines if a proposal has already been awarded
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.