Uses of Interface
de.xima.fc.common.persistence_adapter.IFileDataPersistenceAdapter
-
Packages that use IFileDataPersistenceAdapter Package Description de.xima.fc.gui.model.form_theme de.xima.fc.logic.filesystem -
-
Uses of IFileDataPersistenceAdapter in de.xima.fc.gui.model.form_theme
Classes in de.xima.fc.gui.model.form_theme that implement IFileDataPersistenceAdapter Modifier and Type Class Description class
FormThemeFileViewPersistenceAdapter
-
Uses of IFileDataPersistenceAdapter in de.xima.fc.logic.filesystem
Subinterfaces of IFileDataPersistenceAdapter in de.xima.fc.logic.filesystem Modifier and Type Interface Description interface
IEntityFileSystemPersistenceAdapter<PersistenceContext,Entity,Scope>
Persistence adapter for anEntityFileSystem
.Classes in de.xima.fc.logic.filesystem that implement IFileDataPersistenceAdapter Modifier and Type Class Description class
FileEntityPersistenceAdapter<File extends IFileEntity<?,Data> & IFileSizeProviding,Data extends IFileDataEntity<File>,Context>
Afile entity adapter
for a generalfile entity
.class
FileEntityViewPersistenceAdapter<View extends IFileEntityView,File extends IFileEntity<?,Data> & IFileSizeProviding,Data extends IFileDataEntity<File>,Context>
Afile entity adapter
for a view of afile entity
.class
FileProvidingEntityAdapter<Entity extends IFileProviding<File,Data>,File extends IFileEntity<Entity,Data> & IFileSizeProviding,Data extends IFileDataEntity<File>,Context>
Afile entity adapter
for a generalfile providing
entity.
-