org.kuali.kfs.coa.dataaccess
Interface AccountDelegateGlobalDao

All Known Implementing Classes:
AccountDelegateGlobalDaoOjb

public interface AccountDelegateGlobalDao


Method Summary
 String getLockingDocumentNumber(String lockingRepresentation, String documentNumber)
          This method returns the document number of any locking records.
 

Method Detail

getLockingDocumentNumber

String getLockingDocumentNumber(String lockingRepresentation,
                                String documentNumber)
This method returns the document number of any locking records.

Parameters:
lockingRepresentation - String representation of the MaintenanceLock created by the AccountDelegateGlobal
documentNumber - the document number of the Document being checked against.
Returns:
The document number of the locking record, or null if none.


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