org.kuali.kfs.module.ld.dataaccess
Interface LaborGeneralLedgerEntryDao

All Known Implementing Classes:
LaborGeneralLedgerEntryDaoOjb

public interface LaborGeneralLedgerEntryDao

This is the data access object for labor general ledger entry

See Also:
LaborGeneralLedgerEntry

Method Summary
 Integer getMaxSequenceNumber(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
          get the max squence number with the given Labor General edger Entry object
 void save(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
          save the given labor GL entry into the underlying data store
 

Method Detail

getMaxSequenceNumber

Integer getMaxSequenceNumber(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
get the max squence number with the given Labor General edger Entry object

Parameters:
laborGeneralLedgerEntry - the given labor General Ledger Entry
Returns:
the max squence number with the infomation in the given Labor General edger Entry object

save

void save(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
save the given labor GL entry into the underlying data store

Parameters:
laborGeneralLedgerEntry - the given labor GL entry


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