Uses of Interface
com.kingsrook.qqq.backend.core.model.actions.processes.ProcessSummaryLineInterface
Packages that use ProcessSummaryLineInterface
Package
Description
-
Uses of ProcessSummaryLineInterface in com.kingsrook.qqq.backend.core.model.actions.processes
Classes in com.kingsrook.qqq.backend.core.model.actions.processes that implement ProcessSummaryLineInterfaceModifier and TypeClassDescriptionclassSimple process summary result object, that lets you give a link to a filter on a table.classFor processes that may show a review invalid input: '&' result screen, this class provides a standard way to summarize information about the records in the process.classSimple process summary result object, that lets you give a link to a record in a table.Method parameters in com.kingsrook.qqq.backend.core.model.actions.processes with type arguments of type ProcessSummaryLineInterfaceModifier and TypeMethodDescriptionvoidProcessSummaryLine.addSelfToListIfAnyCount(ArrayList<ProcessSummaryLineInterface> rs) -
Uses of ProcessSummaryLineInterface in com.kingsrook.qqq.backend.core.processes.implementations.bulk.delete
Methods in com.kingsrook.qqq.backend.core.processes.implementations.bulk.delete that return types with arguments of type ProcessSummaryLineInterfaceModifier and TypeMethodDescriptionBulkDeleteLoadStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) BulkDeleteTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) -
Uses of ProcessSummaryLineInterface in com.kingsrook.qqq.backend.core.processes.implementations.bulk.edit
Methods in com.kingsrook.qqq.backend.core.processes.implementations.bulk.edit that return types with arguments of type ProcessSummaryLineInterfaceModifier and TypeMethodDescriptionBulkEditLoadStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) BulkEditTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) -
Uses of ProcessSummaryLineInterface in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert
Methods in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert that return types with arguments of type ProcessSummaryLineInterfaceModifier and TypeMethodDescriptionBulkInsertLoadStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) BulkInsertTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) -
Uses of ProcessSummaryLineInterface in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend
Methods in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend that return types with arguments of type ProcessSummaryLineInterfaceModifier and TypeMethodDescriptiondefault ArrayList<ProcessSummaryLineInterface> ProcessSummaryProviderInterface.doGetProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) not meant to be overridden - meant to be called by framework - to make sure that all lines have their proper message picked (e.g., if they have singular/plural and past/future variants).NoopTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) getProcessSummaryProcessSummaryProviderInterface.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) Note - object needs to be serializable, and List isn't... so, use ArrayList? -
Uses of ProcessSummaryLineInterface in com.kingsrook.qqq.backend.core.processes.implementations.garbagecollector
Methods in com.kingsrook.qqq.backend.core.processes.implementations.garbagecollector that return types with arguments of type ProcessSummaryLineInterfaceModifier and TypeMethodDescriptionGarbageCollectorTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) getProcessSummary -
Uses of ProcessSummaryLineInterface in com.kingsrook.qqq.backend.core.processes.implementations.general
Methods in com.kingsrook.qqq.backend.core.processes.implementations.general that return types with arguments of type ProcessSummaryLineInterfaceModifier and TypeMethodDescriptionstatic 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));Method parameters in com.kingsrook.qqq.backend.core.processes.implementations.general with type arguments of type ProcessSummaryLineInterfaceModifier and TypeMethodDescriptionvoidProcessSummaryWarningsAndErrorsRollup.addToList(ArrayList<ProcessSummaryLineInterface> list) -
Uses of ProcessSummaryLineInterface in com.kingsrook.qqq.backend.core.processes.implementations.mergeduplicates
Methods in com.kingsrook.qqq.backend.core.processes.implementations.mergeduplicates that return types with arguments of type ProcessSummaryLineInterfaceModifier and TypeMethodDescriptionAbstractMergeDuplicatesTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) -
Uses of ProcessSummaryLineInterface in com.kingsrook.qqq.backend.core.processes.implementations.scripts
Methods in com.kingsrook.qqq.backend.core.processes.implementations.scripts that return types with arguments of type ProcessSummaryLineInterfaceModifier and TypeMethodDescriptionRunRecordScriptLoadStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) RunRecordScriptTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) -
Uses of ProcessSummaryLineInterface in com.kingsrook.qqq.backend.core.processes.implementations.tablesync
Methods in com.kingsrook.qqq.backend.core.processes.implementations.tablesync that return types with arguments of type ProcessSummaryLineInterfaceModifier and TypeMethodDescriptionprotected ArrayList<ProcessSummaryLineInterface> AbstractTableSyncTransformStep.getErrorProcessSummaryLines(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) AbstractTableSyncTransformStep.getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen)