Class QQQTableTableManager
java.lang.Object
com.kingsrook.qqq.backend.core.model.tables.QQQTableTableManager
Utility class for accessing QQQTable records (well, just their ids at this time)
Takes care of inserting upon a miss, and dealing with the cache table.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Integer
getQQQTableId
(QInstance qInstance, String tableName) setRecordLinksToRecordsFromTableDynamicForPostQuery
(QueryOrGetInputInterface queryInput, List<QRecord> records, String tableIdField, String recordIdField)
-
Constructor Details
-
QQQTableTableManager
public QQQTableTableManager()
-
-
Method Details
-
getQQQTableId
- Throws:
QException
-
setRecordLinksToRecordsFromTableDynamicForPostQuery
public static List<QRecord> setRecordLinksToRecordsFromTableDynamicForPostQuery(QueryOrGetInputInterface queryInput, List<QRecord> records, String tableIdField, String recordIdField) throws QException - Throws:
QException
-