Package org.kuali.rice.krad.maintenance
Class BulkUpdateMaintenanceDataObjectBase
java.lang.Object
org.kuali.rice.krad.maintenance.BulkUpdateMaintenanceDataObjectBase
- All Implemented Interfaces:
Serializable,BulkUpdateMaintenanceDataObject
public class BulkUpdateMaintenanceDataObjectBase
extends Object
implements BulkUpdateMaintenanceDataObject
Default implementation of
BulkUpdateMaintenanceDataObject.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
BulkUpdateMaintenanceDataObjectBase
public BulkUpdateMaintenanceDataObjectBase()
-
-
Method Details
-
getUpdateFieldValues
Description copied from interface:BulkUpdateMaintenanceDataObjectReturns the list of fields of the maintenance documents to be updated along with the new value.- Specified by:
getUpdateFieldValuesin interfaceBulkUpdateMaintenanceDataObject- Returns:
- map where the key is the maintenance document field to be updated and the value is the new value of the field
- See Also:
-
getTargetUpdateDataObjects
Description copied from interface:BulkUpdateMaintenanceDataObjectReturns the list of data objects of the maintenance documents that are to be updated.- Specified by:
getTargetUpdateDataObjectsin interfaceBulkUpdateMaintenanceDataObject- Returns:
- list of data objects to be updated
- See Also:
-