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 classClientAuthenticatorLocalizationImplementation of the localizations forClientAuthenticatorentities.classEndUserStateLocalizationImplementation of the localizations forEndUserStateentities.classProjectLocalizationImplementation of the localizations forProjektentities.classProjectPortalTagLocalizationImplementation of the localizations forProjectPortalTagentities.classSystemAuthenticatorLocalizationImplementation of the localizations forSystemAuthenticatorentities.classUserPortalLocalizationImplementation of the localizations forUserPortalentities. -
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 classALocalization<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 newLocalizationIdwith 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 interfaceILocalizationProviding<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.
-