Interface BulkUpdateMaintainable

All Superinterfaces:
Maintainable, Serializable, ViewHelperService
All Known Implementing Classes:
BulkUpdateMaintainableImpl

public interface BulkUpdateMaintainable extends Maintainable
Provides contract for implementing a bulk update withing the bulk update framework.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • isPersistable

      boolean isPersistable()
      Check if the maintenance object is in a state that allows it to be persisted.
      Returns:
      true if maintenance object is persistable, false otherwise
    • generateUpdatableObjects

      List<Object> generateUpdatableObjects()
      Returns the list of updated data objects.
      Returns:
      list of updated data objects