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, setDbPlatform
public CheckDaoOjb()
public void deleteCheck(Check check) throws org.springframework.dao.DataAccessException
CheckDao
deleteCheck
in interface CheckDao
line
- org.springframework.dao.DataAccessException
public Collection<CheckBase> findByDocumentHeaderId(String documentHeaderId) throws org.springframework.dao.DataAccessException
findByDocumentHeaderId
in interface CheckDao
classname
- id
- org.springframework.dao.DataAccessException
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.