Subversion Repositories SmartDukaan

Rev

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

Rev 24657 Rev 24664
Line 76... Line 76...
76
	public void escalateTicket() throws ProfitMandiBusinessException
76
	public void escalateTicket() throws ProfitMandiBusinessException
77
	{
77
	{
78
		log.info("escalate ticket");
78
		log.info("escalate ticket");
79
		scheduledTasks.escalateTicket();
79
		scheduledTasks.escalateTicket();
80
	}
80
	}
81
	@Scheduled(cron="0 30 10 * * *")
81
	@Scheduled(cron="0 0 11 * * *")
82
	public void alertTicketToUser() throws Exception
82
	public void alertTicketToUser() throws Exception
83
	{
83
	{
84
		log.info("alert for ticket");
84
		log.info("alert for ticket");
85
		scheduledTasks.alertforTicket();
85
		scheduledTasks.alertforTicket();
86
	}
86
	}