| Package | Description |
|---|---|
| org.kuali.rice.krad.maintenance | |
| org.kuali.rice.krad.service |
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceLock> |
MaintainableImpl.generateMaintenanceLocks()
Note: as currently implemented, every key field for a given
data object class must have a visible getter
|
List<MaintenanceLock> |
Maintainable.generateMaintenanceLocks()
Invoked to generating the list of maintenance locks used to block other edits
of the same data object record
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceDocumentService.storeLocks(List<MaintenanceLock> maintenanceLocks)
Call the same-named method in the Dao, since the service has access to
the Dao, but the caller doesn't.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.