@Transactional public class LaborGeneralLedgerEntryServiceImpl extends Object implements LaborGeneralLedgerEntryService
LaborGeneralLedgerEntry| Constructor and Description |
|---|
LaborGeneralLedgerEntryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxSequenceNumber(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
The sequence number is one of the primary keys of ledger entry.
|
void |
save(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
Save the given ledger entry or update it if it exsits
|
void |
setLaborDao(LaborDao laborDao)
Sets the laborDao attribute value.
|
void |
setLaborGeneralLedgerEntryDao(LaborGeneralLedgerEntryDao laborGeneralLedgerEntryDao)
Sets the laborGeneralLedgerEntryDao attribute value.
|
public LaborGeneralLedgerEntryServiceImpl()
public Integer getMaxSequenceNumber(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
LaborGeneralLedgerEntryServicegetMaxSequenceNumber in interface LaborGeneralLedgerEntryServiceorg.kuali.kfs.module.ld.service.LaborGeneralLedgerEntryService#getMaxSequenceNumber()public void save(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
LaborGeneralLedgerEntryServicesave in interface LaborGeneralLedgerEntryServiceLaborGeneralLedgerEntryService.save(org.kuali.kfs.module.ld.businessobject.LaborGeneralLedgerEntry)public void setLaborGeneralLedgerEntryDao(LaborGeneralLedgerEntryDao laborGeneralLedgerEntryDao)
laborGeneralLedgerEntryDao - The laborGeneralLedgerEntryDao to set.public void setLaborDao(LaborDao laborDao)
laborDao - The laborDao to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.