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 TypeMethodDescriptionvoid
addRecordWithError
(QRecord recordWithError) void
addRecordWithWarning
(QRecord recordWithWarning) void
addToDeletedRecordCount
(int i) int
Getter for deletedRecordCountGetter for recordsWithWarningsvoid
setDeletedRecordCount
(int deletedRecordCount) Setter for deletedRecordCountvoid
setRecordsWithErrors
(List<QRecord> recordsWithErrors) void
setRecordsWithWarnings
(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
-