Uses of Class
de.xima.fc.entities.common.file.i18n.ALocalizedScopedFileMetaEntity
-
Packages that use ALocalizedScopedFileMetaEntity Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.common.file.i18n de.xima.fc.gui.helper.user_portal de.xima.fc.testhelper -
-
Uses of ALocalizedScopedFileMetaEntity in de.xima.fc.entities
Subclasses of ALocalizedScopedFileMetaEntity in de.xima.fc.entities Modifier and Type Class Description class
ClientPortalConfigFile
Entity model for the metadata of a file from a client portal configclass
ProjectFile
Entity model for the metadata of a file from a projectclass
UserPortalFile
Entity model for the metadata of a file from a user portal -
Uses of ALocalizedScopedFileMetaEntity in de.xima.fc.entities.common.file.i18n
Methods in de.xima.fc.entities.common.file.i18n with parameters of type ALocalizedScopedFileMetaEntity Modifier and Type Method Description protected void
ALocalizedScopedFileMetaEntity. copyBasics(ALocalizedScopedFileMetaEntity<TBase,TData> clone)
-
Uses of ALocalizedScopedFileMetaEntity in de.xima.fc.gui.helper.user_portal
Method parameters in de.xima.fc.gui.helper.user_portal with type arguments of type ALocalizedScopedFileMetaEntity Modifier and Type Method Description static InputStream
UserPortalViewHelper. openPortalFileInputStream(Class<? extends ALocalizedScopedFileMetaEntity<?,?>> type, UserPortalDynamicFileResourceParams params)
Opens an input stream for the contents of a file in the user portal. -
Uses of ALocalizedScopedFileMetaEntity in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with type parameters of type ALocalizedScopedFileMetaEntity Modifier and Type Method Description static <E extends de.xima.cmn.dao.interfaces.IEntity<Long>,F extends ALocalizedScopedFileMetaEntity<E,?>>
voidEntityDummyFactory. addFileEntityMetaData(Locale locale, String filename, String fileKey, E baseEntity, F fileMetaEntity)
-