Class ActionHelper
java.lang.Object
com.kingsrook.qqq.backend.core.actions.ActionHelper
Utility methods to be shared by all of the various Actions (e.g., InsertAction)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
editFirstValue
(List<Serializable> values, Function<String, String> editFunction) static void
validateSession
(AbstractActionInput request)
-
Constructor Details
-
ActionHelper
public ActionHelper()
-
-
Method Details
-
validateSession
- Throws:
QException
-
editFirstValue
-