Subversion Repositories SmartDukaan

Rev

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

Rev 29927 Rev 30025
Line 7... Line 7...
7
@Service
7
@Service
8
public interface NotificationService {
8
public interface NotificationService {
9
	void sendNotification(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
9
	void sendNotification(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
10
 
10
 
11
	void sendNotificationToAll(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
11
	void sendNotificationToAll(SendNotificationModel sendNotificationModel) throws ProfitMandiBusinessException;
-
 
12
 
-
 
13
	void sendNotification(int fofoId, String campaignName, String title, String message) throws ProfitMandiBusinessException;
12
}
14
}