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, setDbPlatformpublic AccountingLineDaoOjb()
public void deleteAccountingLine(AccountingLine line) throws org.springframework.dao.DataAccessException
deleteAccountingLine in interface AccountingLineDaoorg.springframework.dao.DataAccessExceptionpublic ArrayList findByDocumentHeaderId(Class clazz, String documentHeaderId) throws org.springframework.dao.DataAccessException
findByDocumentHeaderId in interface AccountingLineDaoclassname - id - org.springframework.dao.DataAccessExceptionprotected Collection findCollection(org.apache.ojb.broker.query.Query query) throws org.springframework.dao.DataAccessException
query - org.springframework.dao.DataAccessExceptionCopyright © 2004–2015 The Kuali Foundation. All rights reserved.