Package org.kuali.rice.krad.maintenance
Interface BulkUpdateMaintenanceDataObject
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BulkUpdateMaintenanceDataObjectBase
Provides contract for the data object of the bulk update maintenance document.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionList<?> Returns the list of data objects of the maintenance documents that are to be updated.Returns the list of fields of the maintenance documents to be updated along with the new value.
-
Method Details
-
getUpdateFieldValues
Returns the list of fields of the maintenance documents to be updated along with the new value.- Returns:
- map where the key is the maintenance document field to be updated and the value is the new value of the field
-
getTargetUpdateDataObjects
List<?> getTargetUpdateDataObjects()Returns the list of data objects of the maintenance documents that are to be updated.- Returns:
- list of data objects to be updated
-