Subversion Repositories SmartDukaan

Rev

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

Rev 33986 Rev 34162
Line 646... Line 646...
646
    @Scheduled(cron = "0 0 6 * * *")
646
    @Scheduled(cron = "0 0 6 * * *")
647
    public void dailyLoanAlert() throws Throwable {
647
    public void dailyLoanAlert() throws Throwable {
648
        scheduledTasks.dailyLoanAlert();
648
        scheduledTasks.dailyLoanAlert();
649
    }
649
    }
650
 
650
 
-
 
651
    @Scheduled(cron = "0 0 6 * * *")
-
 
652
    public void groupHidCatalogsByWeeks() throws Throwable {
-
 
653
        scheduledTasks.groupHidCatalogsByWeeks();
-
 
654
    }
-
 
655
 
651
    //Look out for imeis that have activation pending based of sale and mark create new SIO out of them
656
    //Look out for imeis that have activation pending based of sale and mark create new SIO out of them
652
    @Scheduled(cron = "0 0 1 * * *")
657
    @Scheduled(cron = "0 0 1 * * *")
653
    public void processActivatedImeisForSchemes() throws Throwable {
658
    public void processActivatedImeisForSchemes() throws Throwable {
654
        scheduledTasks.processActivatedImeisForSchemes();
659
        scheduledTasks.processActivatedImeisForSchemes();
655
    }
660
    }