Interface FileInfoDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<FileInfoEntity,Long>
- All Known Implementing Classes:
FileInfoDAOImpl
public interface FileInfoDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<FileInfoEntity,Long>
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
-
Method Summary
Modifier and TypeMethodDescriptionfindAllByPage(int offset, int limit) findDeletedFiles(Date date) findFilesByChecksum(String checksum) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findDeletedFiles
-
findFilesByChecksum
-
findAllByPage
-