Class DeleteOutput

java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionOutput
com.kingsrook.qqq.backend.core.model.actions.tables.delete.DeleteOutput
All Implemented Interfaces:
Serializable

public class DeleteOutput extends AbstractActionOutput implements Serializable
Output for a delete action
See Also:
  • Constructor Details

    • DeleteOutput

      public DeleteOutput()
  • Method Details

    • getDeletedRecordCount

      public int getDeletedRecordCount()
      Getter for deletedRecordCount
    • setDeletedRecordCount

      public void setDeletedRecordCount(int deletedRecordCount)
      Setter for deletedRecordCount
    • getRecordsWithErrors

      public List<QRecord> getRecordsWithErrors()
    • setRecordsWithErrors

      public void setRecordsWithErrors(List<QRecord> recordsWithErrors)
    • addRecordWithError

      public void addRecordWithError(QRecord recordWithError)
    • addToDeletedRecordCount

      public void addToDeletedRecordCount(int i)
    • getRecordsWithWarnings

      public List<QRecord> getRecordsWithWarnings()
      Getter for recordsWithWarnings
    • setRecordsWithWarnings

      public void setRecordsWithWarnings(List<QRecord> recordsWithWarnings)
      Setter for recordsWithWarnings
    • withRecordsWithWarnings

      public DeleteOutput withRecordsWithWarnings(List<QRecord> recordsWithWarnings)
      Fluent setter for recordsWithWarnings
    • addRecordWithWarning

      public void addRecordWithWarning(QRecord recordWithWarning)