Subversion Repositories SmartDukaan

Rev

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

Rev 5512 Rev 5586
Line 589... Line 589...
589
	bool deleteVoucherForItem(1:i64 catalog_item_id, 2:i64 voucherType) throws (1:InventoryServiceException cex),
589
	bool deleteVoucherForItem(1:i64 catalog_item_id, 2:i64 voucherType) throws (1:InventoryServiceException cex),
590
	
590
	
591
	i64 getVoucherAmount(1:i64 itemId, 2:i64 voucherType),
591
	i64 getVoucherAmount(1:i64 itemId, 2:i64 voucherType),
592
	
592
	
593
	list<VoucherItemMapping> getAllItemVouchers(1:i64 itemId),
593
	list<VoucherItemMapping> getAllItemVouchers(1:i64 itemId),
-
 
594
	
-
 
595
	bool isValidCatalogItemId(1:i64 catalog_item_id)
594
}
596
}