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 TypeClassDescriptionclass
class
For 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 TypeClassDescriptionclass
Insert 1 or more audits (and optionally their children, auditDetails) Takes care of managing the foreign key tables (auditTable, auditUser).class
Audit 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 TypeClassDescriptionclass
Action to insert one or more records.class
Action 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 TypeClassDescriptionclass
Action to convert a string of HTML to a PDF!class
Basic action to render a template!