Subversion Repositories SmartDukaan

Rev

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

Rev 32039 Rev 32043
Line 511... Line 511...
511
        // TODO Auto-generated method stub
511
        // TODO Auto-generated method stub
512
        return null;
512
        return null;
513
    }
513
    }
514
 
514
 
515
    @Override
515
    @Override
516
    @Cacheable(value = "slabPayoutMap", cacheManager = "oneDayCacheManager")
516
    @Cacheable(value = "slabPayoutMap1", cacheManager = "oneDayCacheManager")
517
    public Map<Integer, Map<Integer, Long>> getSlabPayoutMap(CreateOfferRequest createOfferRequest) {
517
    public Map<Integer, Map<Integer, Long>> getSlabPayoutMap(CreateOfferRequest createOfferRequest) {
518
        Map<Integer, Map<Integer, Long>> catalogSlabPayoutMap = new HashMap<>();
518
        Map<Integer, Map<Integer, Long>> catalogSlabPayoutMap = new HashMap<>();
519
        com.spice.profitmandi.dao.model.TargetSlab targetSlab = createOfferRequest.getTargetSlabs().get(0);
519
        com.spice.profitmandi.dao.model.TargetSlab targetSlab = createOfferRequest.getTargetSlabs().get(0);
520
        List<ItemCriteriaPayout> payouts = targetSlab.getItemCriteriaPayouts();
520
        List<ItemCriteriaPayout> payouts = targetSlab.getItemCriteriaPayouts();
521
 
521