Uses of Interface
de.xima.fc.logic.filesystem.IEntityFileSystemPersistenceAdapter
-
Packages that use IEntityFileSystemPersistenceAdapter Package Description de.xima.fc.gui.model.form_theme de.xima.fc.logic.filesystem -
-
Uses of IEntityFileSystemPersistenceAdapter in de.xima.fc.gui.model.form_theme
Classes in de.xima.fc.gui.model.form_theme that implement IEntityFileSystemPersistenceAdapter Modifier and Type Class Description class
FormThemeFileViewPersistenceAdapter
-
Uses of IEntityFileSystemPersistenceAdapter in de.xima.fc.logic.filesystem
Classes in de.xima.fc.logic.filesystem that implement IEntityFileSystemPersistenceAdapter 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.Methods in de.xima.fc.logic.filesystem with parameters of type IEntityFileSystemPersistenceAdapter Modifier and Type Method Description <PersistenceContext>
EntityFileSystem.BuilderStage3<Entry,PersistenceContext,Entity,Scope>EntityFileSystem.BuilderStage2. persistenceAdapter(IEntityFileSystemPersistenceAdapter<PersistenceContext,Entity,EntryScope<Scope,Entry>> persistenceAdapter)
Sets the persistence adapter for synchronizing the entities with the persistence layer.
-