Subversion Repositories SmartDukaan

Rev

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

Rev 34468 Rev 34550
Line 11... Line 11...
11
public interface NotificationService {
11
public interface NotificationService {
12
	void sendNotification(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
12
	void sendNotification(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
13
 
13
 
14
	void sendNotificationToAll(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
14
	void sendNotificationToAll(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
15
 
15
 
-
 
16
	void sendNotificationToSystemUsers(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
-
 
17
 
16
	void sendNotification(int fofoId, String campaignName, MessageType messageType, String title, String message) throws ProfitMandiBusinessException;
18
	void sendNotification(int fofoId, String campaignName, MessageType messageType, String title, String message) throws ProfitMandiBusinessException;
17
 
19
 
18
	void sendNotification(int fofoId, String campaignName, MessageType messageType, String title, String message, String Url) throws ProfitMandiBusinessException;
20
	void sendNotification(int fofoId, String campaignName, MessageType messageType, String title, String message, String Url) throws ProfitMandiBusinessException;
19
 
21
 
20
	boolean sendWhatsappMessage(String message, String title, String mobile) throws HttpHostConnectException, ProfitMandiBusinessException, Exception;
22
	boolean sendWhatsappMessage(String message, String title, String mobile) throws HttpHostConnectException, ProfitMandiBusinessException, Exception;