| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.maintenance | |
| org.kuali.rice.krad.service |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Maintainable> |
MaintenanceDocumentEntry.maintainableClass |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Maintainable> |
MaintenanceDocumentEntry.getMaintainableClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceDocumentEntry.setMaintainableClass(Class<? extends Maintainable> maintainableClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BulkUpdateMaintainable
Provides contract for implementing a bulk update withing the bulk update framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkUpdateMaintainableImpl
Default implementation of
BulkUpdateMaintainable. |
class |
MaintainableImpl
Default implementation of the
Maintainable interface. |
| Modifier and Type | Field and Description |
|---|---|
protected Maintainable |
MaintenanceDocumentBase.newMaintainableObject |
protected Maintainable |
MaintenanceDocumentBase.oldMaintainableObject |
| Modifier and Type | Method and Description |
|---|---|
Maintainable |
MaintenanceDocumentBase.getNewMaintainableObject() |
Maintainable |
MaintenanceDocument.getNewMaintainableObject()
Get the new maintainable object
|
Maintainable |
MaintenanceDocumentBase.getOldMaintainableObject() |
Maintainable |
MaintenanceDocument.getOldMaintainableObject()
Get the old maintainable object
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceDocumentBase.setNewMaintainableObject(Maintainable newMaintainableObject) |
void |
MaintenanceDocument.setNewMaintainableObject(Maintainable newMaintainableObject)
Set the new maintainable object
|
void |
MaintenanceDocumentBase.setOldMaintainableObject(Maintainable oldMaintainableObject) |
void |
MaintenanceDocument.setOldMaintainableObject(Maintainable oldMaintainableObject)
Set the old maintainable object
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Maintainable> |
DocumentDictionaryService.getMaintainableClass(String docTypeName)
Retrieves the maintainable class instance that is configured in the maintenance document
entry associated with the given document type name
|
| Modifier and Type | Method and Description |
|---|---|
String |
MaintenanceDocumentService.getLockingDocumentId(Maintainable maintainable,
String documentNumber)
Attempts to find any other active documents that are pending on the same
maintenance record.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.