Uses of Interface
com.kingsrook.qqq.backend.core.model.actions.tables.QueryOrGetInputInterface
Packages that use QueryOrGetInputInterface
Package
Description
-
Uses of QueryOrGetInputInterface in com.kingsrook.qqq.backend.core.actions.customizers
Fields in com.kingsrook.qqq.backend.core.actions.customizers declared as QueryOrGetInputInterfaceModifier and TypeFieldDescriptionprotected QueryOrGetInputInterface
AbstractPostQueryCustomizer.input
Methods in com.kingsrook.qqq.backend.core.actions.customizers that return QueryOrGetInputInterfaceMethods in com.kingsrook.qqq.backend.core.actions.customizers with parameters of type QueryOrGetInputInterfaceModifier and TypeMethodDescriptionAbstractPostQueryCustomizer.postQuery
(QueryOrGetInputInterface queryInput, List<QRecord> records) TableCustomizerInterface.postQuery
(QueryOrGetInputInterface queryInput, List<QRecord> records) custom actions to run after a query (or get!)void
AbstractPostQueryCustomizer.setInput
(QueryOrGetInputInterface input) Setter for input -
Uses of QueryOrGetInputInterface in com.kingsrook.qqq.backend.core.model.actions.tables
Methods in com.kingsrook.qqq.backend.core.model.actions.tables with parameters of type QueryOrGetInputInterfaceModifier and TypeMethodDescriptiondefault void
QueryOrGetInputInterface.setCommonParamsFrom
(QueryOrGetInputInterface source) Set in THIS, the "common params" (e.g., common to both Query invalid input: '&' Get inputs) from the parameter SOURCE object. -
Uses of QueryOrGetInputInterface in com.kingsrook.qqq.backend.core.model.actions.tables.get
Classes in com.kingsrook.qqq.backend.core.model.actions.tables.get that implement QueryOrGetInputInterface -
Uses of QueryOrGetInputInterface in com.kingsrook.qqq.backend.core.model.actions.tables.query
Classes in com.kingsrook.qqq.backend.core.model.actions.tables.query that implement QueryOrGetInputInterfaceModifier and TypeClassDescriptionclass
Input data for the Query action Todo - maybe make a class between AbstractTableActionInput and {QueryInput, CountInput, and AggregateInput}, with common attributes for all of these "read" operations (like, queryHints,