Subversion Repositories SmartDukaan

Rev

Rev 37255 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37255 Rev 37292
Line 873... Line 873...
873
    }
873
    }
874
 
874
 
875
    @Autowired
875
    @Autowired
876
    com.spice.profitmandi.service.catalog.ModelHotDealService modelHotDealService;
876
    com.spice.profitmandi.service.catalog.ModelHotDealService modelHotDealService;
877
 
877
 
878
    /** Daily: mirror date-windowed model_hot_deal into tag_listing.hot_deals (Solr hot_deal_b source). */
878
    /** Daily: push models crossing a model_hot_deal window boundary to Solr (derived hot_deal_b). */
879
    public void syncHotDealFlags() {
879
    public void syncHotDealFlags() {
880
        LOGGER.info("Running syncHotDealFlags");
880
        LOGGER.info("Running syncHotDealFlags");
881
        modelHotDealService.syncHotDealFlags();
881
        modelHotDealService.syncHotDealFlags();
882
    }
882
    }
883
 
883