org.kuali.kfs.module.ar.dataaccess.impl
Class LockboxDaoOjb

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.ar.dataaccess.impl.LockboxDaoOjb
All Implemented Interfaces:
LockboxDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class LockboxDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements LockboxDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
LockboxDaoOjb()
           
 
Method Summary
 Iterator<Lockbox> getAllLockboxes()
           
 Iterator<Lockbox> getByLockboxNumber(String lockboxNumber)
           
 Lockbox getByPrimaryId(Long invoiceSequenceNumber)
          Retrieves a Lockbox object by primary key.
 Long getMaxLockboxSequenceNumber()
          Returns the highest (numerically) value for the Lockbox invoiceSequenceNumber.
 
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

LockboxDaoOjb

public LockboxDaoOjb()
Method Detail

getByPrimaryId

public Lockbox getByPrimaryId(Long invoiceSequenceNumber)
Description copied from interface: LockboxDao
Retrieves a Lockbox object by primary key.

Specified by:
getByPrimaryId in interface LockboxDao
Parameters:
invoiceSequenceNumber - - primary key
Returns:
Lockbox
See Also:
org.kuali.module.ar.dao.OrganizationOptionsDao#getByPrimaryId(java.lang.String, java.lang.String)

getByLockboxNumber

public Iterator<Lockbox> getByLockboxNumber(String lockboxNumber)
Specified by:
getByLockboxNumber in interface LockboxDao

getAllLockboxes

public Iterator<Lockbox> getAllLockboxes()
Specified by:
getAllLockboxes in interface LockboxDao

getMaxLockboxSequenceNumber

public Long getMaxLockboxSequenceNumber()
Description copied from interface: LockboxDao
Returns the highest (numerically) value for the Lockbox invoiceSequenceNumber.

Specified by:
getMaxLockboxSequenceNumber in interface LockboxDao
Returns:
The max Lockbox.invoiceSequenceNumber


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