public class AccountingLineDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements AccountingLineDao
Constructor and Description |
---|
AccountingLineDaoOjb() |
Modifier and Type | Method and Description |
---|---|
void |
deleteAccountingLine(AccountingLine line)
Deletes an accounting line from the DB using OJB.
|
ArrayList |
findByDocumentHeaderId(Class clazz,
String documentHeaderId)
Retrieves accounting lines associate with a given document header ID using OJB.
|
protected Collection |
findCollection(org.apache.ojb.broker.query.Query query)
Retrieve a Collection of Document instances found by a query.
|
getDbPlatform, setDbPlatform
public AccountingLineDaoOjb()
public void deleteAccountingLine(AccountingLine line) throws org.springframework.dao.DataAccessException
deleteAccountingLine
in interface AccountingLineDao
org.springframework.dao.DataAccessException
public ArrayList findByDocumentHeaderId(Class clazz, String documentHeaderId) throws org.springframework.dao.DataAccessException
findByDocumentHeaderId
in interface AccountingLineDao
classname
- id
- org.springframework.dao.DataAccessException
protected Collection findCollection(org.apache.ojb.broker.query.Query query) throws org.springframework.dao.DataAccessException
query
- org.springframework.dao.DataAccessException
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.