Interface PhysicalInventoryService
- All Known Implementing Classes:
PhysicalInventoryServiceImpl
public interface PhysicalInventoryService
-
Method Summary
Modifier and TypeMethodDescriptioncreatePhysicalInventory(EAMContext context, PhysicalInventory physicalInventory) readDefaultPhysicalInventory(EAMContext context, String storeCode) readPhysicalInventory(EAMContext context, String code) readPhysicalInventoryLine(EAMContext context, PhysicalInventoryRow row) updatePhysicalInventory(EAMContext context, PhysicalInventory physicalInventory) updatePhysicalInventoryLine(EAMContext context, PhysicalInventoryRow row)
-
Method Details
-
createPhysicalInventory
PhysicalInventory createPhysicalInventory(EAMContext context, PhysicalInventory physicalInventory) throws EAMException - Throws:
EAMException
-
readPhysicalInventory
- Throws:
EAMException
-
updatePhysicalInventory
PhysicalInventory updatePhysicalInventory(EAMContext context, PhysicalInventory physicalInventory) throws EAMException - Throws:
EAMException
-
readPhysicalInventoryLine
PhysicalInventoryRow readPhysicalInventoryLine(EAMContext context, PhysicalInventoryRow row) throws EAMException - Throws:
EAMException
-
updatePhysicalInventoryLine
PhysicalInventoryRow updatePhysicalInventoryLine(EAMContext context, PhysicalInventoryRow row) throws EAMException - Throws:
EAMException
-
readDefaultPhysicalInventory
PhysicalInventory readDefaultPhysicalInventory(EAMContext context, String storeCode) throws EAMException - Throws:
EAMException
-