Uses of Interface
com.storedobject.core.TransactionManager.Transact
Packages that use TransactionManager.Transact
-
Uses of TransactionManager.Transact in com.storedobject.core
Methods in com.storedobject.core with parameters of type TransactionManager.TransactModifier and TypeMethodDescriptionintTransactionManager.transact(Logic logic, PseudoTransaction pseudoTransaction, TransactionManager.Transact transact) intTransactionManager.transact(Logic logic, TransactionManager.Transact transact) intTransactionManager.transact(TransactionManager.Transact transact) intTransactionManager.transactPsuedo(TransactionManager.Transact transact) -
Uses of TransactionManager.Transact in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type TransactionManager.TransactModifier and TypeMethodDescriptiondefault booleanTransactional.transact(Logic logic, Transaction pseudo, TransactionManager.Transact transact) default booleanTransactional.transact(TransactionManager.Transact transact) -
Uses of TransactionManager.Transact in com.storedobject.ui.inventory
Constructors in com.storedobject.ui.inventory with parameters of type TransactionManager.TransactModifierConstructorDescriptionReceiveAndBin(Date date, String reference, List<InventoryItem> itemList, TransactionManager.Transact update) ReceiveAndBin(Date date, String reference, List<InventoryItem> itemList, TransactionManager.Transact update, Runnable refresher) ReceiveAndBin(Date date, String reference, List<InventoryItem> itemList, TransactionManager.Transact update, Runnable refresher, GRNEditor grnEditor) ReceiveAndBin(Date date, String reference, List<InventoryItem> itemList, TransactionManager.Transact update, Runnable refresher, GRNEditor grnEditor, boolean allowSNChange) ReceiveAndBin(Date date, String reference, List<InventoryItem> itemList, TransactionManager.Transact update, Runnable refresher, GRNEditor grnEditor, boolean allowSNChange, com.vaadin.flow.component.Component... extraComponents)