org.kuali.kfs.module.ar.document.dataaccess
Interface CashControlDetailDao

All Known Implementing Classes:
CashControlDetailDaoOjb

public interface CashControlDetailDao


Method Summary
 CashControlDetail getCashControlDetailByRefDocNumber(String referenceDocumentNumber)
          Retrieves the CashControlDetail object associated with a given reference Document Number.
 

Method Detail

getCashControlDetailByRefDocNumber

CashControlDetail getCashControlDetailByRefDocNumber(String referenceDocumentNumber)
Retrieves the CashControlDetail object associated with a given reference Document Number. This will typically be the PaymentApplication Document Number that is generated by the CashControl document.

Parameters:
referenceDocumentNumber - The PayApp document number you want to find the associated CashControlDetail record for.
Returns:
The associated CashControlDetail record if it exists, null if it doesnt.


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