Uses of Interface
de.xima.fc.entities.interfaces.i18n.ILocalizedDatabaseObject
Packages that use ILocalizedDatabaseObject
Package
Description
Package für Datenbankentitäten
-
Uses of ILocalizedDatabaseObject in de.xima.fc.entities
Classes in de.xima.fc.entities that implement ILocalizedDatabaseObjectModifier and TypeClassDescriptionclassImplementation of the localizations forClientAuthenticatorentities.classImplementation of the localizations forEndUserStateentities.classEntity model for the metadata of a file from a projectclassImplementation of the localizations forProjektentities.classImplementation of the localizations forProjectPortalTagentities.classImplementation of the localizations forSystemAuthenticatorentities.classEntity model for the metadata of a file from a user portalclassImplementation of the localizations forUserPortalentities. -
Uses of ILocalizedDatabaseObject in de.xima.fc.entities.common.file.i18n
Classes in de.xima.fc.entities.common.file.i18n that implement ILocalizedDatabaseObjectModifier and TypeClassDescriptionclassALocalizedScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>, TData extends IFileDataEntity<?>>Abstract base class for localized file meta entities. -
Uses of ILocalizedDatabaseObject in de.xima.fc.entities.common.i18n
Classes in de.xima.fc.entities.common.i18n that implement ILocalizedDatabaseObjectModifier and TypeClassDescriptionclassALocalization<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>>Abstract base class for entity localizations -
Uses of ILocalizedDatabaseObject in de.xima.fc.entities.interfaces.file.i18n
Subinterfaces of ILocalizedDatabaseObject in de.xima.fc.entities.interfaces.file.i18nModifier and TypeInterfaceDescriptioninterfaceILocalizedScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>, TData extends IFileDataEntity<?>>Common interface for localized file entities. -
Uses of ILocalizedDatabaseObject in de.xima.fc.entities.interfaces.i18n
Subinterfaces of ILocalizedDatabaseObject in de.xima.fc.entities.interfaces.i18nModifier and TypeInterfaceDescriptioninterfaceILocalization<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>, Id extends Serializable & Comparable<Id>>Common interface for entity localizations.interfaceIScopedLocalizedDatabaseObject<TData extends Serializable, Id extends Serializable & Comparable<Id>>Common interface for scoped localized database objects.