Package | Description |
---|---|
org.kuali.ole.fp.dataaccess | |
org.kuali.ole.fp.dataaccess.impl | |
org.kuali.ole.fp.service | |
org.kuali.ole.fp.service.impl |
Modifier and Type | Method and Description |
---|---|
Collection<CheckBase> |
CheckDao.findByDocumentHeaderId(String documentHeaderId)
Retrieves a list of checks associated with a given document.
|
Modifier and Type | Method and Description |
---|---|
Collection<CheckBase> |
CheckDaoOjb.findByDocumentHeaderId(String documentHeaderId)
Retrieves accounting lines associate with a given document header ID using OJB.
|
Modifier and Type | Method and Description |
---|---|
Collection<CheckBase> |
CheckService.getByDocumentHeaderId(String documentHeaderId)
Retrieves a list of checks for the given document id.
|
Modifier and Type | Method and Description |
---|---|
Collection<CheckBase> |
CheckServiceImpl.getByDocumentHeaderId(String documentHeaderId)
Retrieves a List of Checks by using the document header id given to retrieve a document and then
retrieving all checks associated with that document.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.