Class RolePermissionDao


public class RolePermissionDao extends AbstractDao
Provides a DAO for the RolePermission entity.
See Also:
  • Constructor Details

    • RolePermissionDao

      public RolePermissionDao()
  • Method Details

    • 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