Uses of Class
com.almis.awe.model.dto.QueryParameter
Packages that use QueryParameter
Package
Description
-
Uses of QueryParameter in com.almis.awe.listener
Methods in com.almis.awe.listener that return types with arguments of type QueryParameterMethod parameters in com.almis.awe.listener with type arguments of type QueryParameterModifier and TypeMethodDescriptionQueueListener.setParameterMap
(Map<String, QueryParameter> parameterMap) Set parameter map -
Uses of QueryParameter in com.almis.awe.model.details
Methods in com.almis.awe.model.details that return types with arguments of type QueryParameterMethod parameters in com.almis.awe.model.details with type arguments of type QueryParameterModifier and TypeMethodDescriptionMaintainResultDetails.setParameterMap
(Map<String, QueryParameter> parameterMap) Set parameter mapConstructor parameters in com.almis.awe.model.details with type arguments of type QueryParameterModifierConstructorDescriptionMaintainResultDetails
(MaintainType operationType, Long rowsAffected, Map<String, QueryParameter> parameterMap) Constructor -
Uses of QueryParameter in com.almis.awe.model.dto
Methods in com.almis.awe.model.dto that return QueryParameterConstructors in com.almis.awe.model.dto with parameters of type QueryParameter -
Uses of QueryParameter in com.almis.awe.model.util.data
Methods in com.almis.awe.model.util.data that return types with arguments of type QueryParameterModifier and TypeMethodDescriptionQueryUtil.getDefaultVariableMap
(com.fasterxml.jackson.databind.node.ObjectNode parameters) Prepare query variables if not defined previouslyQueryUtil.getVariableMap
(MaintainQuery query, com.fasterxml.jackson.databind.node.ObjectNode parameters) Get variable map for a single index without listsQueryUtil.getVariableMap
(Query query, com.fasterxml.jackson.databind.node.ObjectNode parameters) Prepare query variables if not defined previouslyQueryUtil.getVariableMap
(Query query, String page, String max) Prepare query variables if not defined previouslyQueryUtil.getVariableMap
(String page, String max) Prepare query variables if not defined previouslyQueryUtil.getVariableMap
(List<Variable> variables, com.fasterxml.jackson.databind.node.ObjectNode parameters, Integer index) Prepare query variables if not defined previouslyMethods in com.almis.awe.model.util.data with parameters of type QueryParameterModifier and TypeMethodDescriptionboolean
QueryUtil.isEmptyParameter
(QueryParameter parameter) Check if a parameter variable is empty or notMethod parameters in com.almis.awe.model.util.data with type arguments of type QueryParameterModifier and TypeMethodDescriptionvoid
QueryUtil.addToVariableMap
(Map<String, QueryParameter> variableMap, Query query, com.fasterxml.jackson.databind.node.ObjectNode parameters) Prepare query variables if not defined previouslyQueryUtil.getDatabaseAlias
(Map<String, QueryParameter> parameters) Retrieve database alias -
Uses of QueryParameter in com.almis.awe.service
Method parameters in com.almis.awe.service with type arguments of type QueryParameterModifier and TypeMethodDescriptionQueryService.onSubscribeData
(Query query, ComponentAddress address, ServiceData subscriptionData, Map<String, QueryParameter> parameterMap) Manage subscription results -
Uses of QueryParameter in com.almis.awe.service.data.builder
Fields in com.almis.awe.service.data.builder with type parameters of type QueryParameterModifier and TypeFieldDescriptionprotected Map<String,
QueryParameter> AbstractQueryBuilder.variables
Methods in com.almis.awe.service.data.builder that return types with arguments of type QueryParameterModifier and TypeMethodDescriptionAbstractQueryBuilder.getVariables()
Retrieve query generated variablesQueryBuilder.getVariables()
Retrieve query generated variablesMethods in com.almis.awe.service.data.builder with parameters of type QueryParameterModifier and TypeMethodDescriptionprotected Object
AbstractQueryBuilder.transformFromJsonNode
(QueryParameter param) Get parameter from JSONMethod parameters in com.almis.awe.service.data.builder with type arguments of type QueryParameterModifier and TypeMethodDescriptionAbstractQueryBuilder.extractValuesFromParameters
(Map<String, QueryParameter> variables) Extracts all values inside QueryParameters to use as arguments while calling the serviceAbstractQueryBuilder.setVariables
(Map<String, QueryParameter> parameterMap) Set variablesQueryBuilder.setVariables
(Map<String, QueryParameter> parameterMap) Set variablesQueueBuilder.setVariables
(Map<String, QueryParameter> parameterMap) SQLMaintainBuilder.setVariables
(Map<String, QueryParameter> parameterMap) SQLQueryBuilder.setVariables
(Map<String, QueryParameter> variableMap) -
Uses of QueryParameter in com.almis.awe.service.data.connector.query
Method parameters in com.almis.awe.service.data.connector.query with type arguments of type QueryParameterModifier and TypeMethodDescriptionprotected DataList
AbstractQueryConnector.fillDataList
(ServiceData serviceData, Query query, Map<String, QueryParameter> parameterMap) Retrieves complete data list with totalsprotected ServiceData
AbstractQueryConnector.generateResults
(ServiceData result, Query query, Map<String, QueryParameter> parameterMap) Generate datalist resultQueueQueryConnector.onSubscriptionData
(Query query, ServiceData subscriptionData, Map<String, QueryParameter> parameterMap) Manage subscription dataprotected DataListBuilder
AbstractQueryConnector.processDataList
(DataListBuilder builder, Query query, Map<String, QueryParameter> variables) Process dataListprotected DataListBuilder
AbstractQueryConnector.sortDataList
(DataListBuilder builder, Map<String, QueryParameter> variables) Sort data list -
Uses of QueryParameter in com.almis.awe.service.data.processor
Constructor parameters in com.almis.awe.service.data.processor with type arguments of type QueryParameterModifierConstructorDescriptionCompoundColumnProcessor
(AweElements elements, BaseConfigProperties baseConfigProperties, Compound compound, Map<String, QueryParameter> variableMap, NumericService numericService, EncodeService encodeService, com.fasterxml.jackson.databind.ObjectMapper mapper) Compound column processor constructorComputedColumnProcessor
(AweElements elements, BaseConfigProperties baseConfigProperties, Computed computed, Map<String, QueryParameter> variables, NumericService numericService, EncodeService encodeService) Computed column processor constructorTranslateCellProcessor
(AweElements elements, OutputField field, Map<String, QueryParameter> variables, EnumeratedGroup translateEnumerated) Translate cell processor