Uses of Class
com.kingsrook.qqq.backend.core.actions.AbstractQActionFunction
Packages that use AbstractQActionFunction
Package
Description
-
Uses of AbstractQActionFunction in com.kingsrook.qqq.api.actions
Subclasses of AbstractQActionFunction in com.kingsrook.qqq.api.actionsModifier and TypeClassDescriptionclassclassFor a given table (name) and API version, return the list of fields that apply for the API. -
Uses of AbstractQActionFunction in com.kingsrook.qqq.backend.core.actions.audits
Subclasses of AbstractQActionFunction in com.kingsrook.qqq.backend.core.actions.auditsModifier and TypeClassDescriptionclassInsert 1 or more audits (and optionally their children, auditDetails) Takes care of managing the foreign key tables (auditTable, auditUser).classAudit for a standard DML (Data Manipulation Language) activity - e.g., insert, edit, or delete. -
Uses of AbstractQActionFunction in com.kingsrook.qqq.backend.core.actions.messaging
Subclasses of AbstractQActionFunction in com.kingsrook.qqq.backend.core.actions.messaging -
Uses of AbstractQActionFunction in com.kingsrook.qqq.backend.core.actions.reporting
Subclasses of AbstractQActionFunction in com.kingsrook.qqq.backend.core.actions.reporting -
Uses of AbstractQActionFunction in com.kingsrook.qqq.backend.core.actions.tables
Subclasses of AbstractQActionFunction in com.kingsrook.qqq.backend.core.actions.tablesModifier and TypeClassDescriptionclassAction to insert one or more records.classAction to do a "replace" - e.g: Update rows with unique-key values that are already in the table; insert rows whose unique keys weren't already in the table, and delete rows that weren't in the input (all based on a UniqueKey that's part of the input) Note - the filter in the ReplaceInput - its role is to limit what rows are potentially deleted. -
Uses of AbstractQActionFunction in com.kingsrook.qqq.backend.core.actions.templates
Subclasses of AbstractQActionFunction in com.kingsrook.qqq.backend.core.actions.templatesModifier and TypeClassDescriptionclassAction to convert a string of HTML to a PDF!classBasic action to render a template!