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!)voidsetInput(QueryOrGetInputInterface input) Setter for inputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:TableCustomizerInterfacecustom actions to run after a query (or get!) takes place.- Specified by:
postQueryin interfaceTableCustomizerInterface- Throws:
QException
-
apply
-
getInput
Getter for input -
setInput
Setter for input
-