org.kuali.kfs.module.ld.dataaccess.impl
Class LaborGeneralLedgerEntryDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.kfs.module.ld.dataaccess.impl.LaborGeneralLedgerEntryDaoOjb
All Implemented Interfaces:
LaborGeneralLedgerEntryDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class LaborGeneralLedgerEntryDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements LaborGeneralLedgerEntryDao

This is the data access object for labor general ledger entry

See Also:
LaborGeneralLedgerEntry

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
LaborGeneralLedgerEntryDaoOjb()
           
 
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
 
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaborGeneralLedgerEntryDaoOjb

public LaborGeneralLedgerEntryDaoOjb()
Method Detail

getMaxSequenceNumber

public Integer getMaxSequenceNumber(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
Description copied from interface: LaborGeneralLedgerEntryDao
get the max squence number with the given Labor General edger Entry object

Specified by:
getMaxSequenceNumber in interface LaborGeneralLedgerEntryDao
Parameters:
laborGeneralLedgerEntry - the given labor General Ledger Entry
Returns:
the max squence number with the infomation in the given Labor General edger Entry object
See Also:
LaborGeneralLedgerEntryDao.getMaxSequenceNumber(org.kuali.kfs.module.ld.businessobject.LaborGeneralLedgerEntry)

save

public void save(LaborGeneralLedgerEntry laborGeneralLedgerEntry)
Description copied from interface: LaborGeneralLedgerEntryDao
save the given labor GL entry into the underlying data store

Specified by:
save in interface LaborGeneralLedgerEntryDao
Parameters:
laborGeneralLedgerEntry - the given labor GL entry
See Also:
LaborGeneralLedgerEntryDao.save(org.kuali.kfs.module.ld.businessobject.LaborGeneralLedgerEntry)


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