Method Summary |
|
public void | deleteCheck(Check check) Deletes a check from the database. |
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.
Parameters: documentHeaderId - The document header id to use to find the associated collection of checks. |
public CheckDao | getCheckDao() Gets the checkDao attribute. |
public Check | save(Check check) Saves a check to the database.
Parameters: check - The check to be saved. |
public void | setCheckDao(CheckDao d) Sets the checkDao attribute. |