Interface InventoryProvider<T extends SkuInventory>
- All Known Implementing Classes:
 ExternalInventoryProvider
public interface InventoryProvider<T extends SkuInventory>
Interface for interacting with inventory data, typically by making remote calls.
- Author:
 - Kelly Tisdell (ktisdell)
 
- 
Method Summary
Modifier and TypeMethodDescriptioncreateSkuInventory(T inventory, BatchContext<ComprehensiveProduct> batchContext) readSkuInventory(String locationId, SkuRef skuRef, BatchContext<ComprehensiveProduct> batchContext) updateSkuInventory(T inventory, BatchContext<ComprehensiveProduct> batchContext)  
- 
Method Details
- 
readSkuInventory
List<T> readSkuInventory(String locationId, SkuRef skuRef, BatchContext<ComprehensiveProduct> batchContext)  - 
createSkuInventory
 - 
updateSkuInventory
 
 -