org.kuali.kfs.fp.dataaccess
Interface CheckDao

All Known Implementing Classes:
CheckDaoOjb

public interface CheckDao

The data access interface for persisting Check objects.


Method Summary
 void deleteCheck(Check check)
          Delete a check from the DB.
 List findByDocumentHeaderId(String documentHeaderId)
          Retrieves a list of checks associated with a given document.
 Check save(Check check)
          Saves a Check to the DB.
 

Method Detail

save

Check save(Check check)
Saves a Check to the DB.

Parameters:
check -
Returns:
the Check that was just saved

deleteCheck

void deleteCheck(Check check)
Delete a check from the DB.

Parameters:
line -

findByDocumentHeaderId

List findByDocumentHeaderId(String documentHeaderId)
Retrieves a list of checks associated with a given document.

Parameters:
documentHeaderId -
Returns:
List of checks


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