Subversion Repositories SmartDukaan

Rev

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

Rev 33643 Rev 33722
Line 657... Line 657...
657
    @Scheduled(cron = "0 0 8 * * *")
657
    @Scheduled(cron = "0 0 8 * * *")
658
    public void alertForDueDate() throws Throwable {
658
    public void alertForDueDate() throws Throwable {
659
        scheduledTasks.alertForDueDate();
659
        scheduledTasks.alertForDueDate();
660
    }
660
    }
661
 
661
 
662
    @Scheduled(cron = "0 15 8 * * *")
662
    @Scheduled(cron = "0 10 6 * * *")
663
    public void notifyLoanDueDateCross() throws Throwable {
663
    public void notifyLoanDueDateCross() throws Throwable {
664
        scheduledTasks.notifyLoanDueDateCross();
664
        scheduledTasks.notifyLoanDueDateCross();
665
    }
665
    }
666
 
666
 
667
    @Scheduled(cron = "0 30 9 * * *")
667
    @Scheduled(cron = "0 15 6 * * *")
668
    public void notifyDefaultLoans() throws Throwable {
668
    public void notifyDefaultLoans() throws Throwable {
669
        scheduledTasks.notifyDefaultLoans();
669
        scheduledTasks.notifyDefaultLoans();
670
    }
670
    }
671
 
671
 
672
    @Scheduled(cron = "0 0 23 * * *")
672
    @Scheduled(cron = "0 0 23 * * *")