Package org.kuali.rice.krad.dao
Interface MaintenanceDocumentDao
- All Known Implementing Classes:
MaintenanceDocumentDaoOjb
Deprecated.
This interface defines basic methods that MaintenanceDocument Dao's must provide
-
Method Summary
Modifier and TypeMethodDescriptiongetLockingDocumentNumber(String lockingRepresentation, String documentNumber) Deprecated.This method looks for a document that is locking the given lockingRepresentation.
-
Method Details
-
getLockingDocumentNumber
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 fordocumentNumber- - 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
-
DataObjectService