org.kuali.kfs.module.ld.service.impl
Class LaborGeneralLedgerEntryServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.ld.service.impl.LaborGeneralLedgerEntryServiceImpl
All Implemented Interfaces:
LaborGeneralLedgerEntryService

@Transactional
public class LaborGeneralLedgerEntryServiceImpl
extends Object
implements LaborGeneralLedgerEntryService

This class implements LaborGeneralLedgerEntryService to provide the access to labor general ledger entries in data stores.

See Also:
LaborGeneralLedgerEntry

Constructor Summary
LaborGeneralLedgerEntryServiceImpl()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaborGeneralLedgerEntryServiceImpl

public LaborGeneralLedgerEntryServiceImpl()
Method Detail

getMaxSequenceNumber

public Integer getMaxSequenceNumber(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
Description copied from interface: LaborGeneralLedgerEntryService
The sequence number is one of the primary keys of ledger entry. The entries can be grouped by other keys. This method is used to get the maximum sequence number in the group of entries.

Specified by:
getMaxSequenceNumber in interface LaborGeneralLedgerEntryService
Returns:
the maximum sequence number in a group of entries. If the group doesn't exist, return 0.
See Also:
org.kuali.kfs.module.ld.service.LaborGeneralLedgerEntryService#getMaxSequenceNumber()

save

public void save(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
Description copied from interface: LaborGeneralLedgerEntryService
Save the given ledger entry or update it if it exsits

Specified by:
save in interface LaborGeneralLedgerEntryService
See Also:
LaborGeneralLedgerEntryService.save(org.kuali.kfs.module.ld.businessobject.LaborGeneralLedgerEntry)

setLaborGeneralLedgerEntryDao

public void setLaborGeneralLedgerEntryDao(LaborGeneralLedgerEntryDao laborGeneralLedgerEntryDao)
Sets the laborGeneralLedgerEntryDao attribute value.

Parameters:
laborGeneralLedgerEntryDao - The laborGeneralLedgerEntryDao to set.

setLaborDao

public void setLaborDao(LaborDao laborDao)
Sets the laborDao attribute value.

Parameters:
laborDao - The laborDao to set.


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