Uses of Interface
de.xima.fc.entities.interfaces.i18n.ILocalization
-
Packages that use ILocalization Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.common.i18n de.xima.fc.entities.interfaces.i18n -
-
Uses of ILocalization in de.xima.fc.entities
Classes in de.xima.fc.entities that implement ILocalization Modifier and Type Class Description class
ClientAuthenticatorLocalization
Implementation of the localizations forClientAuthenticator
entities.class
EndUserStateLocalization
Implementation of the localizations forEndUserState
entities.class
ProjectLocalization
Implementation of the localizations forProjekt
entities.class
ProjectPortalTagLocalization
Implementation of the localizations forProjectPortalTag
entities.class
SystemAuthenticatorLocalization
Implementation of the localizations forSystemAuthenticator
entities.class
UserPortalLocalization
Implementation of the localizations forUserPortal
entities. -
Uses of ILocalization in de.xima.fc.entities.common.i18n
Classes in de.xima.fc.entities.common.i18n that implement ILocalization Modifier and Type Class Description class
ALocalization<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>>
Abstract base class for entity localizationsMethods in de.xima.fc.entities.common.i18n with parameters of type ILocalization Modifier and Type Method Description static <TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>>
LocalizationIdLocalizationId. ofLocalization(ILocalization<TBase,?> localization)
Creates a newLocalizationId
with the data from the givenILocalization
. -
Uses of ILocalization in de.xima.fc.entities.interfaces.i18n
Classes in de.xima.fc.entities.interfaces.i18n with type parameters of type ILocalization Modifier and Type Interface Description interface
ILocalizationProviding<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TLocalization extends ILocalization<TBase,LocalizationId>>
Common interface for all objects (mainly entities) that have got localization entities for the purpose of internationalization.
-