Class HelpContentPostUpdateCustomizer
java.lang.Object
com.kingsrook.qqq.backend.core.actions.customizers.AbstractPostUpdateCustomizer
com.kingsrook.qqq.backend.core.model.helpcontent.HelpContentPostUpdateCustomizer
- All Implemented Interfaces:
TableCustomizerInterface
after records are updated, 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.AbstractPostUpdateCustomizer
oldRecordList, updateInput
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.AbstractPostUpdateCustomizer
getOldRecordList, getOldRecordMap, getUpdateInput, postUpdate, setOldRecordList, setUpdateInput
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, postInsert, postInsertOrUpdate, postQuery, preDelete, preInsert, preInsertOrUpdate, preUpdate, whenToRunPreInsert
-
Constructor Details
-
HelpContentPostUpdateCustomizer
public HelpContentPostUpdateCustomizer()
-
-
Method Details
-
apply
- Specified by:
apply
in classAbstractPostUpdateCustomizer
- Throws:
QException
-