public class LockboxDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements LockboxDao
Constructor and Description |
---|
LockboxDaoOjb() |
Modifier and Type | Method and Description |
---|---|
Collection<Lockbox> |
getAllLockboxes()
Returns all Lockboxes
|
Long |
getMaxLockboxSequenceNumber()
Returns the highest (numerically) value for the Lockbox
invoiceSequenceNumber.
|
getDbPlatform, setDbPlatform
public LockboxDaoOjb()
public Collection<Lockbox> getAllLockboxes()
LockboxDao
getAllLockboxes
in interface LockboxDao
public Long getMaxLockboxSequenceNumber()
LockboxDao
getMaxLockboxSequenceNumber
in interface LockboxDao
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.