Package de.xima.fc.entities.interfaces
Interface IAbstractDateiData
- All Superinterfaces:
Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>,de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,Serializable
- All Known Subinterfaces:
IFileDataEntity<T>
- All Known Implementing Classes:
AbstractDateiData,AEncryptedFileDataEntity,AFileDataEntity,AFormEncryptedFileDataEntity,AttachmentDateiData,ClientAuthenticatorFileData,ClientFileData,ClientPluginConfigData,ClientPluginFileData,FormEingangDateiData,FormTemplateFileData,FormTemplatePreview,FormTemplateThumbnail,FormVersionBackupData,FormVersionDateiData,MandantRessourceDateiData,ProjectPreviewFileData,ProjektRessourceDateiData,SystemAuthenticatorFileData,SystemPluginConfigData,SystemPluginFileData,UserProfileFileData,WorkflowVersionBackupData
@Deprecated
public interface IAbstractDateiData
extends de.xima.cmn.dao.interfaces.ILockableEntity<Long>
Deprecated.
use
IFileDataEntity-
Field Summary
Fields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSION -
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
getId, isPersisted, setIdMethods inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
entityHasChanged, getLockingVersion, setLockingVersion
-
Method Details
-
setData
void setData(byte[] data) Deprecated. -
getData
byte[] getData()Deprecated.
-