Interface BulkUpdateMaintenanceDataObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
BulkUpdateMaintenanceDataObjectBase

public interface BulkUpdateMaintenanceDataObject extends Serializable
Provides contract for the data object of the bulk update maintenance document.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    List<?>
    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

      Map<String,?> 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