Subversion Repositories SmartDukaan

Rev

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

Rev 24420 Rev 24533
Line 76... Line 76...
76
	public void sendMailToPartner() throws MessagingException, ProfitMandiBusinessException, IOException,
76
	public void sendMailToPartner() throws MessagingException, ProfitMandiBusinessException, IOException,
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
	}
-
 
82
	@Scheduled(cron="0 0/30 * 1/1 * ?")
-
 
83
	public void escalateTicket() throws ProfitMandiBusinessException
81
 
84
	{
-
 
85
		scheduledTasks.escalateTicket();
82
	}
86
	}
83
}
87
}