1
得到一個範圍值,我在Liferay的portlet中的MVC類以下電話:如何在Liferay中
ResourcePermissionServiceUtil.addResourcePermission(
themeDisplay.getScopeGroupId(),
themeDisplay.getCompanyId(),
FileEntry.class.getName(),
??, //scope int value... how do I get this??
Long.toString(fileEntry.getPrimaryKey()),
RoleServiceUtil.getRole(themeDisplay.getCompanyId(), "Guest").getPrimaryKey(),
ActionKeys.VIEW);
我想知道如何得到的範圍值。最好是全局範圍值。