Uses of Class
overit.geocallapp.wfm.inventory.rs2.warehouse.stock.history.DTOStockHistory
Packages that use DTOStockHistory
-
Uses of DTOStockHistory in overit.geocallapp.wfm.inventory.rs2.warehouse.stock
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.stock that return types with arguments of type DTOStockHistoryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOStockHistory> StockService.getHistory(Long stockId, Long id) Retrieves the required stock history by calling theStockHistoryLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOStockHistory>> StockService.getStockHistories(Long stockId, @NotNull @Valid Page page, @Valid @NotNull DTOStockHistorySearchFilter filter) Retrieves all the stored stock history by calling theStockHistorySearchEvent.