org.kuali.kfs.module.ld.dataaccess
Interface LaborLedgerPendingEntryDao

All Superinterfaces:
GeneralLedgerPendingEntryDao
All Known Implementing Classes:
LaborLedgerPendingEntryDaoOjb

public interface LaborLedgerPendingEntryDao
extends GeneralLedgerPendingEntryDao

LaborLedgerPendingEntryDao DAO Interface.


Method Summary
 Iterator<LaborLedgerPendingEntry> findPendingLedgerEntriesForLedgerBalance(Map fieldValues, boolean isApproved)
          This method retrieves all pending ledger entries with the given search criteria
 Collection<LaborLedgerPendingEntry> hasPendingLaborLedgerEntry(Map fieldValues, Object businessObject)
          This method retrieves all pending ledger entries with the given search criteria
 
Methods inherited from interface org.kuali.kfs.sys.dataaccess.GeneralLedgerPendingEntryDao
countPendingLedgerEntries, delete, deleteByFinancialDocumentApprovedCode, findApprovedPendingLedgerEntries, findPendingEntries, findPendingLedgerEntries, findPendingLedgerEntries, findPendingLedgerEntriesForAccountBalance, findPendingLedgerEntriesForBalance, findPendingLedgerEntriesForCashBalance, findPendingLedgerEntriesForEncumbrance, findPendingLedgerEntriesForEntry, findPendingLedgerEntrySummaryForAccountBalance, getByPrimaryId, getTransactionSummary, getTransactionSummary, getTransactionSummary, save
 

Method Detail

findPendingLedgerEntriesForLedgerBalance

Iterator<LaborLedgerPendingEntry> findPendingLedgerEntriesForLedgerBalance(Map fieldValues,
                                                                           boolean isApproved)
This method retrieves all pending ledger entries with the given search criteria

Parameters:
fieldValues - the input fields and values
isApproved - the flag that indicates whether the pending entries are approved or don't care
Returns:
all pending ledger entries that may belong to encumbrance table

hasPendingLaborLedgerEntry

Collection<LaborLedgerPendingEntry> hasPendingLaborLedgerEntry(Map fieldValues,
                                                               Object businessObject)
This method retrieves all pending ledger entries with the given search criteria

Parameters:
fieldValues - the input fields and values
businessObject -
Returns:
all pending ledger entries that may belong to pendingentry table


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