Subversion Repositories SmartDukaan

Rev

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

Rev 33444 Rev 33464
Line 711... Line 711...
711
 
711
 
712
    @Scheduled(cron = "0 0 0 * * MON")
712
    @Scheduled(cron = "0 0 0 * * MON")
713
    public void findAllLiveDemoBrandItemsByBillingDate() throws Throwable {
713
    public void findAllLiveDemoBrandItemsByBillingDate() throws Throwable {
714
        scheduledTasks.findAllLiveDemoBrandItemsByBillingDate();
714
        scheduledTasks.findAllLiveDemoBrandItemsByBillingDate();
715
    }
715
    }
-
 
716
    @Scheduled(cron = "0 10 6 * * *")
-
 
717
    public void findTodayPocoBillingItems() throws Throwable {
-
 
718
        scheduledTasks.findTodayPocoBillingItems();
-
 
719
    }
716
 
720
 
717
 
721
 
718
    @Scheduled(cron = "0 0 12 * * *")
722
    @Scheduled(cron = "0 0 12 * * *")
719
    public void rejectPriceDropsOfApprovedImeis() throws Throwable {
723
    public void rejectPriceDropsOfApprovedImeis() throws Throwable {
720
        scheduledTasks.rejectPriceDropsOfApprovedImeis();
724
        scheduledTasks.rejectPriceDropsOfApprovedImeis();