Class HelpContentPostInsertCustomizer
java.lang.Object
com.kingsrook.qqq.backend.core.actions.customizers.AbstractPostInsertCustomizer
com.kingsrook.qqq.backend.core.model.helpcontent.HelpContentPostInsertCustomizer
- All Implemented Interfaces:
TableCustomizerInterface
after records are inserted, put their help content in meta-data
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kingsrook.qqq.backend.core.actions.customizers.TableCustomizerInterface
TableCustomizerInterface.NotImplementedHereException
-
Field Summary
Fields inherited from class com.kingsrook.qqq.backend.core.actions.customizers.AbstractPostInsertCustomizer
insertInput
Fields inherited from interface com.kingsrook.qqq.backend.core.actions.customizers.TableCustomizerInterface
LOG
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.kingsrook.qqq.backend.core.actions.customizers.AbstractPostInsertCustomizer
getInsertInput, postInsert, setInsertInput
Methods 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, postInsertOrUpdate, postQuery, postUpdate, preDelete, preInsert, preInsertOrUpdate, preUpdate, whenToRunPreInsert
-
Constructor Details
-
HelpContentPostInsertCustomizer
public HelpContentPostInsertCustomizer()
-
-
Method Details
-
apply
- Specified by:
apply
in classAbstractPostInsertCustomizer
- Throws:
QException
-