|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LaborLedgerPendingEntryService
Defines methods that must be implemented by classes providing a LaborLedgerPendingEntryServiceImpl.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean hasPendingLaborLedgerEntry(String chartOfAccountsCode,
String accountNumber)
account -
boolean hasPendingLaborLedgerEntry(Map fieldValues)
fieldValues - the given search criteria
boolean 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 instances
fieldValues - properties to match againstisApproved - Retrieve approved or unapproved entries?void delete(String documentHeaderId)
documentHeaderId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||