Uses of Class
org.openwms.transactions.api.TransactionVO
Packages that use TransactionVO
Package
Description
This package contains the implementation of the microservice.
This package contains types exposed as part of the public API of the service.
This package contains command types and handlers exposed as part of the public API of the service.
-
Uses of TransactionVO in org.openwms.transactions
Methods in org.openwms.transactions that return TransactionVOModifier and TypeMethodDescriptionTransactionMapper.convertToVO(Transaction tx) TransactionMapperImpl.convertToVO(Transaction tx) Methods in org.openwms.transactions that return types with arguments of type TransactionVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TransactionVO> TransactionController.create(@Valid TransactionVO transaction, jakarta.servlet.http.HttpServletRequest req) org.springframework.http.ResponseEntity<List<TransactionVO>> TransactionController.findAll()org.springframework.http.ResponseEntity<TransactionVO> TransactionController.findByPKey(String pKey) org.springframework.http.ResponseEntity<List<TransactionVO>> TransactionController.findByType(String type) Methods in org.openwms.transactions with parameters of type TransactionVOModifier and TypeMethodDescriptionTransactionMapper.convertTo(TransactionVO vo) TransactionMapperImpl.convertTo(TransactionVO vo) org.springframework.http.ResponseEntity<TransactionVO> TransactionController.create(@Valid TransactionVO transaction, jakarta.servlet.http.HttpServletRequest req) -
Uses of TransactionVO in org.openwms.transactions.api
Fields in org.openwms.transactions.api declared as TransactionVOMethods in org.openwms.transactions.api that return TransactionVO -
Uses of TransactionVO in org.openwms.transactions.api.commands
Fields in org.openwms.transactions.api.commands declared as TransactionVOMethods in org.openwms.transactions.api.commands that return TransactionVOMethods in org.openwms.transactions.api.commands with parameters of type TransactionVOModifier and TypeMethodDescriptionstatic TransactionCommandTransactionCommand.create(TransactionVO transaction) static TransactionCommandTransactionCommand.of(TransactionCommand.Type type, TransactionVO transaction) Constructors in org.openwms.transactions.api.commands with parameters of type TransactionVOModifierConstructorDescriptionprotectedTransactionCommand(TransactionCommand.Type type, TransactionVO transaction)