コード例 #1
0
  public void deleteAllByUser(String userId) throws SystemException {
    PortletPreferencesUtil.removeByUserId(userId);

    PortletPreferencesLocalUtil.clearPreferencesPool(userId);
  }