Subversion Repositories SmartDukaan

Rev

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

Rev 30888 Rev 30896
Line 600... Line 600...
600
	@Scheduled(cron = "0 0 0 * * *")
600
	@Scheduled(cron = "0 0 0 * * *")
601
	public void calculateInterestAccured() throws Throwable {
601
	public void calculateInterestAccured() throws Throwable {
602
		scheduledTasks.calculateInterestAccured();
602
		scheduledTasks.calculateInterestAccured();
603
	}
603
	}
604
 
604
 
605
	@Scheduled(cron = "0 0 1 * * *")
605
	@Scheduled(cron = "0 0 5 * * *")
606
	public void loanSettlement() throws Throwable {
606
	public void loanSettlement() throws Throwable {
607
		scheduledTasks.loanSettlement();
607
		scheduledTasks.loanSettlement();
608
	}
608
	}
609
 
609
 
610
	@Scheduled(cron = "0 0 2 * * *")
610
	@Scheduled(cron = "0 0 6 * * *")
611
	public void dailyLoanAlert() throws Throwable {
611
	public void dailyLoanAlert() throws Throwable {
612
		scheduledTasks.dailyLoanAlert();
612
		scheduledTasks.dailyLoanAlert();
613
	}
613
	}
-
 
614
 
-
 
615
	@Scheduled(cron = "0 0 1 * * *")
-
 
616
	public void processActivatedImeisForSchemes() throws Throwable {
-
 
617
		scheduledTasks.processActivatedImeisForSchemes();
-
 
618
	}
614
	/*
619
	/*
615
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
620
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
616
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
621
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
617
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
622
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
618
	 * log.info("endTime" + LocalDateTime.now()); }
623
	 * log.info("endTime" + LocalDateTime.now()); }