Пример #1
0
  public static void checkOutFileEntry(long fileEntryId) throws RemoteException {
    try {
      DLAppServiceUtil.checkOutFileEntry(fileEntryId);
    } catch (Exception e) {
      _log.error(e, e);

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