|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.fp.service.impl.CheckServiceImpl
public class CheckServiceImpl
This is the default implementation of the CheckService interface.
Constructor Summary | |
---|---|
CheckServiceImpl()
|
Method Summary | |
---|---|
List |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckServiceImpl()
Method Detail |
---|
public List getByDocumentHeaderId(String documentHeaderId)
getByDocumentHeaderId
in interface CheckService
documentHeaderId
- 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |