From cfb69f44f841338e1f208225ec006388e986bd2c Mon Sep 17 00:00:00 2001 From: "Kotta, Shireesha (sk434m)" Date: Tue, 6 Mar 2018 09:44:53 -0500 Subject: Added Junits & AAF attributes Support Issue-ID: PORTAL-136 Includes JUNITS, AAF attributes support Change-Id: Id4cc9f64268017665d7245d0a10369c9b498ba2f Signed-off-by: Kotta, Shireesha (sk434m) --- .../main/webapp/WEB-INF/fusion/orm/Fusion.hbm.xml | 30 +++------------------- 1 file changed, 3 insertions(+), 27 deletions(-) (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/WEB-INF') diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/WEB-INF/fusion/orm/Fusion.hbm.xml b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/WEB-INF/fusion/orm/Fusion.hbm.xml index b2fa88f8..1df65560 100644 --- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/WEB-INF/fusion/orm/Fusion.hbm.xml +++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/WEB-INF/fusion/orm/Fusion.hbm.xml @@ -211,6 +211,8 @@ + + @@ -284,16 +286,6 @@ - - - - - - - - - - @@ -378,23 +370,7 @@ select id, name from Role order by name - - - select repId, orderNo, roleId, userId, readOnlyYn from ReportUserRole where repId = :report_id and userId is not null - - - - select repId, orderNo, roleId, userId, readOnlyYn from ReportUserRole where repId = :report_id and roleId is not null - - - - delete from ReportUserRole where repId = :report_id and userId =:user_id - - - - delete from ReportUserRole where repId = :report_id and roleId =:role_id - - + select orgUserId from User where id = :user_id -- cgit 1.2.3-korg