org.kuali.kfs.fp.service.impl
Class CheckServiceImpl

java.lang.Object
  extended by org.kuali.kfs.fp.service.impl.CheckServiceImpl
All Implemented Interfaces:
CheckService

public class CheckServiceImpl
extends Object
implements CheckService

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

CheckServiceImpl

public CheckServiceImpl()
Method Detail

getByDocumentHeaderId

public 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.

Specified by:
getByDocumentHeaderId in interface CheckService
Parameters:
documentHeaderId - The document header id to use to find the associated collection of checks.
Returns:
A collection of checks associated with a document with the provided document header id.

setCheckDao

public void setCheckDao(CheckDao d)
Sets the checkDao attribute.

Parameters:
The - CheckDao to be set.

getCheckDao

public CheckDao getCheckDao()
Gets the checkDao attribute.

Returns:
An instance of the checkDao attribute.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.