public void deleteFile(long fileId) throws SystemException, PortalException {
   fileService.deleteDLFileEntry(fileId);
 }