|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.service.impl.AccountingLineServiceImpl
public class AccountingLineServiceImpl
This class is the service implementation for the AccountingLine structure. This has been created with polymorphism in mind so that this service can be used for performing services for both the Source and Target AccountingLineBase structures. This is the default, Kuali provided implementation.
Constructor Summary | |
---|---|
AccountingLineServiceImpl()
Default constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccountingLineServiceImpl()
Method Detail |
---|
public List getByDocumentHeaderId(Class clazz, String documentHeaderId)
getByDocumentHeaderId
in interface AccountingLineService
Class
- The specific child class type to be retrieved.Long
-
public void setAccountingLineDao(AccountingLineDao d)
d
- public AccountingLineDao getAccountingLineDao()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |