org.kuali.rice.krad.dao
Interface MaintenanceDocumentDao

All Known Implementing Classes:
MaintenanceDocumentDaoOjb

Deprecated. use new KRAD Data framework DataObjectService

@Deprecated
public interface MaintenanceDocumentDao

This interface defines basic methods that MaintenanceDocument Dao's must provide


Method Summary
 String getLockingDocumentNumber(String lockingRepresentation, String documentNumber)
          Deprecated. This method looks for a document that is locking the given lockingRepresentation.
 

Method Detail

getLockingDocumentNumber

String getLockingDocumentNumber(String lockingRepresentation,
                                String documentNumber)
Deprecated. 
This method looks for a document that is locking the given lockingRepresentation. If one is found, then it retrieves the documentNumber, and returns it.

Parameters:
lockingRepresentation - - locking representation to check for
documentNumber - - document number to ignore, optional argument
Returns:
returns an empty string if no locking document is found, otherwise returns the documentNumber of the locking document


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.