Subversion Repositories SmartDukaan

Rev

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

Rev 32610 Rev 32690
Line 682... Line 682...
682
 
682
 
683
    @Scheduled(cron = "0 0 8 * * *")
683
    @Scheduled(cron = "0 0 8 * * *")
684
    public void sendFilteredRetailerPerformance() throws Throwable {
684
    public void sendFilteredRetailerPerformance() throws Throwable {
685
        scheduledTasks.sendFilteredRetailerPerformance();
685
        scheduledTasks.sendFilteredRetailerPerformance();
686
    }
686
    }
-
 
687
 
-
 
688
 
-
 
689
    @Scheduled(cron = "0 0 12 * * *")
-
 
690
    public void rejectPriceDropsOfApprovedImeis() throws Throwable {
-
 
691
        scheduledTasks.rejectPriceDropsOfApprovedImeis();
-
 
692
    }
687
    /*
693
    /*
688
     * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
694
     * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
689
     * throws Throwable { log.info("startTime" + LocalDateTime.now());
695
     * throws Throwable { log.info("startTime" + LocalDateTime.now());
690
     * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
696
     * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
691
     * log.info("endTime" + LocalDateTime.now()); }
697
     * log.info("endTime" + LocalDateTime.now()); }