Subversion Repositories SmartDukaan

Rev

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

Rev 30139 Rev 30215
Line 425... Line 425...
425
		// TODO Auto-generated method stub
425
		// TODO Auto-generated method stub
426
		return null;
426
		return null;
427
	}
427
	}
428
 
428
 
429
	@Override
429
	@Override
430
	@Cacheable(value = "slabPayoutMap", cacheManager = "thirtyMinsTimeOutCacheManager")
430
	@Cacheable(value = "slabPayoutMap", cacheManager = "oneDayCacheManager")
431
	public Map<Integer, Map<Integer, Long>> getSlabPayoutMap(CreateOfferRequest createOfferRequest) {
431
	public Map<Integer, Map<Integer, Long>> getSlabPayoutMap(CreateOfferRequest createOfferRequest) {
432
		Map<Integer, Map<Integer, Long>> catalogSlabPayoutMap = new HashMap<>();
432
		Map<Integer, Map<Integer, Long>> catalogSlabPayoutMap = new HashMap<>();
433
		com.spice.profitmandi.dao.model.TargetSlab targetSlab = createOfferRequest.getTargetSlabs().get(0);
433
		com.spice.profitmandi.dao.model.TargetSlab targetSlab = createOfferRequest.getTargetSlabs().get(0);
434
		List<ItemCriteriaPayout> payouts = targetSlab.getItemCriteriaPayouts();
434
		List<ItemCriteriaPayout> payouts = targetSlab.getItemCriteriaPayouts();
435
	
435