Subversion Repositories SmartDukaan

Rev

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

Rev 30929 Rev 30936
Line 620... Line 620...
620
	@Scheduled(cron = "0 0 7 * * *")
620
	@Scheduled(cron = "0 0 7 * * *")
621
	public void updatePartnerLimit() throws Throwable {
621
	public void updatePartnerLimit() throws Throwable {
622
		scheduledTasks.updatePartnerLimit();
622
		scheduledTasks.updatePartnerLimit();
623
	}
623
	}
624
 
624
 
-
 
625
	@Scheduled(cron = "0 0 7 * * *")
-
 
626
	public void alertForDueDate() throws Throwable {
-
 
627
		scheduledTasks.alertForDueDate();
-
 
628
	}
-
 
629
 
625
	@Scheduled(cron = "0 0 8 * * *")
630
	@Scheduled(cron = "0 0 8 * * *")
626
	public void setDefaultPartnersRisk() throws Throwable {
631
	public void notifyLoanDueDateCross() throws Throwable {
627
		scheduledTasks.setDefaultPartnersRisk();
632
		scheduledTasks.notifyLoanDueDateCross();
628
	}
633
	}
-
 
634
 
-
 
635
	@Scheduled(cron = "0 0 9 * * *")
-
 
636
	public void notifyDefaultLoans() throws Throwable {
-
 
637
		scheduledTasks.notifyDefaultLoans();
-
 
638
	}
-
 
639
 
629
	/*
640
	/*
630
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
641
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
631
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
642
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
632
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
643
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
633
	 * log.info("endTime" + LocalDateTime.now()); }
644
	 * log.info("endTime" + LocalDateTime.now()); }