public interface LaborLedgerPendingEntryService
Modifier and Type | Method and Description |
---|---|
void |
delete(String documentHeaderId)
delete pending entries with the given document header id
|
void |
deleteByFinancialDocumentApprovedCode(String financialDocumentApprovedCode)
Delete the pending entries with the given financial document approved code
|
Iterator<LaborLedgerPendingEntry> |
findApprovedPendingLedgerEntries()
Get all entries that have been approved but still in pending entry queue
|
Collection |
findPendingEntries(Map fieldValues,
boolean isApproved)
Use fieldValues to create a query for matching records of
instances |
Iterator |
findPendingLedgerEntriesForLedgerBalance(Map fieldValues,
boolean isApproved)
This method checks for pending ledger entries that match the current balance inquiry
|
boolean |
generateLaborLedgerPendingEntries(LaborLedgerPostingDocument document)
This method generates labor ledger pending entries.
|
boolean |
hasPendingLaborLedgerEntry(Map fieldValues)
determine if there is any pending entry that has not been processed for the given criteria
|
boolean |
hasPendingLaborLedgerEntry(String chartOfAccountsCode,
String accountNumber)
Does the given account have any labor ledger entries? It is necessary to check this before closing an account.
|
boolean hasPendingLaborLedgerEntry(String chartOfAccountsCode, String accountNumber)
account
- boolean hasPendingLaborLedgerEntry(Map fieldValues)
fieldValues
- the given search criteriaboolean generateLaborLedgerPendingEntries(LaborLedgerPostingDocument document)
document
- Iterator<LaborLedgerPendingEntry> findApprovedPendingLedgerEntries()
void deleteByFinancialDocumentApprovedCode(String financialDocumentApprovedCode)
approvedCode
- Iterator findPendingLedgerEntriesForLedgerBalance(Map fieldValues, boolean isApproved)
emplid
- Collection findPendingEntries(Map fieldValues, boolean isApproved)
LaborLedgerPendingEntry
instancesfieldValues
- properties to match againstisApproved
- Retrieve approved or unapproved entries?Copyright © 2004–2015 The Kuali Foundation. All rights reserved.