Subversion Repositories SmartDukaan

Rev

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

Rev 6530 Rev 6838
Line 71... Line 71...
71
			AsyncCallback<List<ItemWarehouse>> asyncCallback);
71
			AsyncCallback<List<ItemWarehouse>> asyncCallback);
72
	void addtoIgnoredInventoryUpdateItemsIdsWarehouseIds(long itemId,
72
	void addtoIgnoredInventoryUpdateItemsIdsWarehouseIds(long itemId,
73
			long warehouseId, AsyncCallback<Boolean> asyncCallback);
73
			long warehouseId, AsyncCallback<Boolean> asyncCallback);
74
	void deleteFromIgnoredInventoryUpdateItemsIdsWarehouseIds(
74
	void deleteFromIgnoredInventoryUpdateItemsIdsWarehouseIds(
75
			long itemId,long warehouseId, AsyncCallback<Boolean> asyncCallback);
75
			long itemId,long warehouseId, AsyncCallback<Boolean> asyncCallback);
-
 
76
	void getAllInsurers(AsyncCallback<Map<Long,String>> callback);
-
 
77
	
76
}
78
}