UserNotificationController up 83/100283/1
authorDominik Mizyn <d.mizyn@samsung.com>
Tue, 14 Jan 2020 14:46:06 +0000 (15:46 +0100)
committerDominik Mizyn <d.mizyn@samsung.com>
Tue, 14 Jan 2020 14:46:45 +0000 (15:46 +0100)
commit1d76d572d920e9c77ca1fb0db35169a90a5ecf3a
tree681a2f6c302555f10ce885d4b97fae49ac33636f
parentf7966b9ae53834f9eb664b81ab2d0a3da3f7a9b5
UserNotificationController up

This patch provide UserNotificationController witch all services and DTO
needed.

Issue-ID: PORTAL-710
Change-Id: I129c127c48aa8d00f9aa09b401735862b35b07c7
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
17 files changed:
portal-BE/src/main/java/org/onap/portal/aop/service/ep/EpPersUserWidgetSelServiceAOP.java [new file with mode: 0644]
portal-BE/src/main/java/org/onap/portal/aop/service/fn/FnLanguageServiceAOP.java [moved from portal-BE/src/main/java/org/onap/portal/aop/service/FnLanguageServiceAOP.java with 98% similarity]
portal-BE/src/main/java/org/onap/portal/aop/service/fn/FnUserServiceAOP.java [moved from portal-BE/src/main/java/org/onap/portal/aop/service/FnUserServiceAOP.java with 99% similarity]
portal-BE/src/main/java/org/onap/portal/controller/UserNotificationController.java [new file with mode: 0644]
portal-BE/src/main/java/org/onap/portal/domain/db/ep/EpNotification.java
portal-BE/src/main/java/org/onap/portal/domain/db/ep/EpRoleNotification.java
portal-BE/src/main/java/org/onap/portal/domain/db/ep/EpUserNotification.java
portal-BE/src/main/java/org/onap/portal/domain/db/fn/FnRole.java
portal-BE/src/main/java/org/onap/portal/service/EcompAppRoleService.java [new file with mode: 0644]
portal-BE/src/main/java/org/onap/portal/service/EpNotificationItemVOService.java [new file with mode: 0644]
portal-BE/src/main/java/org/onap/portal/service/epNotification/EpNotificationDao.java [new file with mode: 0644]
portal-BE/src/main/java/org/onap/portal/service/epNotification/EpNotificationService.java [new file with mode: 0644]
portal-BE/src/main/java/org/onap/portal/service/epRoleNotification/EpRoleNotificationDao.java [new file with mode: 0644]
portal-BE/src/main/java/org/onap/portal/service/epRoleNotification/EpRoleNotificationService.java [new file with mode: 0644]
portal-BE/src/main/java/org/onap/portal/service/epUserNotification/EpUserNotificationDao.java [new file with mode: 0644]
portal-BE/src/main/java/org/onap/portal/service/epUserNotification/EpUserNotificationService.java [new file with mode: 0644]
portal-BE/src/main/java/org/onap/portal/service/menuFunctionalRoles/FnMenuFunctionalRolesService.java