Class QQQTableCustomPossibleValueProvider
java.lang.Object
com.kingsrook.qqq.backend.core.actions.values.BasicCustomPossibleValueProvider<QRecord,Integer>
com.kingsrook.qqq.backend.core.model.tables.QQQTableCustomPossibleValueProvider
- All Implemented Interfaces:
QCustomPossibleValueProvider<Integer>
public class QQQTableCustomPossibleValueProvider
extends BasicCustomPossibleValueProvider<QRecord,Integer>
possible-value source provider for the `QQQ Table` PVS - a list of all tables
in an application/qInstance (that you have permission to see)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected QRecord
protected QPossibleValue
<Integer> makePossibleValue
(QRecord sourceObject) Methods inherited from class com.kingsrook.qqq.backend.core.actions.values.BasicCustomPossibleValueProvider
getPossibleValue, search
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kingsrook.qqq.backend.core.actions.values.QCustomPossibleValueProvider
completeCustomPVSSearch, convertInputIdsToIdType, doesPossibleValueMatchSearchInput
-
Constructor Details
-
QQQTableCustomPossibleValueProvider
public QQQTableCustomPossibleValueProvider()
-
-
Method Details
-
makePossibleValue
- Specified by:
makePossibleValue
in classBasicCustomPossibleValueProvider<QRecord,
Integer>
-
getSourceObject
- Specified by:
getSourceObject
in classBasicCustomPossibleValueProvider<QRecord,
Integer> - Throws:
QException
-
getAllSourceObjects
- Specified by:
getAllSourceObjects
in classBasicCustomPossibleValueProvider<QRecord,
Integer> - Throws:
QException
-