Class RolePermissionDao

    • Constructor Detail

      • RolePermissionDao

        public RolePermissionDao()
    • Method Detail

      • getRolePermissionsForPortal

        public List<RolePermission> getRolePermissionsForPortal​(String roleId,
                                                                String portalId)
        Return the list of role permissions for a given role, whose permissions are associated with a specific portal
        Parameters:
        roleId - the OID of an existing role
        portalId - the OID of an existing portal
        Returns:
        the list of matching role permissions