Subversion Repositories SmartDukaan

Rev

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

Rev 31257 Rev 31332
Line 613... Line 613...
613
	@Scheduled(cron = "0 */5 2-22 * * *")
613
	@Scheduled(cron = "0 */5 2-22 * * *")
614
	public void loanSettlement() throws Throwable {
614
	public void loanSettlement() throws Throwable {
615
		scheduledTasks.loanSettlement();
615
		scheduledTasks.loanSettlement();
616
	}
616
	}
617
 
617
 
-
 
618
	@Scheduled(cron = "0 */15 * * * *")
-
 
619
	public void ccAvenueSettlement() throws Throwable {
-
 
620
		scheduledTasks.settleCCAvePayments();
-
 
621
	}
-
 
622
 
618
	@Scheduled(cron = "0 0 6 * * *")
623
	@Scheduled(cron = "0 0 6 * * *")
619
	public void dailyLoanAlert() throws Throwable {
624
	public void dailyLoanAlert() throws Throwable {
620
		scheduledTasks.dailyLoanAlert();
625
		scheduledTasks.dailyLoanAlert();
621
	}
626
	}
622
 
627