public interface MaintenanceDocumentDao
Modifier and Type | Method and Description |
---|---|
void |
deleteLocks(String documentNumber)
This method deletes the locks for the given document number.
|
String |
getLockingDocumentNumber(String lockingRepresentation,
String documentNumber)
This method looks for a document that is locking the given lockingRepresentation.
|
void |
storeLocks(List<MaintenanceLock> maintenanceLocks)
This method stores the given list of maintenance locks.
|
String getLockingDocumentNumber(String lockingRepresentation, String documentNumber)
lockingRepresentation
- - locking representation to check fordocumentNumber
- - document number to ignore, optional argumentvoid deleteLocks(String documentNumber)
documentNumber
- - document number whose locks should be deletedvoid storeLocks(List<MaintenanceLock> maintenanceLocks)
maintenanceLocks
- - the list of maintenance locks to be storedCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.