public static void checkInFileEntry(long fileEntryId, java.lang.String lockUuid)
      throws RemoteException {
    try {
      DLAppServiceUtil.checkInFileEntry(fileEntryId, lockUuid);
    } catch (Exception e) {
      _log.error(e, e);

      throw new RemoteException(e.getMessage());
    }
  }
  public static void checkInFileEntry(
      long fileEntryId,
      boolean major,
      java.lang.String changeLog,
      com.liferay.portal.service.ServiceContext serviceContext)
      throws RemoteException {
    try {
      DLAppServiceUtil.checkInFileEntry(fileEntryId, major, changeLog, serviceContext);
    } catch (Exception e) {
      _log.error(e, e);

      throw new RemoteException(e.getMessage());
    }
  }