Subversion Repositories SmartDukaan

Rev

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

Rev 6838 Rev 11671
Line 72... Line 72...
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);
76
	void getAllInsurers(AsyncCallback<Map<Long,String>> callback);
-
 
77
	void getPrivateDealItems(
-
 
78
			int offset,
77
	
79
			int limit,
-
 
80
			AsyncCallback<List<Item>> asyncCallback);
-
 
81
	void getPrivateDealItemsCount(AsyncCallback<Integer> asyncCallback);
78
}
82
}