public void deleteAllByUser(String userId) throws SystemException {
    PortletPreferencesUtil.removeByUserId(userId);

    PortletPreferencesLocalUtil.clearPreferencesPool(userId);
  }