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

Packages that use Entry
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.businessobject   
org.kuali.kfs.module.cab.batch   
org.kuali.kfs.module.cab.batch.dataaccess   
org.kuali.kfs.module.cab.batch.dataaccess.impl   
org.kuali.kfs.module.cab.batch.service   
org.kuali.kfs.module.cab.batch.service.impl   
org.kuali.kfs.module.cab.businessobject   
org.kuali.kfs.module.ld.businessobject   
 

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

Methods in org.kuali.kfs.gl.batch.dataaccess with parameters of type Entry
 Encumbrance LedgerPreparedStatementCachingDao.getEncumbrance(Entry entry)
           
 void LedgerPreparedStatementCachingDao.insertEntry(Entry entry)
           
 

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

Methods in org.kuali.kfs.gl.batch.dataaccess.impl with parameters of type Entry
 Encumbrance LedgerPreparedStatementCachingDaoJdbc.getEncumbrance(Entry entry)
           
 void LedgerPreparedStatementCachingDaoJdbc.insertEntry(Entry entry)
           
 

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

Methods in org.kuali.kfs.gl.batch.service with parameters of type Entry
 Encumbrance AccountingCycleCachingService.getEncumbrance(Entry entry)
           
 void AccountingCycleCachingService.insertEntry(Entry entry)
           
 

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

Classes in org.kuali.kfs.gl.batch.service.impl with type parameters of type Entry
 class BalancingServiceBaseImpl<T extends Entry,S extends Balance>
          Base service implementation for BalancingService.
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type Entry
 Encumbrance AccountingCycleCachingServiceImpl.getEncumbrance(Entry entry)
           
 void AccountingCycleCachingServiceImpl.insertEntry(Entry entry)
           
 

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

Subclasses of Entry in org.kuali.kfs.gl.businessobject
 class EntryHistory
          General Ledger business object for LedgerEntryHistory
 

Uses of Entry in org.kuali.kfs.module.cab.batch
 

Methods in org.kuali.kfs.module.cab.batch that return types with arguments of type Entry
 List<Entry> ExtractProcessLog.getDuplicateGLEntries()
          Gets the duplicateGLEntries attribute.
 List<Entry> ExtractProcessLog.getIgnoredGLEntries()
          Gets the ignoredGLEntries attribute.
 List<Entry> ExtractProcessLog.getMismatchedGLEntries()
          Gets the mismatchedGLEntries attribute.
 

Methods in org.kuali.kfs.module.cab.batch with parameters of type Entry
 void ExtractProcessLog.addDuplicateGLEntry(Entry add)
          Add a GL entry to duplicateGLEntries
 void ExtractProcessLog.addIgnoredGLEntry(Entry add)
          Add a GL entry to ignoredGLEntries
 void ExtractProcessLog.addMismatchedGLEntry(Entry add)
          Add a GL entry to mismatchedGLEntries
 

Method parameters in org.kuali.kfs.module.cab.batch with type arguments of type Entry
 void ExtractProcessLog.addDuplicateGLEntries(Collection<Entry> add)
          Adds a collection of entries to duplicateGLEntries
 void ExtractProcessLog.addIgnoredGLEntries(Collection<Entry> add)
          Adds a collection of entries to ignoredGLEntries
 void ExtractProcessLog.addMismatchedGLEntries(Collection<Entry> add)
          Adds a collection of entries to mismatchedGLEntries
 void ExtractProcessLog.setDuplicateGLEntries(List<Entry> duplicateGLEntries)
          Sets the duplicateGLEntries attribute value.
 void ExtractProcessLog.setIgnoredGLEntries(List<Entry> ignoredGLEntries)
          Sets the ignoredGLEntries attribute value.
 void ExtractProcessLog.setMismatchedGLEntries(List<Entry> mismatchedGLEntries)
          Sets the mismatchedGLEntries attribute value.
 

Uses of Entry in org.kuali.kfs.module.cab.batch.dataaccess
 

Methods in org.kuali.kfs.module.cab.batch.dataaccess that return types with arguments of type Entry
 Collection<Entry> ExtractDao.findMatchingGLEntries(BatchParameters batchParameters)
          This method implementation should find all GL Entries matching the parameters listed in the batch parameters
 

Uses of Entry in org.kuali.kfs.module.cab.batch.dataaccess.impl
 

Methods in org.kuali.kfs.module.cab.batch.dataaccess.impl that return types with arguments of type Entry
 Collection<Entry> ExtractDaoOjb.findMatchingGLEntries(BatchParameters batchParameters)
           
 

Uses of Entry in org.kuali.kfs.module.cab.batch.service
 

Methods in org.kuali.kfs.module.cab.batch.service that return types with arguments of type Entry
 Collection<Entry> BatchExtractService.findElgibleGLEntries(ExtractProcessLog processLog)
          Returns the list of CAB eligible GL entries, filter parameters are pre-configured
 List<Entry> ReconciliationService.getDuplicateEntries()
          Returns the list of duplicate entries found after reconciliation
 List<Entry> ReconciliationService.getIgnoredEntries()
          Returns the list of ignored entries found after reconciliation
 

Methods in org.kuali.kfs.module.cab.batch.service with parameters of type Entry
 boolean ReconciliationService.isDuplicateEntry(Entry glEntry)
          Returns true is a GL entry is already available in CAB
 

Method parameters in org.kuali.kfs.module.cab.batch.service with type arguments of type Entry
 void ReconciliationService.reconcile(Collection<Entry> glEntries, Collection<PurApAccountingLineBase> purapAcctEntries)
          Main reconciliation service which will apply the formula where PURAP transaction amounts are compared using GL_ENTRY_T = (AP_PMT_RQST_ACCT_CHG_T or AP_CRDT_MEMO_ACCT_CHG_T)
 void BatchExtractService.saveFPLines(List<Entry> fpLines, ExtractProcessLog processLog)
          Saves financial transaction lines which dont have Purchase Order number associated with it
 HashSet<PurchasingAccountsPayableDocument> BatchExtractService.savePOLines(List<Entry> poLines, ExtractProcessLog processLog)
          Saved purchasing line transactions, this method implementation internally uses ReconciliationService to QA the data before saving
 void BatchExtractService.separatePOLines(List<Entry> fpLines, List<Entry> purapLines, Collection<Entry> elgibleGLEntries)
          Separates out transaction lines associated with purchase order from the rest
 void BatchExtractService.separatePOLines(List<Entry> fpLines, List<Entry> purapLines, Collection<Entry> elgibleGLEntries)
          Separates out transaction lines associated with purchase order from the rest
 void BatchExtractService.separatePOLines(List<Entry> fpLines, List<Entry> purapLines, Collection<Entry> elgibleGLEntries)
          Separates out transaction lines associated with purchase order from the rest
 

Uses of Entry in org.kuali.kfs.module.cab.batch.service.impl
 

Fields in org.kuali.kfs.module.cab.batch.service.impl with type parameters of type Entry
protected  List<Entry> ReconciliationServiceImpl.duplicateEntries
           
protected  List<Entry> ReconciliationServiceImpl.ignoredEntries
           
 

Methods in org.kuali.kfs.module.cab.batch.service.impl that return types with arguments of type Entry
 Collection<Entry> BatchExtractServiceImpl.findElgibleGLEntries(ExtractProcessLog processLog)
           
 List<Entry> ReconciliationServiceImpl.getDuplicateEntries()
          Gets the duplicateEntries attribute.
 List<Entry> ReconciliationServiceImpl.getIgnoredEntries()
          Gets the ignoredEntries attribute.
 

Methods in org.kuali.kfs.module.cab.batch.service.impl with parameters of type Entry
protected  GeneralLedgerEntry BatchExtractServiceImpl.createNegativeGlEntry(Entry entry)
          Force created entry with zero transaction amount
protected  GeneralLedgerEntry BatchExtractServiceImpl.createPositiveGlEntry(Entry entry)
          Force created entry with zero transaction amount
protected  PurchasingAccountsPayableDocument BatchExtractServiceImpl.createPurchasingAccountsPayableDocument(Entry entry)
          This method creates PurchasingAccountsPayableDocument from a GL Entry and AP Document
protected  VendorCreditMemoDocument BatchExtractServiceImpl.findCreditMemoDocument(Entry entry)
          Retrieves a credit memo document for a specific document number
protected  PaymentRequestDocument BatchExtractServiceImpl.findPaymentRequestDocument(Entry entry)
          Retrieves a payment request document for a specific document number
protected  PurchasingAccountsPayableDocument BatchExtractServiceImpl.findPurchasingAccountsPayableDocument(Entry entry)
          Finds PurchasingAccountsPayableDocument using document number
 boolean ReconciliationServiceImpl.isDuplicateEntry(Entry glEntry)
           
 

Method parameters in org.kuali.kfs.module.cab.batch.service.impl with type arguments of type Entry
protected  void ReconciliationServiceImpl.groupGLEntries(Collection<Entry> glEntries)
          Groups GL entries by fields by univ_fiscal_yr, fin_coa_cd, account_nbr, sub_acct_nbr, fin_object_cd, fin_sub_obj_cd, univ_fiscal_prd_cd, fdoc_nbr, fdoc_ref_nbr
 void ReconciliationServiceImpl.reconcile(Collection<Entry> glEntries, Collection<PurApAccountingLineBase> purapAcctEntries)
           
 void BatchExtractServiceImpl.saveFPLines(List<Entry> fpLines, ExtractProcessLog processLog)
           
 HashSet<PurchasingAccountsPayableDocument> BatchExtractServiceImpl.savePOLines(List<Entry> poLines, ExtractProcessLog processLog)
           
 void BatchExtractServiceImpl.separatePOLines(List<Entry> fpLines, List<Entry> purapLines, Collection<Entry> elgibleGLEntries)
           
 void BatchExtractServiceImpl.separatePOLines(List<Entry> fpLines, List<Entry> purapLines, Collection<Entry> elgibleGLEntries)
           
 void BatchExtractServiceImpl.separatePOLines(List<Entry> fpLines, List<Entry> purapLines, Collection<Entry> elgibleGLEntries)
           
 void ReconciliationServiceImpl.setDuplicateEntries(List<Entry> duplicateEntries)
          Sets the duplicateEntries attribute.
 void ReconciliationServiceImpl.setIgnoredEntries(List<Entry> ignoredEntries)
          Sets the ignoredEntries attribute.
 

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

Methods in org.kuali.kfs.module.cab.businessobject that return Entry
 Entry GlAccountLineGroup.getTargetEntry()
          Gets the targetEntry attribute.
 

Methods in org.kuali.kfs.module.cab.businessobject that return types with arguments of type Entry
 List<Entry> GlAccountLineGroup.getSourceEntries()
          Gets the sourceEntries attribute.
 

Methods in org.kuali.kfs.module.cab.businessobject with parameters of type Entry
 void GlAccountLineGroup.combineEntry(Entry newEntry)
          This method will combine multiple GL entries for the same account line group, so that m:n association is prevented in the database.
 boolean GlAccountLineGroup.isAccounted(Entry entry)
          Returns true if input GL entry belongs to this account group
 void GlAccountLineGroup.setTargetEntry(Entry targetGlEntry)
          Sets the targetEntry attribute.
 

Method parameters in org.kuali.kfs.module.cab.businessobject with type arguments of type Entry
 void GlAccountLineGroup.setSourceEntries(List<Entry> sourceGlEntries)
          Sets the sourceEntries attribute.
 

Constructors in org.kuali.kfs.module.cab.businessobject with parameters of type Entry
GeneralLedgerEntry(Entry entry)
          Constructs a GeneralLedgerEntry item from GL line entry
GlAccountLineGroup(Entry entry)
          Constructs a GlAccountLineGroup from a GL Line Entry
 

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

Subclasses of Entry in org.kuali.kfs.module.ld.businessobject
 class LaborEntryHistory
          Labor business object for LedgerEntryHistory
 class LedgerEntry
          Labor business object for LedgerEntry
 class LedgerEntryForExpenseTransfer
          Labor business object for LedgerEntryForExpenseTransfer
 



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