Uses of Class
com.almis.awe.model.component.AweElements
Package
Description
-
Uses of AweElements in com.almis.awe.autoconfigure
Modifier and TypeMethodDescriptionAweAutoConfiguration.aweElements
(AweElementsDao elementsDao, BaseConfigProperties baseConfigProperties) Awe Elements beanModifier 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 connectorModifierConstructorDescriptionWebSecurityConfig
(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
ModifierConstructorDescriptionAweDatabaseContextHolder
(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
-
Uses of AweElements in com.almis.awe.model.util.data
Modifier 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
ModifierConstructorDescriptionJsonAuthenticationFilter
(AweElements aweElements, com.fasterxml.jackson.databind.ObjectMapper mapper) Autowired constructor -
Uses of AweElements in com.almis.awe.security.authorization
ModifierConstructorDescriptionPublicQueryMaintainAuthorization
(AweElements aweElements) Autowired constructor -
Uses of AweElements in com.almis.awe.service.data.builder
ModifierConstructorDescriptionXMLEmailBuilder
(QueryService queryService, QueryUtil queryUtil, AweElements aweElements) Builder constructor -
Uses of AweElements in com.almis.awe.service.data.connector.query
ModifierConstructorDescriptionprotected
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
ModifierConstructorDescriptionCompoundColumnProcessor
(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