Subversion Repositories SmartDukaan

Rev

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

Rev 24677 Rev 24678
Line 82... Line 82...
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
	}
87
	@Scheduled(cron="0 0 15,19,23 ? * *")
87
	@Scheduled(cron="0 0 15,17,19,23 ? * *")
88
	public void dailySaleNotification() throws Exception
88
	public void dailySaleNotification() throws Exception
89
	{
89
	{
90
		log.info("daily send Notification");
90
		log.info("daily send Notification");
91
		scheduledTasks.sendDailySalesReportNotificationToPartner();
91
		scheduledTasks.sendDailySalesReportNotificationToPartner();
92
	}
92
	}