Class SearchPossibleValueSourceAction
java.lang.Object
com.kingsrook.qqq.backend.core.actions.values.SearchPossibleValueSourceAction
Class responsible for looking up possible-values for fields/records and
make them into display values.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
record to store "computed" values as part of a possible-value search - e.g., ids type-convered, and lower-cased labels. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
doesPossibleValueMatchSearchInput
(QPossibleValue<?> possibleValue, SearchPossibleValueSourceAction.PreparedSearchPossibleValueSourceInput input)
-
Constructor Details
-
SearchPossibleValueSourceAction
public SearchPossibleValueSourceAction()
-
-
Method Details
-
execute
public SearchPossibleValueSourceOutput execute(SearchPossibleValueSourceInput input) throws QException - Throws:
QException
-
prepareSearchPossibleValueSourceInput
public static SearchPossibleValueSourceAction.PreparedSearchPossibleValueSourceInput prepareSearchPossibleValueSourceInput(SearchPossibleValueSourceInput input) -
doesPossibleValueMatchSearchInput
public static boolean doesPossibleValueMatchSearchInput(QPossibleValue<?> possibleValue, SearchPossibleValueSourceAction.PreparedSearchPossibleValueSourceInput input)
-