Subversion Repositories SmartDukaan

Rev

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

Rev 23149 Rev 23152
Line 1272... Line 1272...
1272
	
1272
	
1273
	map<i64, map<string, i64>> getWarrantyInfoForItemList(1:list<i64> catalogItemIds, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
1273
	map<i64, map<string, i64>> getWarrantyInfoForItemList(1:list<i64> catalogItemIds, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
1274
	
1274
	
1275
	StateGstRates getGstRatesByState(1:i64 stateId) throws (1:CatalogServiceException cex)
1275
	StateGstRates getGstRatesByState(1:i64 stateId) throws (1:CatalogServiceException cex)
1276
	
1276
	
1277
	map<i32, GstRate> getStateTaxRate(1:list<i32> itemIds, 2:i32 stateId)
1277
	map<i64, GstRate> getStateTaxRate(1:list<i64> itemIds, 2:i64 stateId)
1278
	
1278
	
1279
	map<i32, double> getIgstTaxRate(1:list<i32> itemIds)
1279
	map<i64, double> getIgstTaxRate(1:list<i64> itemIds)
1280
	
1280
	
1281
	//map<i32, double> getCgstTaxRate(1:list<i32> itemIds, 2:i32 stateId)
1281
	//map<i32, double> getCgstTaxRate(1:list<i32> itemIds, 2:i32 stateId)
1282
	
1282
	
1283
	map<string, GstRate> getInterStateGstRates() throws (1:CatalogServiceException cex)
1283
	map<string, GstRate> getInterStateGstRates() throws (1:CatalogServiceException cex)
1284
	
1284