public class AccountingLineServiceImpl extends Object implements AccountingLineService
| Constructor and Description |
|---|
AccountingLineServiceImpl()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
AccountingLineDao |
getAccountingLineDao()
Retrieves a data access object
|
List |
getByDocumentHeaderId(Class clazz,
String documentHeaderId)
Retrieves an accounting line by its document header id.
|
void |
setAccountingLineDao(AccountingLineDao d)
Sets the data access object
|
public AccountingLineServiceImpl()
public List getByDocumentHeaderId(Class clazz, String documentHeaderId)
getByDocumentHeaderId in interface AccountingLineServiceClass - The specific child class type to be retrieved.Long - public void setAccountingLineDao(AccountingLineDao d)
d - public AccountingLineDao getAccountingLineDao()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.