|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.ld.service.impl.LaborLedgerPendingEntryServiceImpl
@Transactional public class LaborLedgerPendingEntryServiceImpl
Service implementation of LaborLedgerPendingEntryService.
Constructor Summary | |
---|---|
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)
Invokes generateEntries method on the salary expense transfer document. |
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. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
void |
setLaborLedgerPendingEntryDao(LaborLedgerPendingEntryDao laborLedgerPendingEntryDao)
Sets the laborLedgerPendingEntryDao attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaborLedgerPendingEntryServiceImpl()
Method Detail |
---|
public boolean hasPendingLaborLedgerEntry(String chartOfAccountsCode, String accountNumber)
LaborLedgerPendingEntryService
hasPendingLaborLedgerEntry
in interface LaborLedgerPendingEntryService
org.kuali.kfs.module.ld.service.LaborLedgerPendingEntryService#hasPendingLaborLedgerEntry(org.kuali.kfs.coa.businessobject.Account)
public boolean hasPendingLaborLedgerEntry(Map fieldValues)
LaborLedgerPendingEntryService
hasPendingLaborLedgerEntry
in interface LaborLedgerPendingEntryService
fieldValues
- the given search criteria
LaborLedgerPendingEntryService.hasPendingLaborLedgerEntry(java.util.Map)
public boolean generateLaborLedgerPendingEntries(LaborLedgerPostingDocument document)
generateLaborLedgerPendingEntries
in interface LaborLedgerPendingEntryService
document
- - document whose pending entries need generated
public void delete(String documentHeaderId)
LaborLedgerPendingEntryService
delete
in interface LaborLedgerPendingEntryService
public Collection findPendingEntries(Map fieldValues, boolean isApproved)
LaborLedgerPendingEntryService
LaborLedgerPendingEntry
instances
findPendingEntries
in interface LaborLedgerPendingEntryService
fieldValues
- properties to match againstisApproved
- Retrieve approved or unapproved entries?public Iterator findPendingLedgerEntriesForLedgerBalance(Map fieldValues, boolean isApproved)
LaborLedgerPendingEntryService
findPendingLedgerEntriesForLedgerBalance
in interface LaborLedgerPendingEntryService
org.kuali.module.gl.service.GeneralLedgerPendingEntryService#findPendingLedgerEntriesForAccountBalance(java.util.Map,
boolean, boolean)
public Iterator<LaborLedgerPendingEntry> findApprovedPendingLedgerEntries()
LaborLedgerPendingEntryService
findApprovedPendingLedgerEntries
in interface LaborLedgerPendingEntryService
LaborLedgerPendingEntryService.findApprovedPendingLedgerEntries()
public void deleteByFinancialDocumentApprovedCode(String financialDocumentApprovedCode)
LaborLedgerPendingEntryService
deleteByFinancialDocumentApprovedCode
in interface LaborLedgerPendingEntryService
LaborLedgerPendingEntryService.deleteByFinancialDocumentApprovedCode(java.lang.String)
public void setLaborLedgerPendingEntryDao(LaborLedgerPendingEntryDao laborLedgerPendingEntryDao)
laborLedgerPendingEntryDao
- The laborLedgerPendingEntryDao to set.public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |