Uses of Class
com.kingsrook.qqq.backend.core.model.metadata.possiblevalues.QPossibleValue
Packages that use QPossibleValue
Package
Description
-
Uses of QPossibleValue in com.kingsrook.qqq.backend.core.actions.values
Methods in com.kingsrook.qqq.backend.core.actions.values that return QPossibleValueModifier and TypeMethodDescriptionBasicCustomPossibleValueProvider.getPossibleValue
(Serializable idValue) QCustomPossibleValueProvider.getPossibleValue
(Serializable idValue) protected abstract QPossibleValue
<ID> BasicCustomPossibleValueProvider.makePossibleValue
(S sourceObject) Methods in com.kingsrook.qqq.backend.core.actions.values that return types with arguments of type QPossibleValueModifier and TypeMethodDescriptionList
<QPossibleValue<?>> QPossibleValueTranslator.buildTranslatedPossibleValueList
(QPossibleValueSource possibleValueSource, List<Serializable> ids) Translate a list of ids to a list of possible values (e.g., w/ rendered values)default List
<QPossibleValue<T>> QCustomPossibleValueProvider.completeCustomPVSSearch
(SearchPossibleValueSourceInput input, List<QPossibleValue<T>> possibleValues) meant to be protected (but interface...) - for a custom PVS implementation to complete its search (e.g., after it generates the list of PVS objects, let this method do the filtering).BasicCustomPossibleValueProvider.search
(SearchPossibleValueSourceInput input) QCustomPossibleValueProvider.search
(SearchPossibleValueSourceInput input) Methods in com.kingsrook.qqq.backend.core.actions.values with parameters of type QPossibleValueModifier and TypeMethodDescriptiondefault boolean
QCustomPossibleValueProvider.doesPossibleValueMatchSearchInput
(List<T> idsInType, QPossibleValue<T> possibleValue, SearchPossibleValueSourceInput input) static boolean
SearchPossibleValueSourceAction.doesPossibleValueMatchSearchInput
(QPossibleValue<?> possibleValue, SearchPossibleValueSourceAction.PreparedSearchPossibleValueSourceInput input) Method parameters in com.kingsrook.qqq.backend.core.actions.values with type arguments of type QPossibleValueModifier and TypeMethodDescriptiondefault List
<QPossibleValue<T>> QCustomPossibleValueProvider.completeCustomPVSSearch
(SearchPossibleValueSourceInput input, List<QPossibleValue<T>> possibleValues) meant to be protected (but interface...) - for a custom PVS implementation to complete its search (e.g., after it generates the list of PVS objects, let this method do the filtering). -
Uses of QPossibleValue in com.kingsrook.qqq.backend.core.model.actions.values
Methods in com.kingsrook.qqq.backend.core.model.actions.values that return types with arguments of type QPossibleValueModifier and TypeMethodDescriptionList
<QPossibleValue<?>> SearchPossibleValueSourceOutput.getResults()
Getter for resultsMethods in com.kingsrook.qqq.backend.core.model.actions.values with parameters of type QPossibleValueModifier and TypeMethodDescriptionvoid
SearchPossibleValueSourceOutput.addResult
(QPossibleValue<?> possibleValue) Method parameters in com.kingsrook.qqq.backend.core.model.actions.values with type arguments of type QPossibleValueModifier and TypeMethodDescriptionvoid
SearchPossibleValueSourceOutput.setResults
(List<QPossibleValue<?>> results) Setter for resultsSearchPossibleValueSourceOutput.withResults
(List<QPossibleValue<?>> results) Fluent setter for results -
Uses of QPossibleValue in com.kingsrook.qqq.backend.core.model.common
Method parameters in com.kingsrook.qqq.backend.core.model.common with type arguments of type QPossibleValueModifier and TypeMethodDescriptionTimeZonePossibleValueSourceMetaDataProvider.produce
(Predicate<String> filter, Function<String, String> labelMapper, Comparator<QPossibleValue<?>> comparator) -
Uses of QPossibleValue in com.kingsrook.qqq.backend.core.model.metadata.possiblevalues
Methods in com.kingsrook.qqq.backend.core.model.metadata.possiblevalues that return types with arguments of type QPossibleValueModifier and TypeMethodDescriptionList
<QPossibleValue<?>> QPossibleValueSource.getEnumValues()
Getter for enumValuesMethods in com.kingsrook.qqq.backend.core.model.metadata.possiblevalues with parameters of type QPossibleValueModifier and TypeMethodDescriptionvoid
QPossibleValueSource.addEnumValue
(QPossibleValue<?> possibleValue) Method parameters in com.kingsrook.qqq.backend.core.model.metadata.possiblevalues with type arguments of type QPossibleValueModifier and TypeMethodDescriptionvoid
QPossibleValueSource.setEnumValues
(List<QPossibleValue<?>> enumValues) Setter for enumValuesQPossibleValueSource.withEnumValues
(List<QPossibleValue<?>> enumValues) Fluent setter for enumValues -
Uses of QPossibleValue in com.kingsrook.qqq.backend.core.model.metadata.tables
Methods in com.kingsrook.qqq.backend.core.model.metadata.tables that return QPossibleValueModifier and TypeMethodDescriptionprotected QPossibleValue
<String> TablesCustomPossibleValueProvider.makePossibleValue
(QTableMetaData sourceObject) -
Uses of QPossibleValue in com.kingsrook.qqq.backend.core.model.scheduledjobs
Methods in com.kingsrook.qqq.backend.core.model.scheduledjobs that return QPossibleValueModifier and TypeMethodDescriptionScheduledJobTypePossibleValueSource.getPossibleValue
(Serializable idValue) SchedulersPossibleValueSource.getPossibleValue
(Serializable idValue) Methods in com.kingsrook.qqq.backend.core.model.scheduledjobs that return types with arguments of type QPossibleValueModifier and TypeMethodDescriptionScheduledJobTypePossibleValueSource.search
(SearchPossibleValueSourceInput input) SchedulersPossibleValueSource.search
(SearchPossibleValueSourceInput input)