Uses of Class
com.almis.awe.model.component.AweElements
Packages that use AweElements
Package
Description
-
Uses of AweElements in com.almis.awe.autoconfigure
Methods in com.almis.awe.autoconfigure that return AweElementsModifier and TypeMethodDescriptionAweAutoConfiguration.aweElements
(AweElementsDao elementsDao, BaseConfigProperties baseConfigProperties) Awe Elements beanMethods in com.almis.awe.autoconfigure with parameters of type AweElementsModifier and TypeMethodDescriptionSQLConfig.aweDatabaseContextHolder
(AweElements elements, QueryService queryService, SessionService sessionService, org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties, DatabaseConfigProperties databaseConfigProperties) Database context holderJmsConfig.aweJmsDestination
(AweElements elements, QueryService queryService, EncodeService encodeService) AWE JMS DestinationAweAutoConfiguration.enumQueryConnector
(QueryUtil queryUtil, BaseConfigProperties baseConfigProperties, AweElements elements, NumericService numericService, EncodeService encodeService, com.fasterxml.jackson.databind.ObjectMapper mapper) EnumQuery connectorWebSecurityConfig.jsonAuthenticationFilter
(BaseConfigProperties baseConfigProperties, AweElements elements, ActionService actionService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Username and password authentication filterWebSecurityConfig.publicQueryMaintainAuthorization
(AweElements elements) Query and Maintain public filter.JmsConfig.queueQueryConnector
(QueryUtil queryUtil, BaseConfigProperties baseConfigProperties, AweElements elements, NumericService numericService, EncodeService encodeService, com.fasterxml.jackson.databind.ObjectMapper mapper) Queue Query connectorAweAutoConfiguration.serviceQueryConnector
(QueryUtil queryUtil, BaseConfigProperties baseConfigProperties, AweElements elements, NumericService numericService, EncodeService encodeService, com.fasterxml.jackson.databind.ObjectMapper mapper) Service Query connectorSQLConfig.sqlQueryConnector
(AweDatabaseContextHolder contextHolder, QueryUtil queryUtil, DataSource dataSource, BaseConfigProperties baseConfigProperties, AweElements elements, NumericService numericService, EncodeService encodeService, DatabaseConfigProperties databaseConfigProperties, com.fasterxml.jackson.databind.ObjectMapper mapper) SQL Query connectorConstructors in com.almis.awe.autoconfigure with parameters of type AweElementsModifierConstructorDescriptionWebSecurityConfig
(org.springframework.context.ApplicationContext context, BaseConfigProperties baseConfigProperties, SecurityConfigProperties securityConfigProperties, AweSessionDetails sessionDetails, AweElements elements, ActionService actionService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Web security config constructor. -
Uses of AweElements in com.almis.awe.component
Constructors in com.almis.awe.component with parameters of type AweElementsModifierConstructorDescriptionAweDatabaseContextHolder
(AweElements elements, QueryService queryService, SessionService sessionService, org.springframework.boot.autoconfigure.jdbc.DataSourceProperties dataSourceProperties, DatabaseConfigProperties databaseConfigProperties) Autowired constructorAweJmsDestination
(AweElements elements, QueryService queryService, EncodeService encodeService) Autowired constructor -
Uses of AweElements in com.almis.awe.config
Methods in com.almis.awe.config that return AweElements -
Uses of AweElements in com.almis.awe.model.util.data
Methods in com.almis.awe.model.util.data with parameters of type AweElementsModifier and TypeMethodDescriptionstatic String
DateUtil.dateSince
(Date date, AweElements elements) Retrieve how much time has elapsed since a datestatic String
DateUtil.elapsedTime
(Long milliseconds, AweElements elements) Retrieve how much time has elapsed from milliseconds -
Uses of AweElements in com.almis.awe.security.authentication.filter
Constructors in com.almis.awe.security.authentication.filter with parameters of type AweElementsModifierConstructorDescriptionJsonAuthenticationFilter
(AweElements aweElements, com.fasterxml.jackson.databind.ObjectMapper mapper) Autowired constructor -
Uses of AweElements in com.almis.awe.security.authorization
Constructors in com.almis.awe.security.authorization with parameters of type AweElementsModifierConstructorDescriptionPublicQueryMaintainAuthorization
(AweElements aweElements) Autowired constructor -
Uses of AweElements in com.almis.awe.service.data.builder
Constructors in com.almis.awe.service.data.builder with parameters of type AweElementsModifierConstructorDescriptionXMLEmailBuilder
(QueryService queryService, QueryUtil queryUtil, AweElements aweElements) Builder constructor -
Uses of AweElements in com.almis.awe.service.data.connector.query
Constructors in com.almis.awe.service.data.connector.query with parameters of type AweElementsModifierConstructorDescriptionprotected
AbstractQueryConnector
(QueryUtil queryUtil, BaseConfigProperties baseConfigProperties, AweElements elements, NumericService numericService, EncodeService encodeService, com.fasterxml.jackson.databind.ObjectMapper mapper) Autowired constructorEnumQueryConnector
(QueryUtil queryUtil, BaseConfigProperties baseConfigProperties, AweElements elements, NumericService numericService, EncodeService encodeService, com.fasterxml.jackson.databind.ObjectMapper mapper) Autowired constructorQueueQueryConnector
(QueryUtil queryUtil, BaseConfigProperties baseConfigProperties, AweElements elements, NumericService numericService, EncodeService encodeService, com.fasterxml.jackson.databind.ObjectMapper mapper) Autowired constructorServiceQueryConnector
(QueryUtil queryUtil, BaseConfigProperties baseConfigProperties, AweElements elements, NumericService numericService, EncodeService encodeService, com.fasterxml.jackson.databind.ObjectMapper mapper) Autowired constructorSQLQueryConnector
(AweDatabaseContextHolder contextHolder, QueryUtil queryUtil, DataSource dataSource, BaseConfigProperties baseConfigProperties, AweElements elements, NumericService numericService, EncodeService encodeService, DatabaseConfigProperties databaseConfigProperties, com.fasterxml.jackson.databind.ObjectMapper mapper) Autowired constructor -
Uses of AweElements in com.almis.awe.service.data.processor
Constructors in com.almis.awe.service.data.processor with parameters of type AweElementsModifierConstructorDescriptionCompoundColumnProcessor
(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 constructorTotalizeColumnProcessor
(AweElements elements, NumericService numericService) Totalize column processor constructorTransformCellProcessor
(AweElements elements, OutputField field, NumericService numericService, EncodeService encodeService) Transform cell processor constructorTranslateCellProcessor
(AweElements elements, OutputField field, Map<String, QueryParameter> variables, EnumeratedGroup translateEnumerated) Translate cell processor