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

Packages that use SubAccount
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.document.validation.impl   
org.kuali.kfs.coa.service   
org.kuali.kfs.coa.service.impl   
org.kuali.kfs.fp.businessobject   
org.kuali.kfs.fp.document.validation.impl   
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.businessobject   
org.kuali.kfs.integration.ld   
org.kuali.kfs.module.ar.businessobject   
org.kuali.kfs.module.ar.document   
org.kuali.kfs.module.bc.businessobject   
org.kuali.kfs.module.bc.document   
org.kuali.kfs.module.bc.document.service   
org.kuali.kfs.module.bc.document.service.impl   
org.kuali.kfs.module.bc.document.validation.impl   
org.kuali.kfs.module.cab.businessobject   
org.kuali.kfs.module.cam.businessobject   
org.kuali.kfs.module.ec.businessobject   
org.kuali.kfs.module.endow.businessobject   
org.kuali.kfs.module.ld.businessobject   
org.kuali.kfs.pdp.businessobject   
org.kuali.kfs.sys.businessobject   
org.kuali.kfs.sys.document.service   
org.kuali.kfs.sys.document.service.impl   
org.kuali.kfs.sys.identity   
 

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

Methods in org.kuali.kfs.coa.batch.dataaccess that return SubAccount
 SubAccount LedgerReferenceValuePreparedStatementCachingDao.getSubAccount(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
           
 

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

Methods in org.kuali.kfs.coa.batch.dataaccess.impl that return SubAccount
 SubAccount LedgerReferenceValuePreparedStatementCachingDaoJdbc.getSubAccount(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
           
 

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

Methods in org.kuali.kfs.coa.businessobject that return SubAccount
 SubAccount A21SubAccount.getCostShareSourceSubAccount()
          Gets the costShareSourceSubAccount attribute.
 

Methods in org.kuali.kfs.coa.businessobject with parameters of type SubAccount
 void A21SubAccount.setCostShareSourceSubAccount(SubAccount costShareSourceSubAccount)
          Sets the costShareSourceSubAccount attribute value.
 

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

Methods in org.kuali.kfs.coa.dataaccess that return SubAccount
 SubAccount SubAccountDao.getByPrimaryId(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
          Retrieves a SubAccount object by primary key.
 

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

Methods in org.kuali.kfs.coa.dataaccess.impl that return SubAccount
 SubAccount SubAccountDaoOjb.getByPrimaryId(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
          Retrieves sub account business object by primary key
 

Uses of SubAccount in org.kuali.kfs.coa.document.validation.impl
 

Fields in org.kuali.kfs.coa.document.validation.impl declared as SubAccount
protected  SubAccount SubAccountPreRules.newSubAccount
           
protected  SubAccount SubAccountRule.newSubAccount
           
protected  SubAccount SubAccountRule.oldSubAccount
           
 

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

Methods in org.kuali.kfs.coa.service that return SubAccount
 SubAccount SubAccountService.getByPrimaryId(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
          Retrieves a SubAccount object based on primary key.
 SubAccount SubAccountService.getByPrimaryIdWithCaching(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
          Method is used by KualiSubAccountAttribute to enable caching for routing.
 

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

Methods in org.kuali.kfs.coa.service.impl that return SubAccount
 SubAccount SubAccountServiceImpl.getByPrimaryId(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
           
 SubAccount SubAccountServiceImpl.getByPrimaryIdWithCaching(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
          Method is used by KualiAccountAttribute to enable caching of accounts for routing.
 

Method parameters in org.kuali.kfs.coa.service.impl with type arguments of type SubAccount
protected  void SubAccountTrickleDownInactivationServiceImpl.addMaintenanceLockedNotes(String documentNumber, Map<SubAccount,String> lockedSubAccounts, String messageKey, org.kuali.rice.kns.bo.PersistableBusinessObject noteParent, org.kuali.rice.kns.bo.Note noteTemplate)
           
protected  void SubAccountTrickleDownInactivationServiceImpl.addNotes(String documentNumber, List<SubAccount> listOfSubAccounts, String messageKey, org.kuali.rice.kns.bo.PersistableBusinessObject noteParent, org.kuali.rice.kns.bo.Note noteTemplate)
           
protected  void SubAccountTrickleDownInactivationServiceImpl.addNotesToDocument(String documentNumber, List<SubAccount> inactivatedSubAccounts, Map<SubAccount,String> alreadyLockedSubAccounts, List<SubAccount> errorPersistingSubAccounts)
           
protected  void SubAccountTrickleDownInactivationServiceImpl.addNotesToDocument(String documentNumber, List<SubAccount> inactivatedSubAccounts, Map<SubAccount,String> alreadyLockedSubAccounts, List<SubAccount> errorPersistingSubAccounts)
           
protected  void SubAccountTrickleDownInactivationServiceImpl.addNotesToDocument(String documentNumber, List<SubAccount> inactivatedSubAccounts, Map<SubAccount,String> alreadyLockedSubAccounts, List<SubAccount> errorPersistingSubAccounts)
           
protected  String SubAccountTrickleDownInactivationServiceImpl.createSubAccountChunk(List<SubAccount> listOfSubAccounts, int startIndex, int endIndex)
           
 

Uses of SubAccount in org.kuali.kfs.fp.businessobject
 

Methods in org.kuali.kfs.fp.businessobject that return SubAccount
 SubAccount CreditCardVendor.getExpenseSubAccount()
          Gets the expenseSubAccount attribute.
 SubAccount CreditCardVendor.getIncomeSubAccount()
          Gets the incomeSubAccount attribute.
 

Methods in org.kuali.kfs.fp.businessobject with parameters of type SubAccount
 void CreditCardVendor.setExpenseSubAccount(SubAccount expenseSubAccount)
          Sets the expenseSubAccount attribute value.
 void CreditCardVendor.setIncomeSubAccount(SubAccount incomeSubAccount)
          Sets the incomeSubAccount attribute value.
 

Uses of SubAccount in org.kuali.kfs.fp.document.validation.impl
 

Methods in org.kuali.kfs.fp.document.validation.impl that return SubAccount
protected  SubAccount CreditCardVendorRule.checkExistenceSubAccount(String string)
          Returns a SubAccount object if SubAccount object exists for "Income" or "Expense"
 

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

Methods in org.kuali.kfs.gl.batch.service that return SubAccount
 SubAccount AccountingCycleCachingService.getSubAccount(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
           
 

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

Methods in org.kuali.kfs.gl.batch.service.impl that return SubAccount
 SubAccount AccountingCycleCachingServiceImpl.getSubAccount(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
           
 

Uses of SubAccount in org.kuali.kfs.gl.businessobject
 

Methods in org.kuali.kfs.gl.businessobject that return SubAccount
 SubAccount Encumbrance.getSubAccount()
          Gets the subAccount attribute.
 SubAccount OriginEntryFull.getSubAccount()
           
 SubAccount Balance.getSubAccount()
          Gets the subAccount attribute.
 SubAccount OrgReversionUnitOfWorkCategoryAmount.getSubAccount()
          Gets the subAccount attribute.
 SubAccount Reversal.getSubAccount()
           
 SubAccount Transaction.getSubAccount()
           
 SubAccount Entry.getSubAccount()
           
 SubAccount AccountBalance.getSubAccount()
          Gets the subAccount attribute.
 

Methods in org.kuali.kfs.gl.businessobject with parameters of type SubAccount
 void Encumbrance.setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 void OriginEntryFull.setSubAccount(SubAccount subAccount)
           
 void Balance.setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 void OrgReversionUnitOfWorkCategoryAmount.setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 void Reversal.setSubAccount(SubAccount subAccount)
           
 void Entry.setSubAccount(SubAccount subAccount)
           
 void AccountBalance.setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 

Uses of SubAccount in org.kuali.kfs.integration.ld
 

Methods in org.kuali.kfs.integration.ld that return SubAccount
 SubAccount LaborLedgerEntry.getSubAccount()
          Gets the subAccount
 SubAccount LaborLedgerBalance.getSubAccount()
          Gets the subAccount attribute.
 

Methods in org.kuali.kfs.integration.ld with parameters of type SubAccount
 void LaborLedgerEntry.setSubAccount(SubAccount subAccount)
          Deprecated. 
 void LaborLedgerBalance.setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 

Uses of SubAccount in org.kuali.kfs.module.ar.businessobject
 

Methods in org.kuali.kfs.module.ar.businessobject that return SubAccount
 SubAccount OrganizationAccountingDefault.getDefaultInvoiceSubAccount()
          Gets the defaultInvoiceSubAccount attribute.
 SubAccount CustomerInvoiceItemCode.getDefaultInvoiceSubAccount()
          Gets the defaultInvoiceSubAccount attribute.
 SubAccount OrganizationAccountingDefault.getDefaultPaymentSubAccount()
          Gets the defaultPaymentSubAccount attribute.
 SubAccount NonInvoiced.getSubAccount()
          Gets the subAccount attribute.
 SubAccount SystemInformation.getUniversityClearingSubAccount()
          Gets the universityClearingSubAccount attribute.
 SubAccount OrganizationAccountingDefault.getWriteoffSubAccount()
          Gets the writeoffSubAccount attribute.
 

Methods in org.kuali.kfs.module.ar.businessobject with parameters of type SubAccount
 void OrganizationAccountingDefault.setDefaultInvoiceSubAccount(SubAccount defaultInvoiceSubAccount)
          Deprecated.  
 void CustomerInvoiceItemCode.setDefaultInvoiceSubAccount(SubAccount defaultInvoiceSubAccount)
          Deprecated.  
 void OrganizationAccountingDefault.setDefaultPaymentSubAccount(SubAccount defaultPaymentSubAccount)
          Deprecated.  
 void NonInvoiced.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void SystemInformation.setUniversityClearingSubAccount(SubAccount universityClearingSubAccount)
          Deprecated.  
 void OrganizationAccountingDefault.setWriteoffSubAccount(SubAccount writeoffSubAccount)
          Deprecated.  
 

Uses of SubAccount in org.kuali.kfs.module.ar.document
 

Fields in org.kuali.kfs.module.ar.document declared as SubAccount
protected  SubAccount CustomerInvoiceDocument.paymentSubAccount
           
protected  SubAccount CustomerInvoiceWriteoffDocument.subAccount
           
 

Methods in org.kuali.kfs.module.ar.document that return SubAccount
 SubAccount CustomerInvoiceDocument.getPaymentSubAccount()
          Gets the paymentSubAccount attribute.
 SubAccount CustomerInvoiceWriteoffDocument.getSubAccount()
           
 

Methods in org.kuali.kfs.module.ar.document with parameters of type SubAccount
 void CustomerInvoiceDocument.setPaymentSubAccount(SubAccount paymentSubAccount)
          Deprecated.  
 void CustomerInvoiceWriteoffDocument.setSubAccount(SubAccount subAccount)
           
 

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

Methods in org.kuali.kfs.module.bc.businessobject that return SubAccount
 SubAccount BudgetConstructionAccountSummary.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionMonthly.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionBalanceByAccount.getSubAccount()
          Gets the subAccount attribute.
 SubAccount CalculatedSalaryFoundationTracker.getSubAccount()
           
 SubAccount BudgetConstructionLockSummary.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionAccountDump.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionControlList.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionTwoPlugListMove.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionCalculatedSalaryFoundationTracker.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionHeader.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionObjectDump.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionAppointmentFundingReason.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionAccountBalance.getSubAccount()
           
 SubAccount BudgetConstructionPositionFunding.getSubAccount()
           
 SubAccount PendingBudgetConstructionGeneralLedger.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionAccountSelect.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionSalaryFunding.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionFundingLock.getSubAccount()
          Gets the subAccount attribute.
 SubAccount PendingBudgetConstructionAppointmentFunding.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionRequestMove.getSubAccount()
          Gets the subAccount attribute.
 SubAccount BudgetConstructionAppointmentFundingLoad01Move.getSubAccount()
          Gets the subAccount attribute.
 SubAccount CalculatedSalaryFoundationTrackerOverride.getSubAccount()
          Gets the subAccount attribute.
 

Methods in org.kuali.kfs.module.bc.businessobject with parameters of type SubAccount
 void BudgetConstructionAccountSummary.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionMonthly.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionBalanceByAccount.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void CalculatedSalaryFoundationTracker.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionLockSummary.setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 void BudgetConstructionAccountDump.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionControlList.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionTwoPlugListMove.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionCalculatedSalaryFoundationTracker.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionHeader.setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 void BudgetConstructionObjectDump.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionAppointmentFundingReason.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionAccountBalance.setSubAccount(SubAccount subAccount)
           
 void BudgetConstructionPositionFunding.setSubAccount(SubAccount subAccount)
           
 void PendingBudgetConstructionGeneralLedger.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionAccountSelect.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionSalaryFunding.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionFundingLock.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void PendingBudgetConstructionAppointmentFunding.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionRequestMove.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void BudgetConstructionAppointmentFundingLoad01Move.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void CalculatedSalaryFoundationTrackerOverride.setSubAccount(SubAccount subAccount)
          Deprecated.  
 

Uses of SubAccount in org.kuali.kfs.module.bc.document
 

Fields in org.kuali.kfs.module.bc.document declared as SubAccount
protected  SubAccount BudgetConstructionDocument.subAccount
           
 

Methods in org.kuali.kfs.module.bc.document that return SubAccount
 SubAccount BudgetConstructionDocument.getSubAccount()
          Gets the subAccount attribute.
 

Methods in org.kuali.kfs.module.bc.document with parameters of type SubAccount
 void BudgetConstructionDocument.setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 

Uses of SubAccount in org.kuali.kfs.module.bc.document.service
 

Methods in org.kuali.kfs.module.bc.document.service with parameters of type SubAccount
 boolean BudgetDocumentService.isBudgetableSubAccount(SubAccount subAccount, String subAccountNumber)
          determine whether the given subaccount is budgetable
 boolean BudgetConstructionRuleHelperService.isValidSubAccount(SubAccount subAccount, String currentValue, org.kuali.rice.kns.util.MessageMap errorMap, String errorPropertyName)
          determine whether the given sub account is valid
 

Uses of SubAccount in org.kuali.kfs.module.bc.document.service.impl
 

Methods in org.kuali.kfs.module.bc.document.service.impl with parameters of type SubAccount
 boolean BudgetDocumentServiceImpl.isBudgetableSubAccount(SubAccount subAccount, String subAccountNumber)
           
 boolean BudgetConstructionRuleHelperServiceImpl.isValidSubAccount(SubAccount subAccount, String currentValue, org.kuali.rice.kns.util.MessageMap errorMap, String errorPropertyName)
           
 

Uses of SubAccount in org.kuali.kfs.module.bc.document.validation.impl
 

Methods in org.kuali.kfs.module.bc.document.validation.impl with parameters of type SubAccount
 boolean BudgetConstructionDocumentRules.isValidSubAccount(SubAccount subAccount, String value, org.kuali.rice.kns.datadictionary.DataDictionary dataDictionary, String errorPropertyName)
           
 

Uses of SubAccount in org.kuali.kfs.module.cab.businessobject
 

Methods in org.kuali.kfs.module.cab.businessobject that return SubAccount
 SubAccount GeneralLedgerEntry.getSubAccount()
          Gets the subAccount attribute.
 

Methods in org.kuali.kfs.module.cab.businessobject with parameters of type SubAccount
 void GeneralLedgerEntry.setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute.
 

Uses of SubAccount in org.kuali.kfs.module.cam.businessobject
 

Methods in org.kuali.kfs.module.cam.businessobject that return SubAccount
 SubAccount AssetPayment.getSubAccount()
          Gets the subAccount attribute.
 

Methods in org.kuali.kfs.module.cam.businessobject with parameters of type SubAccount
 void AssetPayment.setSubAccount(SubAccount subAccount)
          Deprecated.  
 

Uses of SubAccount in org.kuali.kfs.module.ec.businessobject
 

Methods in org.kuali.kfs.module.ec.businessobject that return SubAccount
 SubAccount EffortCertificationDetail.getSubAccount()
          Gets the subAccount attribute.
 

Methods in org.kuali.kfs.module.ec.businessobject with parameters of type SubAccount
 void EffortCertificationDetail.setSubAccount(SubAccount subAccount)
          Deprecated. 
 

Uses of SubAccount in org.kuali.kfs.module.endow.businessobject
 

Methods in org.kuali.kfs.module.endow.businessobject that return SubAccount
 SubAccount EndowmentAccountingLineBase.getSubAccount()
           
 SubAccount EndowmentAccountingLine.getSubAccount()
           
 SubAccount EndowmentRecurringCashTransferGLTarget.getSubAccount()
           
 

Methods in org.kuali.kfs.module.endow.businessobject with parameters of type SubAccount
 void EndowmentAccountingLineBase.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void EndowmentAccountingLine.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void EndowmentRecurringCashTransferGLTarget.setSubAccount(SubAccount subAccount)
           
 

Uses of SubAccount in org.kuali.kfs.module.ld.businessobject
 

Methods in org.kuali.kfs.module.ld.businessobject that return SubAccount
 SubAccount LaborCalculatedSalaryFoundationTracker.getSubAccount()
          Gets the subAccount attribute.
 SubAccount LedgerEntry.getSubAccount()
          Gets the subAccount
 

Methods in org.kuali.kfs.module.ld.businessobject with parameters of type SubAccount
 void LaborCalculatedSalaryFoundationTracker.setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 void LedgerEntry.setSubAccount(SubAccount subAccount)
          Deprecated. 
 

Uses of SubAccount in org.kuali.kfs.pdp.businessobject
 

Methods in org.kuali.kfs.pdp.businessobject that return SubAccount
 SubAccount CustomerProfile.getDefaultSubAccount()
          Gets the defaultSubAccount attribute.
 SubAccount PaymentAccountDetail.getSubAccount()
          This method gets the subAccount.
 

Methods in org.kuali.kfs.pdp.businessobject with parameters of type SubAccount
 void CustomerProfile.setDefaultSubAccount(SubAccount defaultSubAccount)
          Sets the defaultSubAccount attribute value.
 void PaymentAccountDetail.setSubAccount(SubAccount subAccount)
          This method sets the subAccount.
 

Uses of SubAccount in org.kuali.kfs.sys.businessobject
 

Methods in org.kuali.kfs.sys.businessobject that return SubAccount
 SubAccount Bank.getCashOffsetSubAccount()
          Gets the cashOffsetSubAccount attribute.
 SubAccount AccountingLineBase.getSubAccount()
           
 SubAccount GeneralLedgerPendingEntry.getSubAccount()
           
 SubAccount AccountingLine.getSubAccount()
           
 

Methods in org.kuali.kfs.sys.businessobject with parameters of type SubAccount
 void Bank.setCashOffsetSubAccount(SubAccount cashOffsetSubAccount)
          Sets the cashOffsetSubAccount attribute value.
 void AccountingLineBase.setSubAccount(SubAccount subAccount)
          Deprecated.  
 void GeneralLedgerPendingEntry.setSubAccount(SubAccount subAccount)
           
 void AccountingLine.setSubAccount(SubAccount subAccount)
          Deprecated.  
 

Uses of SubAccount in org.kuali.kfs.sys.document.service
 

Methods in org.kuali.kfs.sys.document.service with parameters of type SubAccount
 boolean AccountingLineRuleHelperService.isValidSubAccount(SubAccount subAccount, org.kuali.rice.kns.datadictionary.DataDictionary dataDictionary)
          This method validates that a sub account is active.
 boolean AccountingLineRuleHelperService.isValidSubAccount(SubAccount subAccount, org.kuali.rice.kns.datadictionary.DataDictionary dataDictionary, String errorPropertyName)
          This method validates that a sub account is active.
 

Uses of SubAccount in org.kuali.kfs.sys.document.service.impl
 

Methods in org.kuali.kfs.sys.document.service.impl with parameters of type SubAccount
 boolean AccountingLineRuleHelperServiceImpl.isValidSubAccount(SubAccount subAccount, org.kuali.rice.kns.datadictionary.DataDictionary dataDictionary)
           
 boolean AccountingLineRuleHelperServiceImpl.isValidSubAccount(SubAccount subAccount, org.kuali.rice.kns.datadictionary.DataDictionary dataDictionary, String errorPropertyName)
           
 

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

Fields in org.kuali.kfs.sys.identity declared as SubAccount
protected  SubAccount KfsKimAttributes.subAccount
           
 

Methods in org.kuali.kfs.sys.identity that return SubAccount
 SubAccount KfsKimAttributes.getSubAccount()
           
 

Methods in org.kuali.kfs.sys.identity with parameters of type SubAccount
 void KfsKimAttributes.setSubAccount(SubAccount subAccount)
           
 



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