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.bulk.insert
Fields in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert declared as ProcessSummaryLine -
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 ProcessSummaryLineStandardProcessSummaryLineProducer.getErrorLine()Make a line that'll say " had an error"ProcessSummaryWarningsAndErrorsRollup.getErrorTemplate()Getter for errorTemplatestatic ProcessSummaryLineStandardProcessSummaryLineProducer.getNoDifferencesNoUpdateLine()static ProcessSummaryLineStandardProcessSummaryLineProducer.getOkToDeleteLine()Make a line that'll say " {will be/was/were} deleted"static ProcessSummaryLineStandardProcessSummaryLineProducer.getOkToInsertLine()Make a line that'll say " {will be/was/were} inserted"static ProcessSummaryLineStandardProcessSummaryLineProducer.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 TypeMethodDescriptionvoidProcessSummaryWarningsAndErrorsRollup.setErrorTemplate(ProcessSummaryLine errorTemplate) Setter for errorTemplatevoidProcessSummaryWarningsAndErrorsRollup.setOtherErrorsSummary(ProcessSummaryLine otherErrorsSummary) Setter for otherErrorsSummaryvoidProcessSummaryWarningsAndErrorsRollup.setOtherWarningsSummary(ProcessSummaryLine otherWarningsSummary) Setter for otherWarningsSummaryvoidProcessSummaryWarningsAndErrorsRollup.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 ProcessSummaryLineAbstractTableSyncTransformStep.errorMissingKeyFieldprotected ProcessSummaryLineAbstractTableSyncTransformStep.okToInsertprotected ProcessSummaryLineAbstractTableSyncTransformStep.okToUpdateprotected ProcessSummaryLineAbstractTableSyncTransformStep.unspecifiedErrorprotected ProcessSummaryLineAbstractTableSyncTransformStep.willNotInsertprotected ProcessSummaryLineAbstractTableSyncTransformStep.willNotUpdate