Subversion Repositories SmartDukaan

Rev

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

Rev 37040 Rev 37083
Line 861... Line 861...
861
    }
861
    }
862
 
862
 
863
 
863
 
864
    @Scheduled(cron = "0 0 12 * * *")
864
    @Scheduled(cron = "0 0 12 * * *")
865
    public void rejectPriceDropsOfApprovedImeis() throws Throwable {
865
    public void rejectPriceDropsOfApprovedImeis() throws Throwable {
866
        scheduledTasks.rejectPriceDropsOfApprovedImeis();
866
        batchScheduledTasks.reprocessPriceDropsWithBatch();
867
    }
867
    }
868
 
868
 
869
    @Autowired
869
    @Autowired
870
    POScheduler poScheduler;
870
    POScheduler poScheduler;
871
 
871