Uses of Class
org.kuali.kfs.module.external.kc.businessobject.AwardAccount

Packages that use AwardAccount
org.kuali.kfs.module.external.kc.businessobject   
org.kuali.kfs.module.external.kc.service.impl   
 

Uses of AwardAccount in org.kuali.kfs.module.external.kc.businessobject
 

Methods in org.kuali.kfs.module.external.kc.businessobject that return types with arguments of type AwardAccount
 List<AwardAccount> Award.getAwardAccounts()
          Gets the awardAccounts list.
 

Method parameters in org.kuali.kfs.module.external.kc.businessobject with type arguments of type AwardAccount
 void Award.setAwardAccounts(List<AwardAccount> awardAccounts)
          Sets the awardAccounts list.
 

Uses of AwardAccount in org.kuali.kfs.module.external.kc.service.impl
 

Methods in org.kuali.kfs.module.external.kc.service.impl that return AwardAccount
protected  AwardAccount ContractsAndGrantsModuleServiceImpl.determineAwardAccountForFederalAgency(List<AwardAccount> awardAccounts)
          Looks for the newest award account object, otherwise returns null.
protected  AwardAccount ContractsAndGrantsModuleServiceImpl.determineAwardAccountForProjectDirector(List<AwardAccount> awardAccounts)
          Looks for first non-blank project director id within a list of award accounts sorted newest first and returns the award account object, otherwise returns null.
 

Methods in org.kuali.kfs.module.external.kc.service.impl that return types with arguments of type AwardAccount
protected  List<AwardAccount> ContractsAndGrantsModuleServiceImpl.getAwardAccounts(String chartCode, String accountNumber)
           
 

Method parameters in org.kuali.kfs.module.external.kc.service.impl with type arguments of type AwardAccount
protected  AwardAccount ContractsAndGrantsModuleServiceImpl.determineAwardAccountForFederalAgency(List<AwardAccount> awardAccounts)
          Looks for the newest award account object, otherwise returns null.
protected  AwardAccount ContractsAndGrantsModuleServiceImpl.determineAwardAccountForProjectDirector(List<AwardAccount> awardAccounts)
          Looks for first non-blank project director id within a list of award accounts sorted newest first and returns the award account object, otherwise returns null.
 



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