Uses of Class
com.kingsrook.qqq.backend.core.model.actions.processes.ProcessSummaryLine
Packages that use ProcessSummaryLine
Package
Description
-
Uses of ProcessSummaryLine in com.kingsrook.qqq.backend.core.model.actions.processes
Methods in com.kingsrook.qqq.backend.core.model.actions.processes that return ProcessSummaryLineModifier and TypeMethodDescriptionProcessSummaryLine.withBulletsOfText
(ArrayList<String> bulletsOfText) Fluent setter for bulletsOfTextProcessSummaryLine.withMessageSuffix
(String messageSuffix) Fluent setter for messageSuffixProcessSummaryLine.withPluralFutureMessage
(String pluralFutureMessage) Fluent setter for pluralFutureMessageProcessSummaryLine.withPluralMessage
(String pluralMessage) ProcessSummaryLine.withPluralPastMessage
(String pluralPastMessage) Fluent setter for pluralPastMessageProcessSummaryLine.withSingularFutureMessage
(String singularFutureMessage) Fluent setter for singularFutureMessageProcessSummaryLine.withSingularMessage
(String singularMessage) ProcessSummaryLine.withSingularPastMessage
(String singularPastMessage) Fluent setter for singularPastMessage -
Uses of ProcessSummaryLine in com.kingsrook.qqq.backend.core.processes.implementations.general
Methods in com.kingsrook.qqq.backend.core.processes.implementations.general that return ProcessSummaryLineModifier and TypeMethodDescriptionstatic ProcessSummaryLine
StandardProcessSummaryLineProducer.getErrorLine()
Make a line that'll say " had an error"ProcessSummaryWarningsAndErrorsRollup.getErrorTemplate()
Getter for errorTemplatestatic ProcessSummaryLine
StandardProcessSummaryLineProducer.getNoDifferencesNoUpdateLine()
static ProcessSummaryLine
StandardProcessSummaryLineProducer.getOkToDeleteLine()
Make a line that'll say " {will be/was/were} deleted"static ProcessSummaryLine
StandardProcessSummaryLineProducer.getOkToInsertLine()
Make a line that'll say " {will be/was/were} inserted"static ProcessSummaryLine
StandardProcessSummaryLineProducer.getOkToUpdateLine()
Make a line that'll say " {will be/was/were} updated"ProcessSummaryWarningsAndErrorsRollup.getOtherErrorsSummary()
Getter for otherErrorsSummaryProcessSummaryWarningsAndErrorsRollup.getOtherWarningsSummary()
Getter for otherWarningsSummaryProcessSummaryWarningsAndErrorsRollup.getWarningTemplate()
Getter for warningTemplateMethods in com.kingsrook.qqq.backend.core.processes.implementations.general that return types with arguments of type ProcessSummaryLineModifier and TypeMethodDescriptionProcessSummaryWarningsAndErrorsRollup.getErrorSummaries()
Getter for errorSummariesMethods in com.kingsrook.qqq.backend.core.processes.implementations.general with parameters of type ProcessSummaryLineModifier and TypeMethodDescriptionvoid
ProcessSummaryWarningsAndErrorsRollup.setErrorTemplate
(ProcessSummaryLine errorTemplate) Setter for errorTemplatevoid
ProcessSummaryWarningsAndErrorsRollup.setOtherErrorsSummary
(ProcessSummaryLine otherErrorsSummary) Setter for otherErrorsSummaryvoid
ProcessSummaryWarningsAndErrorsRollup.setOtherWarningsSummary
(ProcessSummaryLine otherWarningsSummary) Setter for otherWarningsSummaryvoid
ProcessSummaryWarningsAndErrorsRollup.setWarningTemplate
(ProcessSummaryLine warningTemplate) Setter for warningTemplatestatic ArrayList
<ProcessSummaryLineInterface> StandardProcessSummaryLineProducer.toArrayList
(ProcessSummaryLine... lines) one-liner for implementing getProcessSummary - just pass your lines in as varargs as in: return (StandardProcessSummaryLineProducer.toArrayList(okToInsert, okToUpdate));ProcessSummaryWarningsAndErrorsRollup.withErrorTemplate
(ProcessSummaryLine errorTemplate) Fluent setter for errorTemplateProcessSummaryWarningsAndErrorsRollup.withOtherErrorsSummary
(ProcessSummaryLine otherErrorsSummary) Fluent setter for otherErrorsSummaryProcessSummaryWarningsAndErrorsRollup.withOtherWarningsSummary
(ProcessSummaryLine otherWarningsSummary) Fluent setter for otherWarningsSummaryProcessSummaryWarningsAndErrorsRollup.withWarningTemplate
(ProcessSummaryLine warningTemplate) Fluent setter for warningTemplate -
Uses of ProcessSummaryLine in com.kingsrook.qqq.backend.core.processes.implementations.tablesync
Fields in com.kingsrook.qqq.backend.core.processes.implementations.tablesync declared as ProcessSummaryLineModifier and TypeFieldDescriptionprotected ProcessSummaryLine
AbstractTableSyncTransformStep.errorMissingKeyField
protected ProcessSummaryLine
AbstractTableSyncTransformStep.okToInsert
protected ProcessSummaryLine
AbstractTableSyncTransformStep.okToUpdate
protected ProcessSummaryLine
AbstractTableSyncTransformStep.unspecifiedError
protected ProcessSummaryLine
AbstractTableSyncTransformStep.willNotInsert
protected ProcessSummaryLine
AbstractTableSyncTransformStep.willNotUpdate