Package it.tidalwave.datamanager.dao
Interface DataManagerDao
public interface DataManagerDao
The DAO for the application.
- Author:
- Fabrizio Giudici
- Stereotype:
- DAO
-
Method Summary
Modifier and TypeMethodDescriptionQueries the backups.Queries the managed files.
-
Method Details
-
findManagedFiles
Queries the managed files.- Returns:
- a
Finder
forManagedFile
s
-
findBackups
Queries the backups.- Returns:
- a
Finder
forBackup
s
-