public interface AccountingLineDao
Modifier and Type | Method and Description |
---|---|
void |
deleteAccountingLine(AccountingLine line)
Deletes an accounting line from the DB.
|
ArrayList |
findByDocumentHeaderId(Class clazz,
String id)
Retrieves a list of accounting lines (by class type) associated with a given document.
|
void deleteAccountingLine(AccountingLine line)
line
- ArrayList findByDocumentHeaderId(Class clazz, String id)
clazz
- id
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.