Uses of Class
com.storedobject.core.StockHistory
Packages that use StockHistory
-
Uses of StockHistory in com.storedobject.core
Methods in com.storedobject.core that return types with arguments of type StockHistoryModifier and TypeMethodDescriptionStock.getStocks()static ObjectIterator<StockHistory> StockHistory.listForLocation(InventoryItemType partNumber, Date date, Id locationId) static ObjectIterator<StockHistory> StockHistory.listForStore(InventoryItemType partNumber, Date date, Id storeId) -
Uses of StockHistory in com.storedobject.report
Method parameters in com.storedobject.report with type arguments of type StockHistoryModifier and TypeMethodDescriptionvoidStockReport.setItemFilter(Predicate<StockHistory> itemFilter) voidStockReportExcel.setItemFilter(Predicate<StockHistory> itemFilter) -
Uses of StockHistory in com.storedobject.ui.inventory
Methods in com.storedobject.ui.inventory with parameters of type StockHistory