Class InsertAction
java.lang.Object
com.kingsrook.qqq.backend.core.actions.AbstractQActionFunction<InsertInput,InsertOutput>
com.kingsrook.qqq.backend.core.actions.tables.InsertAction
Action to insert one or more records.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(InsertInput insertInput) executeForRecord
(InsertInput insertInput) executeForRecords
(InsertInput insertInput) void
performValidations
(InsertInput insertInput, boolean isPreview, boolean didAlreadyRunCustomizer) Methods inherited from class com.kingsrook.qqq.backend.core.actions.AbstractQActionFunction
executeAsync
-
Constructor Details
-
InsertAction
public InsertAction()
-
-
Method Details
-
executeForRecord
- Throws:
QException
-
executeForRecords
- Throws:
QException
-
execute
- Specified by:
execute
in classAbstractQActionFunction<InsertInput,
InsertOutput> - Throws:
QException
-
performValidations
public void performValidations(InsertInput insertInput, boolean isPreview, boolean didAlreadyRunCustomizer) throws QException - Throws:
QException
-