Package it.tidalwave.datamanager.model
Interface DataManager
public interface DataManager
The business controller for the application.
- Author:
- Fabrizio Giudici
- Stereotype:
- Business Controller
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
AFinder
for queryingBackup
s.static interface
AFinder
for queryingManagedFile
s. -
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
-