public interface PhysicalInventoryService
| Modifier and Type | Method and Description |
|---|---|
PhysicalInventory |
createPhysicalInventory(InforContext context,
PhysicalInventory physicalInventory) |
PhysicalInventory |
readDefaultPhysicalInventory(InforContext context,
String storeCode) |
PhysicalInventory |
readPhysicalInventory(InforContext context,
String code) |
PhysicalInventoryRow |
readPhysicalInventoryLine(InforContext context,
PhysicalInventoryRow row) |
PhysicalInventory |
updatePhysicalInventory(InforContext context,
PhysicalInventory physicalInventory) |
PhysicalInventoryRow |
updatePhysicalInventoryLine(InforContext context,
PhysicalInventoryRow row) |
PhysicalInventory createPhysicalInventory(InforContext context, PhysicalInventory physicalInventory) throws InforException
InforExceptionPhysicalInventory readPhysicalInventory(InforContext context, String code) throws InforException
InforExceptionPhysicalInventory updatePhysicalInventory(InforContext context, PhysicalInventory physicalInventory) throws InforException
InforExceptionPhysicalInventoryRow readPhysicalInventoryLine(InforContext context, PhysicalInventoryRow row) throws InforException
InforExceptionPhysicalInventoryRow updatePhysicalInventoryLine(InforContext context, PhysicalInventoryRow row) throws InforException
InforExceptionPhysicalInventory readDefaultPhysicalInventory(InforContext context, String storeCode) throws InforException
InforExceptionCopyright © 2020 CERN European Organization for Nuclear Research. All rights reserved.