Uses of Class
overit.geocallapp.wfm.inventory.rs2.warehouse.transaction.DTOTransaction
Packages that use DTOTransaction
-
Uses of DTOTransaction in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction that return types with arguments of type DTOTransactionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTransaction> Retrieves the required transaction by calling theWarehouseTransactionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTransaction>> TransactionService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOTransactionSearchFilter filter) Retrieves all the stored transactions by calling theWarehouseTransactionSearchEvent.