| Line 45... |
Line 45... |
| 45 |
/**
|
45 |
/**
|
| 46 |
* @param itemId
|
46 |
* @param itemId
|
| 47 |
* @param warehouseId
|
47 |
* @param warehouseId
|
| 48 |
* @return
|
48 |
* @return
|
| 49 |
*/
|
49 |
*/
|
| 50 |
InventoryItem getNonSerializedInventoryItem(@Param("itemNumber")String itemNumber, @Param("itemId")long itemId, @Param("warehouseId")long warehouseId);
|
50 |
InventoryItem getNonSerializedInventoryItem(@Param("itemNumber")String itemNumber, @Param("itemId")long itemId,
|
| - |
|
51 |
@Param("warehouseId")long warehouseId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
| 51 |
|
52 |
|
| 52 |
Long getCurrentQuantityForNonSerializedItem(@Param("itemId")long itemId, @Param("warehouseId")long warehouseId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
53 |
Long getCurrentQuantityForNonSerializedItem(@Param("itemId")long itemId, @Param("warehouseId")long warehouseId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
| 53 |
|
54 |
|
| 54 |
void markPurchaseReturnIdForItem(@Param("id")long id, @Param("currentQuantity")long currentQuantity, @Param("purchaseReturnId")long purchaseReturnId);
|
55 |
void markPurchaseReturnIdForItem(@Param("id")long id, @Param("currentQuantity")long currentQuantity, @Param("purchaseReturnId")long purchaseReturnId);
|
| 55 |
|
56 |
|