X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-BE-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalapp%2Fportal%2Fservice%2FEPRoleService.java;fp=ecomp-portal-BE-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalapp%2Fportal%2Fservice%2FEPRoleService.java;h=c50713543663805794cdaa9fad216e59ba726f90;hb=24608a9e1450c409dc3870440d29e91cc3a26bb9;hp=d29e64943b598ca077b1580bcf8206d83106805b;hpb=bdbb16ae428a064129dc9c50b9936d618edc87d3;p=portal.git diff --git a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPRoleService.java b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPRoleService.java index d29e6494..c5071354 100644 --- a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPRoleService.java +++ b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPRoleService.java @@ -33,7 +33,7 @@ * * ============LICENSE_END============================================ * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. + * */ package org.onap.portalapp.portal.service; @@ -45,7 +45,7 @@ import org.onap.portalsdk.core.domain.RoleFunction; public interface EPRoleService { - // Used by ECOMP. Get cached role by two columns used by ECOMP only. app id, and external app role id. + // Used by ONAP. Get cached role by two columns used by ONAP only. app id, and external app role id. EPRole getRole(Long appId, Long appRoleid); public void saveRole(EPRole domainRole); EPRole getAppRole(String roleName, Long appId);