Subversion Repositories SmartDukaan

Rev

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

Rev 32832 Rev 32842
Line 631... Line 631...
631
    @Scheduled(cron = "0 0 7 * * *")
631
    @Scheduled(cron = "0 0 7 * * *")
632
    public void updatePartnerLimit() throws Throwable {
632
    public void updatePartnerLimit() throws Throwable {
633
        scheduledTasks.updatePartnerLimit();
633
        scheduledTasks.updatePartnerLimit();
634
    }
634
    }
635
 
635
 
636
    @Scheduled(cron = "0 0 7 * * *")
-
 
637
    public void alertForDueDate() throws Throwable {
-
 
638
        scheduledTasks.alertForDueDate();
-
 
639
    }
-
 
640
 
636
 
-
 
637
    //Loans due/overdue/default notifications sent to parnters
641
    @Scheduled(cron = "0 30 7 * * *")
638
    @Scheduled(cron = "0 0 11 * * *")
642
    public void sendMailWhatsAppAfterLoanDueDate() throws Throwable {
639
    public void sendMailWhatsAppAfterLoanDueDate() throws Throwable {
643
        scheduledTasks.sendMailWhatsAppAfterLoanDueDate();
640
        scheduledTasks.sendMailWhatsAppAfterLoanDueDate();
644
    }
641
    }
645
 
-
 
646
    @Scheduled(cron = "0 0 8 * * *")
642
    @Scheduled(cron = "0 0 8 * * *")
-
 
643
    public void alertForDueDate() throws Throwable {
-
 
644
        scheduledTasks.alertForDueDate();
-
 
645
    }
-
 
646
 
-
 
647
    @Scheduled(cron = "0 15 8 * * *")
647
    public void notifyLoanDueDateCross() throws Throwable {
648
    public void notifyLoanDueDateCross() throws Throwable {
648
        scheduledTasks.notifyLoanDueDateCross();
649
        scheduledTasks.notifyLoanDueDateCross();
649
    }
650
    }
650
 
651
 
651
    @Scheduled(cron = "0 0 9 * * *")
652
    @Scheduled(cron = "0 30 9 * * *")
652
    public void notifyDefaultLoans() throws Throwable {
653
    public void notifyDefaultLoans() throws Throwable {
653
        scheduledTasks.notifyDefaultLoans();
654
        scheduledTasks.notifyDefaultLoans();
654
    }
655
    }
655
 
656
 
656
    @Scheduled(cron = "0 0 23 * * *")
657
    @Scheduled(cron = "0 0 23 * * *")