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,ClientFormThemeFileData,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.useIFileDataEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description byte[]getData()Deprecated.voidsetData(byte[] data)Deprecated.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-