Updated Apis, Code, Configurations for Notification.
This commit is contained in:
@@ -8,13 +8,13 @@ import net.gepafin.tendermanagement.model.response.NotificationResponse;
|
||||
import java.util.List;
|
||||
|
||||
public interface NotificationService {
|
||||
NotificationResponse sendNotification(Long userId, NotificationReq notificationReq);
|
||||
NotificationResponse sendNotification(Long userId, NotificationReq notificationReq, Long companyId);
|
||||
|
||||
public NotificationResponse getNotificationById(HttpServletRequest servletRequest,Long id);
|
||||
public NotificationResponse getNotificationById(HttpServletRequest servletRequest, Long id);
|
||||
|
||||
public List<NotificationResponse> getNotificationByUserId(HttpServletRequest servletRequest, Long userId, Long companyId, List<NotificationEnum> statuses);
|
||||
|
||||
public NotificationResponse updateNotificationStatus(HttpServletRequest request,Long id,NotificationEnum status);
|
||||
public NotificationResponse updateNotificationStatus(HttpServletRequest request, Long id, NotificationEnum status);
|
||||
|
||||
public void deleteNotification(HttpServletRequest request, Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user