Uses of Class
com.kingsrook.qqq.backend.core.utils.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in com.kingsrook.qqq.api.model.metadata.processes
Methods in com.kingsrook.qqq.api.model.metadata.processes that return PairModifier and TypeMethodDescriptionstatic Pair
<ApiProcessMetaData, QProcessMetaData> ApiProcessUtils.getProcessMetaDataPair
(ApiInstanceMetaData apiInstanceMetaData, String version, String processApiName) -
Uses of Pair in com.kingsrook.qqq.backend.core.actions.reporting
Methods in com.kingsrook.qqq.backend.core.actions.reporting that return types with arguments of type Pair -
Uses of Pair in com.kingsrook.qqq.backend.core.model.dashboard.widgets
Methods in com.kingsrook.qqq.backend.core.model.dashboard.widgets with parameters of type PairModifier and TypeMethodDescriptionvoid
FieldValueListData.setFieldLabelPrefixIconAndColor
(String fieldName, Pair<String, String> iconAndColorPair) -
Uses of Pair in com.kingsrook.qqq.backend.core.model.metadata.fields
Methods in com.kingsrook.qqq.backend.core.model.metadata.fields that return PairModifier and TypeMethodDescriptionstatic Pair
<String, Serializable> AdornmentType.ChipValues.colorValue
(Serializable value, String colorName) AdornmentType.FileUploadAdornment.formatButton()
AdornmentType.FileUploadAdornment.formatDragAndDrop()
static Pair<String,
Serializable>[] AdornmentType.ChipValues.iconAndColorValues
(Serializable value, String iconName, String colorName) static Pair
<String, Serializable> AdornmentType.ChipValues.iconValue
(Serializable value, String iconName) static Pair
<String, Serializable> AdornmentType.CodeEditorValues.languageMode
(String languageMode) AdornmentType.FileUploadAdornment.widthFull()
AdornmentType.FileUploadAdornment.widthHalf()
Methods in com.kingsrook.qqq.backend.core.model.metadata.fields with parameters of type PairModifier and TypeMethodDescriptionFieldAdornment.withValue
(Pair<String, ? extends Serializable> value) Fluent setter for valuesfinal FieldAdornment
FieldAdornment.withValues
(Pair<String, Serializable>... values) Fluent setter for values -
Uses of Pair in com.kingsrook.qqq.backend.core.processes.implementations.tablesync
Methods in com.kingsrook.qqq.backend.core.processes.implementations.tablesync that return types with arguments of type PairModifier and TypeMethodDescriptionprotected Map
<Pair<String, Serializable>, QRecord> AbstractTableSyncTransformStep.buildExistingRecordsMap
(String destinationTableForeignKeyField, List<QRecord> existingRecordList) Overridable point where you can, for example, keys in the existingRecordsMap with different fieldNames from the destinationTable.protected Map
<Pair<String, Serializable>, QRecord> AbstractTableSyncTransformStep.getExistingRecordsByForeignKey
(RunBackendStepInput runBackendStepInput, String destinationTableForeignKeyField, String destinationTableName, List<Serializable> sourceKeyList) Run the existingRecordQueryFilter - to look in the destinationTable for any records that may need an update (rather than an insert).AbstractTableSyncTransformStep.getLookupsToPreLoad()
Specify a list of tableName/keyColumnName pairs to run through the preloadRecords method of the recordLookupHelper.Method parameters in com.kingsrook.qqq.backend.core.processes.implementations.tablesync with type arguments of type PairModifier and TypeMethodDescriptionprotected QRecord
AbstractTableSyncTransformStep.getExistingRecord
(Map<Pair<String, Serializable>, QRecord> existingRecordsByForeignKey, QFieldMetaData destinationForeignKeyField, Serializable sourceKeyValue) -
Uses of Pair in com.kingsrook.qqq.backend.core.utils
Methods in com.kingsrook.qqq.backend.core.utils that return Pair -
Uses of Pair in com.kingsrook.qqq.backend.module.api.actions
Methods in com.kingsrook.qqq.backend.module.api.actions that return PairModifier and TypeMethodDescriptionBaseAPIActionUtil.getClientIdAndSecret()
BaseAPIActionUtil.getUsernameAndPassword()