| 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 | Class and Description |
|---|---|
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() |
Maintainable |
MaintenanceDocumentBase.getOldMaintainableObject() |
Maintainable |
MaintenanceDocument.getOldMaintainableObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceDocumentBase.setNewMaintainableObject(Maintainable newMaintainableObject) |
void |
MaintenanceDocument.setNewMaintainableObject(Maintainable newMaintainableObject) |
void |
MaintenanceDocumentBase.setOldMaintainableObject(Maintainable oldMaintainableObject) |
void |
MaintenanceDocument.setOldMaintainableObject(Maintainable oldMaintainableObject) |
| 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–2016 The Kuali Foundation. All rights reserved.