public class CheckServiceImpl extends Object implements CheckService
| Constructor and Description |
|---|
CheckServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Collection<CheckBase> |
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.
|
CheckDao |
getCheckDao()
Gets the checkDao attribute.
|
void |
setCheckDao(CheckDao d)
Sets the checkDao attribute.
|
public CheckServiceImpl()
public Collection<CheckBase> getByDocumentHeaderId(String documentHeaderId)
getByDocumentHeaderId in interface CheckServicedocumentHeaderId - The document header id to use to find the associated collection of checks.public void setCheckDao(CheckDao d)
The - CheckDao to be set.public CheckDao getCheckDao()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.