Class DeleteOutput
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionOutput
com.kingsrook.qqq.backend.core.model.actions.tables.delete.DeleteOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecordWithError(QRecord recordWithError) voidaddRecordWithWarning(QRecord recordWithWarning) voidaddToDeletedRecordCount(int i) intGetter for deletedRecordCountGetter for recordsWithWarningsvoidsetDeletedRecordCount(int deletedRecordCount) Setter for deletedRecordCountvoidsetRecordsWithErrors(List<QRecord> recordsWithErrors) voidsetRecordsWithWarnings(List<QRecord> recordsWithWarnings) Setter for recordsWithWarningswithRecordsWithWarnings(List<QRecord> recordsWithWarnings) Fluent setter for recordsWithWarnings
-
Constructor Details
-
DeleteOutput
public DeleteOutput()
-
-
Method Details
-
getDeletedRecordCount
public int getDeletedRecordCount()Getter for deletedRecordCount -
setDeletedRecordCount
public void setDeletedRecordCount(int deletedRecordCount) Setter for deletedRecordCount -
getRecordsWithErrors
-
setRecordsWithErrors
-
addRecordWithError
-
addToDeletedRecordCount
public void addToDeletedRecordCount(int i) -
getRecordsWithWarnings
-
setRecordsWithWarnings
-
withRecordsWithWarnings
Fluent setter for recordsWithWarnings -
addRecordWithWarning
-