Subversion Repositories SmartDukaan

Rev

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

Rev 5118 Rev 5504
Line 54... Line 54...
54
	void getProdItemInventory(long itemId, AsyncCallback<Map<Long, ItemInventory>> asyncCallback);
54
	void getProdItemInventory(long itemId, AsyncCallback<Map<Long, ItemInventory>> asyncCallback);
55
	void addAuthorizationLog(long itemId, String username, String message, AsyncCallback<Boolean> asyncCallback);
55
	void addAuthorizationLog(long itemId, String username, String message, AsyncCallback<Boolean> asyncCallback);
56
	void getConfigdataforPriceCompare(AsyncCallback<Map<String, String>> asyncCallback);
56
	void getConfigdataforPriceCompare(AsyncCallback<Map<String, String>> asyncCallback);
57
	void getAllCategories(AsyncCallback<List<String>> asyncCallback);
57
	void getAllCategories(AsyncCallback<List<String>> asyncCallback);
58
	void getAllBrands(AsyncCallback<List<String>> asyncCallback);
58
	void getAllBrands(AsyncCallback<List<String>> asyncCallback);
-
 
59
	void deleteVoucher(Long catalogItemId, String voucherType, AsyncCallback<Boolean> asyncCallback);
-
 
60
	void addVoucher(Long catalogItemId, String voucherType, long voucherAmount, AsyncCallback<Boolean> asyncCallback);
-
 
61
	void getvoucherTypes(AsyncCallback<List<String>> asyncCallback);
59
}
62
}