Uses of Interface
org.kuali.kfs.gl.batch.service.PostTransaction

Packages that use PostTransaction
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.module.ld.batch.service.impl   
 

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

Classes in org.kuali.kfs.gl.batch.service.impl that implement PostTransaction
 class PostAccountBalance
           
 class PostBalance
          This implementation of PostTransaction updates the appropriate Balance
 class PostEncumbrance
          This implementation of PostTransaction posts a transaction that could be an encumbrance
 class PostEntry
          An implementation of PostTransaction that posts the actual entry
 class PostExpenditureTransaction
          This implementation of PostTransaction creates ExpenditureTransactions, temporary records used for ICR generation
 class PostReversal
          An implementation of PostTransaction which posts any reversals that need to be created for the transaction
 class PostSufficientFundBalances
          An implementation of PostTransaction which posts a transaction to the appropriate sufficient funds record
 

Uses of PostTransaction in org.kuali.kfs.module.ld.batch.service.impl
 

Classes in org.kuali.kfs.module.ld.batch.service.impl that implement PostTransaction
 class LaborGLLedgerEntryPoster
          This class is used to post a transaction into labor GL entry table
 class LaborLedgerBalancePoster
          This class is used to post a transaction into Labor Ledger Balance Table
 class LaborLedgerEntryPoster
          The class is used to post a transaction to labor ledger entry table
 

Methods in org.kuali.kfs.module.ld.batch.service.impl with parameters of type PostTransaction
 void LaborPosterServiceImpl.setLaborGLLedgerEntryPoster(PostTransaction laborGLLedgerEntryPoster)
          Sets the laborGLLedgerEntryPoster attribute value.
 void LaborPosterServiceImpl.setLaborLedgerBalancePoster(PostTransaction laborLedgerBalancePoster)
          Sets the laborLedgerBalancePoster attribute value.
 void LaborPosterServiceImpl.setLaborLedgerEntryPoster(PostTransaction laborLedgerEntryPoster)
          Sets the laborLedgerEntryPoster attribute value.
 



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