Uses of Interface
org.kuali.rice.krad.maintenance.Maintainable
Packages that use Maintainable
Package
Description
-
Uses of Maintainable in org.kuali.rice.krad.datadictionary
Fields in org.kuali.rice.krad.datadictionary with type parameters of type MaintainableModifier and TypeFieldDescriptionprotected Class<? extends Maintainable> MaintenanceDocumentEntry.maintainableClassMethods in org.kuali.rice.krad.datadictionary that return types with arguments of type MaintainableModifier and TypeMethodDescriptionClass<? extends Maintainable> MaintenanceDocumentEntry.getMaintainableClass()Method parameters in org.kuali.rice.krad.datadictionary with type arguments of type MaintainableModifier and TypeMethodDescriptionvoidMaintenanceDocumentEntry.setMaintainableClass(Class<? extends Maintainable> maintainableClass) -
Uses of Maintainable in org.kuali.rice.krad.maintenance
Subinterfaces of Maintainable in org.kuali.rice.krad.maintenanceModifier and TypeInterfaceDescriptioninterfaceProvides contract for implementing a bulk update withing the bulk update framework.Classes in org.kuali.rice.krad.maintenance that implement MaintainableModifier and TypeClassDescriptionclassDefault implementation ofBulkUpdateMaintainable.classDefault implementation of theMaintainableinterface.Fields in org.kuali.rice.krad.maintenance declared as MaintainableModifier and TypeFieldDescriptionprotected MaintainableMaintenanceDocumentBase.newMaintainableObjectprotected MaintainableMaintenanceDocumentBase.oldMaintainableObjectMethods in org.kuali.rice.krad.maintenance that return MaintainableModifier and TypeMethodDescriptionMaintenanceDocument.getNewMaintainableObject()Get the new maintainable objectMaintenanceDocumentBase.getNewMaintainableObject()MaintenanceDocument.getOldMaintainableObject()Get the old maintainable objectMaintenanceDocumentBase.getOldMaintainableObject()Methods in org.kuali.rice.krad.maintenance with parameters of type MaintainableModifier and TypeMethodDescriptionvoidMaintenanceDocument.setNewMaintainableObject(Maintainable newMaintainableObject) Set the new maintainable objectvoidMaintenanceDocumentBase.setNewMaintainableObject(Maintainable newMaintainableObject) voidMaintenanceDocument.setOldMaintainableObject(Maintainable oldMaintainableObject) Set the old maintainable objectvoidMaintenanceDocumentBase.setOldMaintainableObject(Maintainable oldMaintainableObject) -
Uses of Maintainable in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return types with arguments of type MaintainableModifier and TypeMethodDescriptionClass<? 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 nameMethods in org.kuali.rice.krad.service with parameters of type MaintainableModifier and TypeMethodDescriptionMaintenanceDocumentService.getLockingDocumentId(Maintainable maintainable, String documentNumber) Attempts to find any other active documents that are pending on the same maintenance record.