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 classFormThemeFileViewPersistenceAdapter -
Uses of IFileDataPersistenceAdapter in de.xima.fc.logic.filesystem
Subinterfaces of IFileDataPersistenceAdapter in de.xima.fc.logic.filesystem Modifier and Type Interface Description interfaceIEntityFileSystemPersistenceAdapter<PersistenceContext,Entity,Scope>Persistence adapter for anEntityFileSystem.Classes in de.xima.fc.logic.filesystem that implement IFileDataPersistenceAdapter Modifier and Type Class Description classFileEntityPersistenceAdapter<File extends IFileEntity<?,Data> & IFileSizeProviding,Data extends IFileDataEntity<File>,Context>Afile entity adapterfor a generalfile entity.classFileEntityViewPersistenceAdapter<View extends IFileEntityView,File extends IFileEntity<?,Data> & IFileSizeProviding,Data extends IFileDataEntity<File>,Context>Afile entity adapterfor a view of afile entity.classFileProvidingEntityAdapter<Entity extends IFileProviding<File,Data>,File extends IFileEntity<Entity,Data> & IFileSizeProviding,Data extends IFileDataEntity<File>,Context>Afile entity adapterfor a generalfile providingentity.
-