@Override
  public String getRestoreMessage(PortletRequest portletRequest, long classPK)
      throws PortalException, SystemException {

    MBThread thread = MBThreadLocalServiceUtil.getThread(classPK);

    return MBUtil.getAbsolutePath(portletRequest, thread.getCategoryId());
  }