Uses of Class
org.kuali.kfs.coa.businessobject.SubFundGroup

Packages that use SubFundGroup
org.kuali.kfs.coa.batch.dataaccess   
org.kuali.kfs.coa.batch.dataaccess.impl   
org.kuali.kfs.coa.businessobject   
org.kuali.kfs.coa.dataaccess   
org.kuali.kfs.coa.dataaccess.impl   
org.kuali.kfs.coa.service   
org.kuali.kfs.coa.service.impl   
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.module.bc.businessobject   
org.kuali.kfs.module.ec.document.validation.impl   
org.kuali.kfs.module.external.kc.businessobject   
org.kuali.kfs.module.purap.businessobject   
org.kuali.kfs.sys.identity   
 

Uses of SubFundGroup in org.kuali.kfs.coa.batch.dataaccess
 

Methods in org.kuali.kfs.coa.batch.dataaccess that return SubFundGroup
 SubFundGroup LedgerReferenceValuePreparedStatementCachingDao.getSubFundGroup(String subFundGroupCode)
           
 

Uses of SubFundGroup in org.kuali.kfs.coa.batch.dataaccess.impl
 

Methods in org.kuali.kfs.coa.batch.dataaccess.impl that return SubFundGroup
 SubFundGroup LedgerReferenceValuePreparedStatementCachingDaoJdbc.getSubFundGroup(String subFundGroupCode)
           
 

Uses of SubFundGroup in org.kuali.kfs.coa.businessobject
 

Methods in org.kuali.kfs.coa.businessobject that return SubFundGroup
 SubFundGroup AccountGlobal.getSubFundGroup()
          Gets the subFundGroup attribute.
 SubFundGroup Account.getSubFundGroup()
          Gets the subFundGroup attribute.
 SubFundGroup PriorYearAccount.getSubFundGroup()
          Gets the subFundGroup attribute.
 SubFundGroup AccountIntf.getSubFundGroup()
          Gets the subFundGroup attribute.
 

Methods in org.kuali.kfs.coa.businessobject with parameters of type SubFundGroup
 void AccountGlobal.setSubFundGroup(SubFundGroup subFundGroup)
          Sets the subFundGroup attribute value.
 void Account.setSubFundGroup(SubFundGroup subFundGroup)
          Deprecated.  
 void PriorYearAccount.setSubFundGroup(SubFundGroup subFundGroup)
          Deprecated.  
 void AccountIntf.setSubFundGroup(SubFundGroup subFundGroup)
          Deprecated.  
 

Uses of SubFundGroup in org.kuali.kfs.coa.dataaccess
 

Methods in org.kuali.kfs.coa.dataaccess that return SubFundGroup
 SubFundGroup SubFundGroupDao.getByChartAndAccount(String chartCode, String accountNumber)
          This method retrieves a specific SubFundGroup based on chart code and account number
 SubFundGroup SubFundGroupDao.getByPrimaryId(String subFundGroupCode)
          This method retrieves a specific SubFundGroup based on primary key
 

Uses of SubFundGroup in org.kuali.kfs.coa.dataaccess.impl
 

Methods in org.kuali.kfs.coa.dataaccess.impl that return SubFundGroup
 SubFundGroup SubFundGroupDaoOjb.getByChartAndAccount(String chartCode, String accountNumber)
           
 SubFundGroup SubFundGroupDaoOjb.getByPrimaryId(String subFundGroupCode)
           
 

Uses of SubFundGroup in org.kuali.kfs.coa.service
 

Methods in org.kuali.kfs.coa.service that return SubFundGroup
 SubFundGroup SubFundGroupService.getByChartAndAccount(String chartCode, String accountNumber)
          Retrieves the SubFundGroupCode for the Account with the given chart and account codes.
 SubFundGroup SubFundGroupService.getByPrimaryId(String subFundGroupCode)
          Retrieves a SubFundGroupCode by it's primary key - the sub fund group code.
 

Methods in org.kuali.kfs.coa.service with parameters of type SubFundGroup
 String SubFundGroupService.getContractsAndGrantsDenotingValue(SubFundGroup subFundGroup)
          Extracts the appropriate value from the sub fund group for the C&G method selected.
 boolean SubFundGroupService.isForContractsAndGrants(SubFundGroup subFundGroup)
          This checks to see if a particular SubFundGroup is related to Contracts and Grants through its Account
 

Uses of SubFundGroup in org.kuali.kfs.coa.service.impl
 

Methods in org.kuali.kfs.coa.service.impl that return SubFundGroup
 SubFundGroup SubFundGroupServiceImpl.getByChartAndAccount(String chartCode, String accountNumber)
           
 SubFundGroup SubFundGroupServiceImpl.getByPrimaryId(String subFundGroupCode)
           
 

Methods in org.kuali.kfs.coa.service.impl with parameters of type SubFundGroup
 String SubFundGroupServiceImpl.getContractsAndGrantsDenotingValue(SubFundGroup subFundGroup)
           
 boolean SubFundGroupServiceImpl.isForContractsAndGrants(SubFundGroup subFundGroup)
           
 

Uses of SubFundGroup in org.kuali.kfs.gl.batch.service
 

Methods in org.kuali.kfs.gl.batch.service that return SubFundGroup
 SubFundGroup AccountingCycleCachingService.getSubFundGroup(String subFundGroupCode)
           
 

Uses of SubFundGroup in org.kuali.kfs.gl.batch.service.impl
 

Methods in org.kuali.kfs.gl.batch.service.impl that return SubFundGroup
 SubFundGroup AccountingCycleCachingServiceImpl.getSubFundGroup(String subFundGroupCode)
           
 

Uses of SubFundGroup in org.kuali.kfs.module.bc.businessobject
 

Methods in org.kuali.kfs.module.bc.businessobject that return SubFundGroup
 SubFundGroup BudgetConstructionControlList.getSelectedSubFundGroup()
          Gets the selectedSubFundGroup attribute.
 SubFundGroup BudgetConstructionAccountSummary.getSubFundGroup()
          Gets the subFundGroup attribute.
 SubFundGroup BudgetConstructionObjectSummary.getSubFundGroup()
          Gets the subFundGroup attribute.
 SubFundGroup BudgetConstructionSubFundPick.getSubFundGroup()
          Gets the subFundGroup attribute.
 SubFundGroup BudgetConstructionMonthSummary.getSubFundGroup()
          Gets the subFundGroup attribute.
 SubFundGroup BudgetConstructionObjectDump.getSubFundGroup()
          Gets the subFundGroup attribute.
 SubFundGroup BudgetConstructionAccountBalance.getSubFundGroup()
          Gets the subFundGroup attribute.
 SubFundGroup BudgetConstructionLevelSummary.getSubFundGroup()
          Gets the subFundGroup attribute.
 

Methods in org.kuali.kfs.module.bc.businessobject with parameters of type SubFundGroup
 void BudgetConstructionControlList.setSelectedSubFundGroup(SubFundGroup selectedSubFundGroup)
          Deprecated.  
 void BudgetConstructionAccountSummary.setSubFundGroup(SubFundGroup subFundGroup)
          Deprecated.  
 void BudgetConstructionObjectSummary.setSubFundGroup(SubFundGroup subFundGroup)
          Deprecated.  
 void BudgetConstructionSubFundPick.setSubFundGroup(SubFundGroup subFundGroup)
          Deprecated.  
 void BudgetConstructionMonthSummary.setSubFundGroup(SubFundGroup subFundGroup)
          Deprecated.  
 void BudgetConstructionObjectDump.setSubFundGroup(SubFundGroup subFundGroup)
          Deprecated.  
 void BudgetConstructionAccountBalance.setSubFundGroup(SubFundGroup subFundGroup)
          Deprecated.  
 void BudgetConstructionLevelSummary.setSubFundGroup(SubFundGroup subFundGroup)
          Deprecated.  
 

Uses of SubFundGroup in org.kuali.kfs.module.ec.document.validation.impl
 

Methods in org.kuali.kfs.module.ec.document.validation.impl that return SubFundGroup
static SubFundGroup LedgerBalanceFieldValidator.getSubFundGroup(LaborLedgerBalance ledgerBalance)
          get the sub fund group associated with the given ledger balance
 

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

Methods in org.kuali.kfs.module.external.kc.businessobject that return SubFundGroup
 SubFundGroup AccountAutoCreateDefaults.getSubFundGroup()
          Gets the subFundGroup attribute.
 

Methods in org.kuali.kfs.module.external.kc.businessobject with parameters of type SubFundGroup
 void AccountAutoCreateDefaults.setSubFundGroup(SubFundGroup subFundGroup)
          Sets the subFundGroup attribute value.
 

Uses of SubFundGroup in org.kuali.kfs.module.purap.businessobject
 

Methods in org.kuali.kfs.module.purap.businessobject that return SubFundGroup
 SubFundGroup ReceivingThreshold.getSubFundGroup()
           
 

Methods in org.kuali.kfs.module.purap.businessobject with parameters of type SubFundGroup
 void ReceivingThreshold.setSubFundGroup(SubFundGroup subFundGroup)
           
 

Uses of SubFundGroup in org.kuali.kfs.sys.identity
 

Fields in org.kuali.kfs.sys.identity declared as SubFundGroup
protected  SubFundGroup KfsKimAttributes.subFundGroup
           
 

Methods in org.kuali.kfs.sys.identity that return SubFundGroup
 SubFundGroup KfsKimAttributes.getSubFundGroup()
           
 

Methods in org.kuali.kfs.sys.identity with parameters of type SubFundGroup
 void KfsKimAttributes.setSubFundGroup(SubFundGroup subFundGroup)
           
 



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