Class HelpContentPreUpdateCustomizer
java.lang.Object
com.kingsrook.qqq.backend.core.actions.customizers.AbstractPreUpdateCustomizer
com.kingsrook.qqq.backend.core.model.helpcontent.HelpContentPreUpdateCustomizer
- All Implemented Interfaces:
TableCustomizerInterface
in case a row's Key or Role was changed, remove existing helpContent from that key.
-
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.AbstractPreUpdateCustomizer
isPreview, 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.AbstractPreUpdateCustomizer
getIsPreview, getOldRecordList, getOldRecordMap, getUpdateInput, preUpdate, setIsPreview, setOldRecordList, setUpdateInput, withIsPreview
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, postUpdate, preDelete, preInsert, preInsertOrUpdate, whenToRunPreInsert
-
Constructor Details
-
HelpContentPreUpdateCustomizer
public HelpContentPreUpdateCustomizer()
-
-
Method Details
-
apply
- Specified by:
apply
in classAbstractPreUpdateCustomizer
- Throws:
QException
-