Uses of Class
org.kuali.kfs.gl.businessobject.Reversal

Packages that use Reversal
org.kuali.kfs.gl.batch.dataaccess   
org.kuali.kfs.gl.batch.dataaccess.impl   
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.dataaccess   
org.kuali.kfs.gl.dataaccess.impl   
org.kuali.kfs.gl.service   
org.kuali.kfs.gl.service.impl   
 

Uses of Reversal in org.kuali.kfs.gl.batch.dataaccess
 

Methods in org.kuali.kfs.gl.batch.dataaccess with parameters of type Reversal
 void LedgerPreparedStatementCachingDao.insertReversal(Reversal reversal)
           
 

Uses of Reversal in org.kuali.kfs.gl.batch.dataaccess.impl
 

Methods in org.kuali.kfs.gl.batch.dataaccess.impl with parameters of type Reversal
 void LedgerPreparedStatementCachingDaoJdbc.insertReversal(Reversal reversal)
           
 

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

Methods in org.kuali.kfs.gl.batch.service with parameters of type Reversal
 void AccountingCycleCachingService.insertReversal(Reversal reversal)
           
 

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

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type Reversal
 void AccountingCycleCachingServiceImpl.insertReversal(Reversal reversal)
           
 

Uses of Reversal in org.kuali.kfs.gl.dataaccess
 

Methods in org.kuali.kfs.gl.dataaccess that return Reversal
 Reversal ReversalDao.getByTransaction(Transaction t)
          Looks up the reversal that matches the keys from the given transaction
 

Methods in org.kuali.kfs.gl.dataaccess with parameters of type Reversal
 void ReversalDao.delete(Reversal re)
          Deletes a reversal record
 void ReversalDao.save(Reversal re)
          Saves a reversal record
 

Uses of Reversal in org.kuali.kfs.gl.dataaccess.impl
 

Methods in org.kuali.kfs.gl.dataaccess.impl that return Reversal
 Reversal ReversalDaoOjb.getByTransaction(Transaction t)
          Fetches the reversal record that would affected by the posting of the given transaction
 

Methods in org.kuali.kfs.gl.dataaccess.impl with parameters of type Reversal
 void ReversalDaoOjb.delete(Reversal re)
          Deletes a reversal record
 void ReversalDaoOjb.save(Reversal re)
          Saves a reversal record
 

Uses of Reversal in org.kuali.kfs.gl.service
 

Methods in org.kuali.kfs.gl.service that return Reversal
 Reversal ReversalService.getByTransaction(Transaction t)
          Fetches or generates a reversal record, based on the given transaction
 

Methods in org.kuali.kfs.gl.service with parameters of type Reversal
 void ReversalService.delete(Reversal re)
          Removes a reversal record from the persistence store
 void ReversalService.save(Reversal re)
          Saves a reversal to the database
 

Uses of Reversal in org.kuali.kfs.gl.service.impl
 

Methods in org.kuali.kfs.gl.service.impl that return Reversal
 Reversal ReversalServiceImpl.getByTransaction(Transaction t)
           
 

Methods in org.kuali.kfs.gl.service.impl with parameters of type Reversal
protected  LedgerEntryForReporting ReversalServiceImpl.buildLedgerEntryFromReversal(Reversal reversal)
          Creates a LedgerEntry from a reversal, which is proper for summarization (ie, its fiscal year and period code are based off the reversal date, not off the transaction date or the reversal's current fiscal year and accounting period)
 void ReversalServiceImpl.delete(Reversal re)
          Deletes a reversal record
 void ReversalServiceImpl.save(Reversal re)
          Saves a reversal record
 



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