Uses of Interface
de.xima.fc.entities.interfaces.IKeyDependentFileEntity
Packages that use IKeyDependentFileEntity
Package
Description
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
-
Uses of IKeyDependentFileEntity in de.xima.fc.api.file
Methods in de.xima.fc.api.file with type parameters of type IKeyDependentFileEntityModifier and TypeMethodDescription<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]FileAPI.getFileData(UserContext uc, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
InputStreamFileAPI.getFileStream(UserContext uc, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]FileAPI.getUncachedFileData(UserContext uc, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key. -
Uses of IKeyDependentFileEntity in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type IKeyDependentFileEntityModifier and TypeMethodDescription<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]IGenericFileDao.getFileData(IEntityContext ec, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
DIGenericFileDao.getFileDataEntity(IEntityContext ec, E entity, String fileKey) Returns the file data entity of a file belonging to the given entity with the given file key.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
InputStreamIGenericFileDao.getFileStream(IEntityContext ec, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key, as an input stream. -
Uses of IKeyDependentFileEntity in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IKeyDependentFileEntityModifier and TypeClassDescriptionclassclassEntity representing files of aMandantclassclassEntity representing files of a user profile -
Uses of IKeyDependentFileEntity in de.xima.fc.entities.interfaces
Classes in de.xima.fc.entities.interfaces with type parameters of type IKeyDependentFileEntityModifier and TypeInterfaceDescriptioninterfaceIFileMapProviding<T extends IKeyDependentFileEntity<?,D>, D extends IFileDataEntity<T>> Common interface for classes providing a file mapSubinterfaces of IKeyDependentFileEntity in de.xima.fc.entities.interfacesModifier and TypeInterfaceDescriptioninterfaceIAuthentticatorFile<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> -
Uses of IKeyDependentFileEntity in de.xima.fc.file
Methods in de.xima.fc.file with type parameters of type IKeyDependentFileEntityModifier and TypeMethodDescription<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]GenericFileDao.getFileData(IEntityContext ec, E entity, String fileKey) <D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
DGenericFileDao.getFileDataEntity(IEntityContext ec, E entity, String fileKey) <D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
InputStreamGenericFileDao.getFileStream(IEntityContext ec, E entity, String fileKey) -
Uses of IKeyDependentFileEntity in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file with type parameters of type IKeyDependentFileEntityModifier and TypeMethodDescription<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]FileHandler.getUncachedFileData(UserContext uc, E entity, String fileKey) -
Uses of IKeyDependentFileEntity in de.xima.fc.handler.interfaces.file
Methods in de.xima.fc.handler.interfaces.file with type parameters of type IKeyDependentFileEntityModifier and TypeMethodDescription<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]IFileHandler.getUncachedFileData(UserContext uc, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key.