Subversion Repositories SmartDukaan

Rev

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

Rev 24533 Rev 24537
Line 77... Line 77...
77
			EncryptedDocumentException, InvalidFormatException {
77
			EncryptedDocumentException, InvalidFormatException {
78
		log.info("sending mail To Partner");
78
		log.info("sending mail To Partner");
79
 
79
 
80
		scheduledTasks.sendMailToPartnerAboutTargetAndSales();
80
		scheduledTasks.sendMailToPartnerAboutTargetAndSales();
81
	}
81
	}
82
	@Scheduled(cron="0 0/30 * 1/1 * ?")
82
	@Scheduled(cron="0 0/1 * 1/1 * ?")
83
	public void escalateTicket() throws ProfitMandiBusinessException
83
	public void escalateTicket() throws ProfitMandiBusinessException
84
	{
84
	{
85
		scheduledTasks.escalateTicket();
85
		scheduledTasks.escalateTicket();
86
	}
86
	}
87
}
87
}