Subversion Repositories SmartDukaan

Rev

Rev 7574 | Rev 7957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7574 Rev 7613
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
}