org.kuali.kfs.fp.service
Interface CheckService

All Known Implementing Classes:
CheckServiceImpl

public interface CheckService

This service interface defines methods that a Check service implementation must provide.


Method Summary
 List getByDocumentHeaderId(String documentHeaderId)
          Retrieves a list of checks for the given document id.
 

Method Detail

getByDocumentHeaderId

List getByDocumentHeaderId(String documentHeaderId)
Retrieves a list of checks for the given document id.

Parameters:
documentHeaderId - The document header id.
Returns:
A list of Check instances associated with the doc header id provided.


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