public class CheckDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements CheckDao
| Constructor and Description | 
|---|
| CheckDaoOjb() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | deleteCheck(Check check)Delete a check from the DB. | 
| Collection<CheckBase> | findByDocumentHeaderId(String documentHeaderId)Retrieves accounting lines associate with a given document header ID using OJB. | 
getDbPlatform, setDbPlatformpublic CheckDaoOjb()
public void deleteCheck(Check check) throws org.springframework.dao.DataAccessException
CheckDaodeleteCheck in interface CheckDaoline - org.springframework.dao.DataAccessExceptionpublic Collection<CheckBase> findByDocumentHeaderId(String documentHeaderId) throws org.springframework.dao.DataAccessException
findByDocumentHeaderId in interface CheckDaoclassname - id - org.springframework.dao.DataAccessExceptionCopyright © 2004–2014 The Kuali Foundation. All rights reserved.