Subversion Repositories SmartDukaan

Rev

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

Rev 33435 Rev 33444
Line 707... Line 707...
707
    @Scheduled(cron = "0 0 8 * * *")
707
    @Scheduled(cron = "0 0 8 * * *")
708
    public void sendFilteredRetailerPerformance() throws Throwable {
708
    public void sendFilteredRetailerPerformance() throws Throwable {
709
        scheduledTasks.sendFilteredRetailerPerformance();
709
        scheduledTasks.sendFilteredRetailerPerformance();
710
    }
710
    }
711
 
711
 
-
 
712
    @Scheduled(cron = "0 0 0 * * MON")
-
 
713
    public void findAllLiveDemoBrandItemsByBillingDate() throws Throwable {
-
 
714
        scheduledTasks.findAllLiveDemoBrandItemsByBillingDate();
-
 
715
    }
-
 
716
 
712
 
717
 
713
    @Scheduled(cron = "0 0 12 * * *")
718
    @Scheduled(cron = "0 0 12 * * *")
714
    public void rejectPriceDropsOfApprovedImeis() throws Throwable {
719
    public void rejectPriceDropsOfApprovedImeis() throws Throwable {
715
        scheduledTasks.rejectPriceDropsOfApprovedImeis();
720
        scheduledTasks.rejectPriceDropsOfApprovedImeis();
716
    }
721
    }