new
This commit is contained in:
parent
ee27a75ecf
commit
ddf0a0fd2d
@ -1,4 +1,4 @@
|
|||||||
package com.realnet.Notification.Entity;
|
package com.realnet.Notification.Services;
|
||||||
|
|
||||||
import java.text.DateFormat;
|
import java.text.DateFormat;
|
||||||
import java.text.SimpleDateFormat;
|
import java.text.SimpleDateFormat;
|
||||||
@ -9,12 +9,13 @@ import org.springframework.http.HttpStatus;
|
|||||||
import org.springframework.http.ResponseEntity;
|
import org.springframework.http.ResponseEntity;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
import com.realnet.Notification.Entity.NotEntity;
|
||||||
import com.realnet.Notification.Repository.NotRepo;
|
import com.realnet.Notification.Repository.NotRepo;
|
||||||
import com.realnet.users.entity1.AppUser;
|
import com.realnet.users.entity1.AppUser;
|
||||||
import com.realnet.users.service1.AppUserServiceImpl;
|
import com.realnet.users.service1.AppUserServiceImpl;
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
public class NotificationService {
|
public class NotificationEntityService {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private NotRepo notRepo;
|
private NotRepo notRepo;
|
||||||
@ -3,8 +3,10 @@ import com.realnet.event_management.Repository.Event_ManagementRepository;
|
|||||||
import com.realnet.event_management.Entity.Event_Management;import java.util.List;
|
import com.realnet.event_management.Entity.Event_Management;import java.util.List;
|
||||||
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
|
||||||
|
import com.realnet.Notification.Services.NotificationEntityService;
|
||||||
import com.realnet.SequenceGenerator.Service.SequenceService;
|
import com.realnet.SequenceGenerator.Service.SequenceService;
|
||||||
import com.realnet.Notification.Entity.NotificationService;
|
|
||||||
import org.springframework.data.domain.Page;
|
import org.springframework.data.domain.Page;
|
||||||
import org.springframework.data.domain.Pageable;
|
import org.springframework.data.domain.Pageable;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#Generated by Maven Integration for Eclipse
|
#Generated by Maven Integration for Eclipse
|
||||||
#Thu Mar 27 17:01:14 IST 2025
|
#Thu Apr 03 17:26:58 IST 2025
|
||||||
artifactId=app
|
artifactId=app
|
||||||
groupId=com.realnet
|
groupId=com.realnet
|
||||||
m2e.projectLocation=/Users/Gaurav Kumar/Desktop/Workspace/Workspace 2/app_builder/build_backend/cns-portal/code-extractor/builders/11096/index/demot1/demot1-test2-b/authsec_springboot/backend
|
m2e.projectLocation=/Users/Gaurav Kumar/Desktop/Workspace/Workspace 2/app_builder/build_backend/cns-portal/code-extractor/builders/11096/index/demot1/demot1-test2-b/authsec_springboot/backend
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user