Subversion Repositories SmartDukaan

Rev

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

Rev 30066 Rev 30859
Line 9... Line 9...
9
public interface NotificationService {
9
public interface NotificationService {
10
	void sendNotification(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
10
	void sendNotification(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
11
 
11
 
12
	void sendNotificationToAll(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
12
	void sendNotificationToAll(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
13
 
13
 
14
	void sendNotification(int fofoId, String campaignName, MessageType messageType, String title, String message) throws ProfitMandiBusinessException;
14
	void sendNotification(int fofoId, String campaignName, MessageType messageType, String title, String message)
-
 
15
			throws ProfitMandiBusinessException;
-
 
16
 
-
 
17
	void sendNotification(int fofoId, String campaignName, MessageType messageType, String title, String message,
-
 
18
			String Url) throws ProfitMandiBusinessException;
15
}
19
}