Uses of Class
de.xima.fc.entities.common.i18n.ALocalization
-
Packages that use ALocalization Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.common.i18n de.xima.fc.testhelper -
-
Uses of ALocalization in de.xima.fc.entities
Subclasses of ALocalization in de.xima.fc.entities 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 ALocalization in de.xima.fc.entities.common.i18n
Methods in de.xima.fc.entities.common.i18n with parameters of type ALocalization Modifier and Type Method Description protected void
ALocalization. copyBasics(ALocalization<TBase> clone)
-
Uses of ALocalization in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with type parameters of type ALocalization Modifier and Type Method Description static <E extends de.xima.cmn.dao.interfaces.IEntity<Long>,F extends ALocalization<E>>
voidEntityDummyFactory. addLocalizationData(Locale locale, String i18nName, String i18nValue, E baseEntity, F localizationEntity)
-