Interface PermissionPropagator
- All Known Subinterfaces:
PermissionPropagator
- All Known Implementing Classes:
BasePermissionPropagator
public interface PermissionPropagator
- Author:
- Hugo Huijser
-
Method Summary
Modifier and TypeMethodDescriptionvoid
propagateRolePermissions
(ActionRequest actionRequest, String className, String primKey, long[] roleIds)
-
Method Details
-
propagateRolePermissions
void propagateRolePermissions(ActionRequest actionRequest, String className, String primKey, long[] roleIds) throws PortalException - Throws:
PortalException
-