CADI AAF Integration and merging the code
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / portal / service / UserRolesService.java
index bbae4a6..49a5011 100644 (file)
@@ -64,11 +64,12 @@ public interface UserRolesService {
         *            ID of row in fn_user
         * @param extRequestValue
         *            set to false if request is from users page otherwise true
+        * @param  
         * @return List<RoleInAppForUser>
         */
-       public List<RoleInAppForUser> getAppRolesForUser(Long appId, String userId, Boolean extRequestValue);
+       public List<RoleInAppForUser> getAppRolesForUser(Long appId, String userId, Boolean extRequestValue, EPUser user );
 
-       public boolean setAppWithUserRoleStateForUser(EPUser user, AppWithRolesForUser newAppRolesForUser);
+       public ExternalRequestFieldsValidator setAppWithUserRoleStateForUser(EPUser user, AppWithRolesForUser newAppRolesForUser);
 
        public List<UserApplicationRoles> getUsersFromAppEndpoint(Long appId) throws HTTPException;