Class AbstractPostQueryCustomizer
java.lang.Object
com.kingsrook.qqq.backend.core.actions.customizers.AbstractPostQueryCustomizer
- All Implemented Interfaces:
TableCustomizerInterface
- Direct Known Subclasses:
ImportRecordPostQueryCustomizer
,QuartzJobDataPostQueryCustomizer
public abstract class AbstractPostQueryCustomizer
extends Object
implements TableCustomizerInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kingsrook.qqq.backend.core.actions.customizers.TableCustomizerInterface
TableCustomizerInterface.NotImplementedHereException
-
Field Summary
FieldsFields inherited from interface com.kingsrook.qqq.backend.core.actions.customizers.TableCustomizerInterface
LOG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInput()
Getter for inputpostQuery
(QueryOrGetInputInterface queryInput, List<QRecord> records) custom actions to run after a query (or get!)void
setInput
(QueryOrGetInputInterface input) Setter for inputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kingsrook.qqq.backend.core.actions.customizers.TableCustomizerInterface
oldRecordListToMap, postDelete, postInsert, postInsertOrUpdate, postUpdate, preDelete, preInsert, preInsertOrUpdate, preUpdate, whenToRunPreInsert
-
Field Details
-
input
-
-
Constructor Details
-
AbstractPostQueryCustomizer
public AbstractPostQueryCustomizer()
-
-
Method Details
-
postQuery
public List<QRecord> postQuery(QueryOrGetInputInterface queryInput, List<QRecord> records) throws QException Description copied from interface:TableCustomizerInterface
custom actions to run after a query (or get!) takes place.- Specified by:
postQuery
in interfaceTableCustomizerInterface
- Throws:
QException
-
apply
-
getInput
Getter for input -
setInput
Setter for input
-