Class AbstractLocalStorageService<F extends AbstractFile<F,ID,S>,ID extends Serializable,S extends AbstractStorageInfo<F,ID,S>>
java.lang.Object
de.frachtwerk.essencium.storage.generic.provider.local.AbstractLocalStorageService<F,ID,S>
- All Implemented Interfaces:
StorageService<F,ID, S>
- Direct Known Subclasses:
LocalStorageService,LocalStorageService,LocalStorageService
public abstract class AbstractLocalStorageService<F extends AbstractFile<F,ID,S>,ID extends Serializable,S extends AbstractStorageInfo<F,ID,S>>
extends Object
implements StorageService<F,ID,S>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractLocalStorageService
public AbstractLocalStorageService()
-
-
Method Details
-
saveFile
- Specified by:
saveFilein interfaceStorageService<F extends AbstractFile<F,ID, S>, ID extends Serializable, S extends AbstractStorageInfo<F, ID, S>> - Throws:
IOException
-
getNewLocalStorageInfo
-
deleteFile
- Specified by:
deleteFilein interfaceStorageService<F extends AbstractFile<F,ID, S>, ID extends Serializable, S extends AbstractStorageInfo<F, ID, S>>
-
loadFile
- Specified by:
loadFilein interfaceStorageService<F extends AbstractFile<F,ID, S>, ID extends Serializable, S extends AbstractStorageInfo<F, ID, S>>
-
getType
- Specified by:
getTypein interfaceStorageService<F extends AbstractFile<F,ID, S>, ID extends Serializable, S extends AbstractStorageInfo<F, ID, S>>
-