Index

A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addDetail(String, String) - Method in class org.openwms.transactions.api.TransactionVO
 
addInterceptors(InterceptorRegistry) - Method in class org.openwms.transactions.app.TransactionModuleConfiguration
 
amqpTemplate - Variable in class org.openwms.transactions.events.TransactionEventPropagator
 
asyncTransactionApi - Variable in class org.openwms.transactions.api.commands.TransactionalCommandListener
 
AsyncTransactionApi<T> - Interface in org.openwms.transactions.api.commands
A AsyncTransactionApi accepts TransactionCommands and processes them asynchronously.
aTransactionVO() - Static method in class org.openwms.transactions.api.TransactionBuilder
 

B

BOOT_LOGGER - Static variable in class org.openwms.transactions.app.TransactionAsyncConfiguration
 
build() - Method in class org.openwms.transactions.api.TransactionBuilder
 

C

category - Variable in class org.openwms.transactions.api.TransactionVO
A category name, like Reconciliation or Replenishment the Transaction is part of.
category - Variable in class org.openwms.transactions.impl.jpa.TransactionEO
A category name, like Reconciliation or Replenishment the Transaction is part of.
category - Variable in class org.openwms.transactions.Transaction
A category name, like Reconciliation or Replenishment the Transaction is part of.
commandHandler - Variable in class org.openwms.transactions.commands.TransactionCommandListener
 
CommandHandler<T> - Interface in org.openwms.transactions.commands
A CommandHandler.
commandsBinding(TopicExchange, Queue, String) - Method in class org.openwms.transactions.app.TransactionAsyncConfiguration
 
commandsQueue(String, String) - Method in class org.openwms.transactions.app.TransactionAsyncConfiguration
 
convertEOs(List<TransactionEO>) - Method in interface org.openwms.transactions.impl.jpa.TransactionJpaMapper
 
convertEOs(List<TransactionEO>) - Method in class org.openwms.transactions.impl.jpa.TransactionJpaMapperImpl
 
convertEOs(TransactionEO) - Method in interface org.openwms.transactions.impl.jpa.TransactionJpaMapper
 
convertEOs(TransactionEO) - Method in class org.openwms.transactions.impl.jpa.TransactionJpaMapperImpl
 
convertTo(TransactionVO) - Method in interface org.openwms.transactions.TransactionMapper
 
convertTo(TransactionVO) - Method in class org.openwms.transactions.TransactionMapperImpl
 
convertToEO(Transaction) - Method in interface org.openwms.transactions.impl.jpa.TransactionJpaMapper
 
convertToEO(Transaction) - Method in class org.openwms.transactions.impl.jpa.TransactionJpaMapperImpl
 
convertToMO(Transaction) - Method in interface org.openwms.transactions.events.TransactionMOMapper
 
convertToMO(Transaction) - Method in class org.openwms.transactions.events.TransactionMOMapperImpl
 
convertToVO(Transaction) - Method in interface org.openwms.transactions.TransactionMapper
 
convertToVO(Transaction) - Method in class org.openwms.transactions.TransactionMapperImpl
 
corsFiler() - Method in class org.openwms.transactions.app.TransactionModuleConfiguration
 
create(Transaction) - Method in class org.openwms.transactions.impl.eclipsestore.TransactionESRepository
create(Transaction) - Method in interface org.openwms.transactions.impl.TransactionRepository
 
create(TransactionVO, HttpServletRequest) - Method in class org.openwms.transactions.TransactionController
 
create(TransactionVO) - Static method in class org.openwms.transactions.api.commands.TransactionCommand
 
create(Transaction) - Method in class org.openwms.transactions.impl.jpa.TransactionJpaRepositoryAdapter
CREATE - Enum constant in enum class org.openwms.transactions.api.commands.TransactionCommand.Type
 
CREATED - Enum constant in enum class org.openwms.transactions.events.TransactionEvent.Type
 
createdByUser - Variable in class org.openwms.transactions.api.TransactionVO
The human user or system that initiated the Transaction.
createdByUser - Variable in class org.openwms.transactions.impl.jpa.TransactionEO
The human user or system that initiated the Transaction.
createdByUser - Variable in class org.openwms.transactions.Transaction
The human user or system that initiated the Transaction.
createDt - Variable in class org.openwms.transactions.api.TransactionVO
When the Transaction has been created in the system.
createDt - Variable in class org.openwms.transactions.Transaction
When the Transaction has been created in the system.
createInternal(Transaction) - Method in class org.openwms.transactions.impl.TransactionServiceImpl
 

D

dataStore - Variable in class org.openwms.transactions.impl.eclipsestore.TransactionESRepository
 
DataStore - Class in org.openwms.transactions.impl.eclipsestore
A DataStore.
DataStore(EmbeddedStorageManager) - Constructor for class org.openwms.transactions.impl.eclipsestore.DataStore
 
DATE_FORMAT_WITH_HOUR - Static variable in class org.openwms.transactions.api.TransactionVO
 
DATE_TIME_MILLIS_WITH_TIMEZONE - Static variable in interface org.openwms.transactions.TimeProvider
The format pattern for all date-time with milliseconds and timezone types.
DATE_TIME_WITH_TIMEZONE - Static variable in interface org.openwms.transactions.TimeProvider
The format pattern for all date-time with timezone types.
DefaultTimeProvider - Class in org.openwms.transactions.app
A DefaultTimeProvider.
DefaultTimeProvider() - Constructor for class org.openwms.transactions.app.DefaultTimeProvider
 
description - Variable in class org.openwms.transactions.api.TransactionVO
A human-readable descriptive text of the Transaction that happened.
description - Variable in class org.openwms.transactions.events.TransactionMO
 
description - Variable in class org.openwms.transactions.impl.jpa.TransactionEO
A human-readable descriptive text of the Transaction that happened.
description - Variable in class org.openwms.transactions.Transaction
A human-readable descriptive text of the Transaction that happened.
details - Variable in class org.openwms.transactions.api.TransactionVO
Arbitrary detail information with values according to the specific Transaction.
details - Variable in class org.openwms.transactions.impl.jpa.TransactionEO
Arbitrary detail information with values according to the specific Transaction.
details - Variable in class org.openwms.transactions.Transaction
Arbitrary detail information with values according to the specific Transaction.
DisableEclipseStoreConfiguration - Class in org.openwms.transactions.app
A DisableEclipseStoreConfiguration.
DisableEclipseStoreConfiguration() - Constructor for class org.openwms.transactions.app.DisableEclipseStoreConfiguration
 
dlBinding(String, String) - Method in class org.openwms.transactions.app.TransactionAsyncConfiguration
 
dlExchange(String) - Method in class org.openwms.transactions.app.TransactionAsyncConfiguration
 
dlq(String) - Method in class org.openwms.transactions.app.TransactionAsyncConfiguration
 

E

equals(Object) - Method in class org.openwms.transactions.api.TransactionVO
All fields.
equals(Object) - Method in class org.openwms.transactions.events.TransactionMO
 
equals(Object) - Method in class org.openwms.transactions.impl.jpa.TransactionEO
All fields.
equals(Object) - Method in class org.openwms.transactions.Transaction
All fields but not the details map.
eventPublisher - Variable in class org.openwms.transactions.impl.TransactionServiceImpl
 
exchangeName - Variable in class org.openwms.transactions.api.commands.RabbitAsyncTransactionApiImpl
 
exchangeName - Variable in class org.openwms.transactions.events.TransactionEventPropagator
 

F

FIELD_NAMES - Static variable in class org.openwms.transactions.api.TransactionVO
 
findAll() - Method in class org.openwms.transactions.impl.eclipsestore.TransactionESRepository
findAll() - Method in class org.openwms.transactions.impl.jpa.TransactionJpaRepositoryAdapter
findAll() - Method in interface org.openwms.transactions.impl.TransactionRepository
 
findAll() - Method in class org.openwms.transactions.impl.TransactionServiceImpl
Find and return all Transaction instances.
findAll() - Method in class org.openwms.transactions.TransactionController
 
findAll() - Method in interface org.openwms.transactions.TransactionService
Find and return all Transaction instances.
findBypKey(String) - Method in class org.openwms.transactions.impl.eclipsestore.TransactionESRepository
findBypKey(String) - Method in class org.openwms.transactions.impl.jpa.TransactionJpaRepositoryAdapter
findBypKey(String) - Method in interface org.openwms.transactions.impl.TransactionRepository
 
findBypKey(String) - Method in interface org.openwms.transactions.impl.jpa.TransactionJpaRepository
 
findByPKey(String) - Method in class org.openwms.transactions.TransactionController
 
findByPKeyOrThrow(String) - Method in class org.openwms.transactions.impl.TransactionServiceImpl
Find and return a Transaction.
findByPKeyOrThrow(String) - Method in interface org.openwms.transactions.TransactionService
Find and return a Transaction.
findByType(String) - Method in class org.openwms.transactions.impl.eclipsestore.TransactionESRepository
findByType(String) - Method in class org.openwms.transactions.impl.jpa.TransactionJpaRepositoryAdapter
findByType(String) - Method in interface org.openwms.transactions.impl.TransactionRepository
 
findByType(String) - Method in class org.openwms.transactions.impl.TransactionServiceImpl
Find and return all Transaction entries of the given type.
findByType(String) - Method in interface org.openwms.transactions.TransactionService
Find and return all Transaction entries of the given type.
findByType(String) - Method in interface org.openwms.transactions.impl.jpa.TransactionJpaRepository
 
findByType(String) - Method in class org.openwms.transactions.TransactionController
 
findInternal(String) - Method in class org.openwms.transactions.impl.TransactionServiceImpl
 

G

getCategory() - Method in class org.openwms.transactions.api.TransactionVO
 
getCategory() - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
getCategory() - Method in class org.openwms.transactions.Transaction
 
getCreatedByUser() - Method in class org.openwms.transactions.api.TransactionVO
 
getCreatedByUser() - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
getCreatedByUser() - Method in class org.openwms.transactions.Transaction
 
getCreateDt() - Method in class org.openwms.transactions.api.TransactionVO
 
getCreateDt() - Method in class org.openwms.transactions.Transaction
 
getDescription() - Method in class org.openwms.transactions.api.TransactionVO
 
getDescription() - Method in class org.openwms.transactions.events.TransactionMO
 
getDescription() - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
getDescription() - Method in class org.openwms.transactions.Transaction
 
getDetails() - Method in class org.openwms.transactions.api.TransactionVO
 
getDetails() - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
getDetails() - Method in class org.openwms.transactions.Transaction
 
getIndex() - Method in class org.openwms.transactions.IndexController
 
getpKey() - Method in class org.openwms.transactions.api.TransactionVO
 
getpKey() - Method in class org.openwms.transactions.events.TransactionMO
 
getpKey() - Method in class org.openwms.transactions.Transaction
 
getRoot() - Method in class org.openwms.transactions.impl.eclipsestore.DataStore
 
getSender() - Method in class org.openwms.transactions.api.TransactionVO
 
getSender() - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
getSender() - Method in class org.openwms.transactions.Transaction
 
getSenderId() - Method in class org.openwms.transactions.api.TransactionVO
 
getSenderId() - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
getSenderId() - Method in class org.openwms.transactions.Transaction
 
getSource() - Method in class org.openwms.transactions.events.TransactionEvent
 
getTraceId() - Method in class org.openwms.transactions.api.TransactionVO
 
getTraceId() - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
getTraceId() - Method in class org.openwms.transactions.Transaction
 
getTransaction() - Method in class org.openwms.transactions.api.commands.TransactionCommand
 
getTransactions() - Method in class org.openwms.transactions.impl.eclipsestore.Root
 
getType() - Method in class org.openwms.transactions.api.commands.TransactionCommand
 
getType() - Method in class org.openwms.transactions.api.TransactionVO
 
getType() - Method in class org.openwms.transactions.events.TransactionEvent
 
getType() - Method in class org.openwms.transactions.events.TransactionMO
 
getType() - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
getType() - Method in class org.openwms.transactions.Transaction
 

H

hashCode() - Method in class org.openwms.transactions.api.TransactionVO
All fields.
hashCode() - Method in class org.openwms.transactions.events.TransactionMO
 
hashCode() - Method in class org.openwms.transactions.impl.jpa.TransactionEO
All fields.
hashCode() - Method in class org.openwms.transactions.Transaction
All fields but not the details map.
haspKey() - Method in class org.openwms.transactions.Transaction
 

I

index() - Method in class org.openwms.transactions.TransactionController
 
IndexController - Class in org.openwms.transactions
A IndexController serves the root Index resource via REST.
IndexController() - Constructor for class org.openwms.transactions.IndexController
 

L

localeChangeInterceptor() - Method in class org.openwms.transactions.app.TransactionModuleConfiguration
 
localeResolver() - Method in class org.openwms.transactions.app.TransactionModuleConfiguration
 
LOGGER - Static variable in class org.openwms.transactions.api.commands.TransactionalCommandListener
 
LOGGER - Static variable in class org.openwms.transactions.events.TransactionEventPropagator
 

M

mapper - Variable in class org.openwms.transactions.commands.TransactionCommandHandler
 
mapper - Variable in class org.openwms.transactions.events.TransactionEventPropagator
 
mapper - Variable in class org.openwms.transactions.impl.jpa.TransactionJpaRepositoryAdapter
 
mapper - Variable in class org.openwms.transactions.TransactionController
 
MEDIA_TYPE - Static variable in class org.openwms.transactions.api.TransactionVO
HTTP media type representation.
messageConverter() - Method in class org.openwms.transactions.app.TransactionAsyncConfiguration
 
messageSource() - Method in class org.openwms.transactions.app.TransactionModuleConfiguration
 
metricsCommonTags(String) - Method in class org.openwms.transactions.app.TransactionModuleConfiguration
 

N

NoOpAsyncTransactionApi - Class in org.openwms.transactions.api.commands
A NoOpAsyncTransactionApi is a bean used as a fallback in case no other AsyncTransactionApi implementation is instantiated.
NoOpAsyncTransactionApi() - Constructor for class org.openwms.transactions.api.commands.NoOpAsyncTransactionApi
 
now() - Method in interface org.openwms.transactions.TimeProvider
Returns the current date and time of the system considering the configured timezone.
nowAsDate() - Method in interface org.openwms.transactions.TimeProvider
Returns the current date and time considering the configured timezone.
nowAsZonedDateTime() - Method in interface org.openwms.transactions.TimeProvider
Returns the current date and time considering the configured timezone.
nowAsZonedDateTime(ZoneId) - Method in interface org.openwms.transactions.TimeProvider
Returns the current date and time considering the configured timezone.

O

of(TransactionCommand.Type, TransactionVO) - Static method in class org.openwms.transactions.api.commands.TransactionCommand
 
onCommand(TransactionCommand) - Method in class org.openwms.transactions.commands.TransactionCommandListener
 
onEvent(TransactionCommand) - Method in class org.openwms.transactions.api.commands.TransactionalCommandListener
 
onEvent(TransactionEvent) - Method in class org.openwms.transactions.events.TransactionEventPropagator
 
onPostConstruct() - Method in class org.openwms.transactions.impl.eclipsestore.DataStore
 
onPreDestroy() - Method in class org.openwms.transactions.impl.eclipsestore.DataStore
 
org.openwms.transactions - package org.openwms.transactions
This package contains the implementation of the microservice.
org.openwms.transactions.api - package org.openwms.transactions.api
This package contains types exposed as part of the public API of the service.
org.openwms.transactions.api.commands - package org.openwms.transactions.api.commands
This package contains command types and handlers exposed as part of the public API of the service.
org.openwms.transactions.app - package org.openwms.transactions.app
This package contains configuration classes for the Spring context and lifecycle management.
org.openwms.transactions.commands - package org.openwms.transactions.commands
This package contains all types required for asynchronous command handling.
org.openwms.transactions.events - package org.openwms.transactions.events
This package contains all types required for asynchronous event handling.
org.openwms.transactions.impl - package org.openwms.transactions.impl
This package contains the internal microservice implementation.
org.openwms.transactions.impl.eclipsestore - package org.openwms.transactions.impl.eclipsestore
This package contains the repository implementation with EclipseStore.
org.openwms.transactions.impl.jpa - package org.openwms.transactions.impl.jpa
This package contains the repository implementation with JPA.
OtelConfiguration() - Constructor for class org.openwms.transactions.app.TransactionOtlpConfiguration.OtelConfiguration
 
otlpHttpSpanExporter(String) - Method in class org.openwms.transactions.app.TransactionOtlpConfiguration.OtelConfiguration
 

P

persist(List<Transaction>) - Method in class org.openwms.transactions.impl.TransactionServiceImpl
Persists a list of given instances.
persist(List<T>) - Method in interface org.openwms.transactions.Persistable
Persists a list of given instances.
persist(Transaction) - Method in class org.openwms.transactions.impl.TransactionServiceImpl
Persists the given instance.
persist(T) - Method in interface org.openwms.transactions.Persistable
Persists the given instance.
Persistable<T> - Interface in org.openwms.transactions
A Persistable is able to persist instances of type Persistable to a persistent storage.
pKey - Variable in class org.openwms.transactions.api.TransactionVO
The persistent key.
pKey - Variable in class org.openwms.transactions.events.TransactionMO
 
pKey - Variable in class org.openwms.transactions.Transaction
Technical persisted key field, independently of the underlying database, assigned by the application layer, remains the same over database migrations.
POISON_MESSAGE - Static variable in class org.openwms.transactions.app.TransactionAsyncConfiguration
 
process(TransactionCommand) - Method in class org.openwms.transactions.api.commands.NoOpAsyncTransactionApi
Process the given command.
process(TransactionCommand) - Method in class org.openwms.transactions.api.commands.RabbitAsyncTransactionApiImpl
Process the given command.
process(TransactionCommand) - Method in class org.openwms.transactions.commands.TransactionCommandHandler
Process a given command.
process(T) - Method in interface org.openwms.transactions.api.commands.AsyncTransactionApi
Process the given command.
process(T) - Method in interface org.openwms.transactions.commands.CommandHandler
Process a given command.

R

RabbitAsyncTransactionApiImpl - Class in org.openwms.transactions.api.commands
A RabbitTransactionApiImpl is a sender facade that uses RabbitMQ to send transaction commands.
RabbitAsyncTransactionApiImpl(AmqpTemplate, String) - Constructor for class org.openwms.transactions.api.commands.RabbitAsyncTransactionApiImpl
 
rabbitTemplate(ConnectionFactory, MessageConverter) - Method in class org.openwms.transactions.app.TransactionAsyncConfiguration
 
repository - Variable in class org.openwms.transactions.impl.jpa.TransactionJpaRepositoryAdapter
 
restTemplate(RestTemplateBuilder) - Method in class org.openwms.transactions.app.TransactionOtlpConfiguration
 
Root - Class in org.openwms.transactions.impl.eclipsestore
A Root.
Root() - Constructor for class org.openwms.transactions.impl.eclipsestore.Root
 

S

sender - Variable in class org.openwms.transactions.api.TransactionVO
The service name that created the Transaction.
sender - Variable in class org.openwms.transactions.impl.jpa.TransactionEO
The service name that created the Transaction.
sender - Variable in class org.openwms.transactions.Transaction
The service name that created the Transaction.
senderId - Variable in class org.openwms.transactions.api.TransactionVO
An id to a dataset the Transaction is related to.
senderId - Variable in class org.openwms.transactions.impl.jpa.TransactionEO
An id to a dataset the Transaction is related to.
senderId - Variable in class org.openwms.transactions.Transaction
An id to a dataset the Transaction is related to.
serializerMessageConverter() - Method in class org.openwms.transactions.app.TransactionAsyncConfiguration
 
setCategory(String) - Method in class org.openwms.transactions.api.TransactionVO
 
setCategory(String) - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
setCategory(String) - Method in class org.openwms.transactions.Transaction
 
setCreatedByUser(String) - Method in class org.openwms.transactions.api.TransactionVO
 
setCreatedByUser(String) - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
setCreatedByUser(String) - Method in class org.openwms.transactions.Transaction
 
setCreateDt(LocalDateTime) - Method in class org.openwms.transactions.impl.jpa.TransactionEO
Make available for mapper.
setCreateDt(Date) - Method in class org.openwms.transactions.api.TransactionVO
 
setCreateDt(Date) - Method in class org.openwms.transactions.Transaction
 
setDescription(String) - Method in class org.openwms.transactions.api.TransactionVO
 
setDescription(String) - Method in class org.openwms.transactions.events.TransactionMO
 
setDescription(String) - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
setDescription(String) - Method in class org.openwms.transactions.Transaction
 
setDetails(Map<String, String>) - Method in class org.openwms.transactions.api.TransactionVO
 
setDetails(Map<String, String>) - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
setDetails(Map<String, String>) - Method in class org.openwms.transactions.Transaction
 
setPersistentKey(String) - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
setpKey(String) - Method in class org.openwms.transactions.api.TransactionVO
 
setpKey(String) - Method in class org.openwms.transactions.events.TransactionMO
 
setpKey(String) - Method in class org.openwms.transactions.Transaction
 
setSender(String) - Method in class org.openwms.transactions.api.TransactionVO
 
setSender(String) - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
setSender(String) - Method in class org.openwms.transactions.Transaction
 
setSenderId(String) - Method in class org.openwms.transactions.api.TransactionVO
 
setSenderId(String) - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
setSenderId(String) - Method in class org.openwms.transactions.Transaction
 
setTraceId(String) - Method in class org.openwms.transactions.api.TransactionVO
 
setTraceId(String) - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
setTraceId(String) - Method in class org.openwms.transactions.Transaction
 
setType(String) - Method in class org.openwms.transactions.api.TransactionVO
 
setType(String) - Method in class org.openwms.transactions.events.TransactionMO
 
setType(String) - Method in class org.openwms.transactions.impl.jpa.TransactionEO
 
setType(String) - Method in class org.openwms.transactions.Transaction
 
storage - Variable in class org.openwms.transactions.commands.TransactionCommandHandler
 
storageManager - Variable in class org.openwms.transactions.impl.eclipsestore.DataStore
 

T

template - Variable in class org.openwms.transactions.api.commands.RabbitAsyncTransactionApiImpl
 
TimeProvider - Interface in org.openwms.transactions
A TimeProvider is able to provide dates and times.
toString() - Method in class org.openwms.transactions.api.TransactionVO
All fields.
toString() - Method in class org.openwms.transactions.impl.jpa.TransactionEO
All fields.
toString() - Method in class org.openwms.transactions.Transaction
All fields but not the details map.
traceId - Variable in class org.openwms.transactions.api.TransactionVO
An id to request (business transaction) the Transaction was part of.
traceId - Variable in class org.openwms.transactions.impl.jpa.TransactionEO
An id to the request (business transaction) the Transaction was created in.
traceId - Variable in class org.openwms.transactions.Transaction
An id to the request (business transaction) the Transaction was created in.
tracer - Variable in class org.openwms.transactions.impl.TransactionServiceImpl
 
transaction - Variable in class org.openwms.transactions.api.commands.TransactionCommand
 
Transaction - Class in org.openwms.transactions
A Transaction.
Transaction() - Constructor for class org.openwms.transactions.Transaction
 
TransactionalCommandListener - Class in org.openwms.transactions.api.commands
A TransactionalCommandListener listens on client-side in-memory TransactionCommands after a running transaction as been succeeded and triggers the creation of a Transaction over AMQP.
TransactionalCommandListener(AsyncTransactionApi<TransactionCommand>) - Constructor for class org.openwms.transactions.api.commands.TransactionalCommandListener
 
TransactionAsyncConfiguration - Class in org.openwms.transactions.app
A TransactionAsyncConfiguration is activated when the service uses asynchronous AMQP communication to access other services.
TransactionAsyncConfiguration() - Constructor for class org.openwms.transactions.app.TransactionAsyncConfiguration
 
TransactionBuilder - Class in org.openwms.transactions.api
A TransactionBuilder.
TransactionBuilder() - Constructor for class org.openwms.transactions.api.TransactionBuilder
 
TransactionCommand - Class in org.openwms.transactions.api.commands
A TransactionCommand.
TransactionCommand(TransactionCommand.Type, TransactionVO) - Constructor for class org.openwms.transactions.api.commands.TransactionCommand
 
TransactionCommand.Type - Enum Class in org.openwms.transactions.api.commands
 
TransactionCommandHandler - Class in org.openwms.transactions.commands
A TransactionCommandHandler handles commands to create Transactions.
TransactionCommandHandler(TransactionMapper, Persistable<Transaction>) - Constructor for class org.openwms.transactions.commands.TransactionCommandHandler
 
TransactionCommandListener - Class in org.openwms.transactions.commands
A TransactionCommandListener listens on asynchronous commands to create Transactions on an AMQP queue.
TransactionCommandListener(CommandHandler<TransactionCommand>) - Constructor for class org.openwms.transactions.commands.TransactionCommandListener
 
transactionCommandsExchange(String) - Method in class org.openwms.transactions.app.TransactionAsyncConfiguration
 
TransactionController - Class in org.openwms.transactions
A TransactionController.
TransactionController(TransactionMapper, TransactionService) - Constructor for class org.openwms.transactions.TransactionController
 
TransactionEO - Class in org.openwms.transactions.impl.jpa
A TransactionEO.
TransactionEO() - Constructor for class org.openwms.transactions.impl.jpa.TransactionEO
 
TransactionESRepository - Class in org.openwms.transactions.impl.eclipsestore
A TransactionESRepositoryAdapter.
TransactionESRepository(DataStore) - Constructor for class org.openwms.transactions.impl.eclipsestore.TransactionESRepository
 
TransactionEvent - Class in org.openwms.transactions.events
A TransactionEvent.
TransactionEvent(Transaction, TransactionEvent.Type) - Constructor for class org.openwms.transactions.events.TransactionEvent
 
TransactionEvent.Type - Enum Class in org.openwms.transactions.events
 
TransactionEventPropagator - Class in org.openwms.transactions.events
A TransactionEventPropagator.
TransactionEventPropagator(AmqpTemplate, String, TransactionMOMapper) - Constructor for class org.openwms.transactions.events.TransactionEventPropagator
 
transactionEventsExchange(String) - Method in class org.openwms.transactions.app.TransactionAsyncConfiguration
 
TransactionException - Exception Class in org.openwms.transactions.api
A TransactionException.
TransactionException(String) - Constructor for exception class org.openwms.transactions.api.TransactionException
 
TransactionJpaConfiguration - Class in org.openwms.transactions.app
A TransactionJpaConfiguration.
TransactionJpaConfiguration() - Constructor for class org.openwms.transactions.app.TransactionJpaConfiguration
 
TransactionJpaMapper - Interface in org.openwms.transactions.impl.jpa
A TransactionJpaMapper.
TransactionJpaMapperImpl - Class in org.openwms.transactions.impl.jpa
 
TransactionJpaMapperImpl() - Constructor for class org.openwms.transactions.impl.jpa.TransactionJpaMapperImpl
 
TransactionJpaRepository - Interface in org.openwms.transactions.impl.jpa
A TransactionJpaRepository.
TransactionJpaRepositoryAdapter - Class in org.openwms.transactions.impl.jpa
A TransactionJpaRepositoryAdapter.
TransactionJpaRepositoryAdapter(TransactionJpaRepository, TransactionJpaMapper) - Constructor for class org.openwms.transactions.impl.jpa.TransactionJpaRepositoryAdapter
 
TransactionMapper - Interface in org.openwms.transactions
A TransactionMapper.
TransactionMapperImpl - Class in org.openwms.transactions
 
TransactionMapperImpl() - Constructor for class org.openwms.transactions.TransactionMapperImpl
 
TransactionMessageCodes - Class in org.openwms.transactions
A TransactionMessageCodes.
TransactionMessageCodes() - Constructor for class org.openwms.transactions.TransactionMessageCodes
 
TransactionMO - Class in org.openwms.transactions.events
A TransactionMO.
TransactionMO() - Constructor for class org.openwms.transactions.events.TransactionMO
 
TransactionModuleConfiguration - Class in org.openwms.transactions.app
A TransactionModuleConfiguration.
TransactionModuleConfiguration() - Constructor for class org.openwms.transactions.app.TransactionModuleConfiguration
 
TransactionMOMapper - Interface in org.openwms.transactions.events
A TransactionMOMapper.
TransactionMOMapperImpl - Class in org.openwms.transactions.events
 
TransactionMOMapperImpl() - Constructor for class org.openwms.transactions.events.TransactionMOMapperImpl
 
TransactionOtlpConfiguration - Class in org.openwms.transactions.app
A TransactionOtlpConfiguration.
TransactionOtlpConfiguration() - Constructor for class org.openwms.transactions.app.TransactionOtlpConfiguration
 
TransactionOtlpConfiguration.OtelConfiguration - Class in org.openwms.transactions.app
 
transactionRepository - Variable in class org.openwms.transactions.impl.TransactionServiceImpl
 
TransactionRepository - Interface in org.openwms.transactions.impl
A TransactionRepository.
transactions - Variable in class org.openwms.transactions.impl.eclipsestore.Root
 
transactionService - Variable in class org.openwms.transactions.TransactionController
 
TransactionService - Interface in org.openwms.transactions
A TransactionService.
TransactionServiceImpl - Class in org.openwms.transactions.impl
A TransactionServiceImpl.
TransactionServiceImpl(ApplicationEventPublisher, Tracer, Translator, TransactionRepository) - Constructor for class org.openwms.transactions.impl.TransactionServiceImpl
 
transactionVO - Variable in class org.openwms.transactions.api.TransactionBuilder
 
TransactionVO - Class in org.openwms.transactions.api
A TransactionVO.
TransactionVO() - Constructor for class org.openwms.transactions.api.TransactionVO
 
translator - Variable in class org.openwms.transactions.impl.TransactionServiceImpl
 
translator() - Method in class org.openwms.transactions.app.TransactionModuleConfiguration
 
TX_NOT_FOUND - Static variable in class org.openwms.transactions.TransactionMessageCodes
 
type - Variable in class org.openwms.transactions.api.commands.TransactionCommand
 
type - Variable in class org.openwms.transactions.api.TransactionVO
A defined transaction type that can be used as a key to the custom specific Transaction.
type - Variable in class org.openwms.transactions.events.TransactionEvent
 
type - Variable in class org.openwms.transactions.events.TransactionMO
 
type - Variable in class org.openwms.transactions.impl.jpa.TransactionEO
A defined transaction type that can be used as a key to the custom specific Transaction.
type - Variable in class org.openwms.transactions.Transaction
A defined transaction type that can be used as a key to the custom specific Transaction.
Type() - Constructor for enum class org.openwms.transactions.api.commands.TransactionCommand.Type
 
Type() - Constructor for enum class org.openwms.transactions.events.TransactionEvent.Type
 

V

ValidationGroups - Interface in org.openwms.transactions.api
A ValidationGroups.
ValidationGroups.Create - Interface in org.openwms.transactions.api
 
valueOf(String) - Static method in enum class org.openwms.transactions.api.commands.TransactionCommand.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openwms.transactions.events.TransactionEvent.Type
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.openwms.transactions.api.commands.TransactionCommand.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openwms.transactions.events.TransactionEvent.Type
Returns an array containing the constants of this enum class, in the order they are declared.

W

withCategory(String) - Method in class org.openwms.transactions.api.TransactionBuilder
 
withCreatedByUser(String) - Method in class org.openwms.transactions.api.TransactionBuilder
 
withCreateDt(Date) - Method in class org.openwms.transactions.api.TransactionBuilder
 
withDescription(String) - Method in class org.openwms.transactions.api.TransactionBuilder
 
withDetail(String, String) - Method in class org.openwms.transactions.api.TransactionBuilder
 
withDetails(Map<String, String>) - Method in class org.openwms.transactions.api.TransactionBuilder
 
withSender(String) - Method in class org.openwms.transactions.api.TransactionBuilder
 
withSenderId(String) - Method in class org.openwms.transactions.api.TransactionBuilder
 
withTraceId(String) - Method in class org.openwms.transactions.api.TransactionBuilder
 
withType(String) - Method in class org.openwms.transactions.api.TransactionBuilder
 
A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form