public interface FileInfoDAO extends org.exoplatform.commons.api.persistence.GenericDAO<FileInfoEntity,Long>
| Modifier and Type | Method and Description |
|---|---|
List<FileInfoEntity> |
findAllByPage(int offset,
int limit) |
List<FileInfoEntity> |
findDeletedFiles(Date date) |
List<FileInfoEntity> |
findFilesByChecksum(String checksum) |
List<FileInfoEntity> findDeletedFiles(Date date)
List<FileInfoEntity> findFilesByChecksum(String checksum)
List<FileInfoEntity> findAllByPage(int offset, int limit)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.