org.kuali.kfs.module.ar.dataaccess
Interface LockboxDao
- All Known Implementing Classes:
- LockboxDaoOjb
public interface LockboxDao
getByPrimaryId
Lockbox getByPrimaryId(Long invoiceSequenceNumber)
- Retrieves a Lockbox object by primary key.
- Parameters:
invoiceSequenceNumber
- - primary key
- Returns:
- Lockbox
getByLockboxNumber
Iterator<Lockbox> getByLockboxNumber(String lockboxNumber)
getAllLockboxes
Iterator<Lockbox> getAllLockboxes()
getMaxLockboxSequenceNumber
Long getMaxLockboxSequenceNumber()
- Returns the highest (numerically) value for the Lockbox
invoiceSequenceNumber.
- Returns:
- The max Lockbox.invoiceSequenceNumber
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.