| Line 1... |
Line 1... |
| 1 |
package in.shop2020.warehouse.persistence;
|
1 |
package in.shop2020.warehouse.persistence;
|
| 2 |
|
2 |
|
| - |
|
3 |
import in.shop2020.warehouse.InTransitInventory;
|
| 3 |
import in.shop2020.warehouse.ScanType;
|
4 |
import in.shop2020.warehouse.ScanType;
|
| 4 |
import in.shop2020.warehouse.domain.InventoryItem;
|
5 |
import in.shop2020.warehouse.domain.InventoryItem;
|
| 5 |
|
6 |
|
| 6 |
import java.util.List;
|
7 |
import java.util.List;
|
| 7 |
import java.util.Map;
|
8 |
import java.util.Map;
|
| Line 71... |
Line 72... |
| 71 |
@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
72 |
@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
| 72 |
|
73 |
|
| 73 |
long getCurrentQuantityForNonSerializedInTransitItemInPhysicalWarehouse(
|
74 |
long getCurrentQuantityForNonSerializedInTransitItemInPhysicalWarehouse(
|
| 74 |
@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
75 |
@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
| 75 |
|
76 |
|
| - |
|
77 |
List<in.shop2020.warehouse.domain.InTransitInventory> getInTransitInventory(long originWarehouseId);
|
| - |
|
78 |
|
| 76 |
/*InventoryItem getNonSeralizedInventoryItemForPhysicalWarehouse(
|
79 |
/*InventoryItem getNonSeralizedInventoryItemForPhysicalWarehouse(
|
| 77 |
@Param("itemNumber")String itemNumber, @Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);*/
|
80 |
@Param("itemNumber")String itemNumber, @Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);*/
|
| 78 |
}
|
81 |
}
|