Uses of Interface
de.xima.fc.entities.interfaces.i18n.ILocalizationProviding
-
Packages that use ILocalizationProviding Package Description de.xima.fc.api.rest.impl.common.models de.xima.fc.entities Package für Datenbankentitäten -
-
Uses of ILocalizationProviding in de.xima.fc.api.rest.impl.common.models
Methods in de.xima.fc.api.rest.impl.common.models with parameters of type ILocalizationProviding Modifier and Type Method Description static StringModelHelper. getDefaultLocalization(ILocalizationProviding<?,?> localizationProvider, String i18nKey, Locale locale)Get the localization for the given default i18n key.static StringModelHelper. getDefaultLocalization(ILocalizationProviding<?,?> localizationProvider, String i18nKey, Locale locale, String defaultI18nKey)Get the localization for the given default i18n key.static StringModelHelper. getDefaultLocalization(ILocalizationProviding<?,?> localizationProvider, String i18nKey, Locale locale, Locale fallbackLocale, String defaultI18nKey)Get the localization for the given default i18n key. -
Uses of ILocalizationProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement ILocalizationProviding Modifier and Type Class Description classClientPortalConfigEntity model for client portal config.classProjektThe entityProjektcontains the core functionality of the system.classUserPortalEntity model for user portals.classUserPortalAuthConfigEntity model for authenticator configurations foruser portals.classUserPortalStateEntity model for user portal states.classUserPortalTagEntity model for user portal tags.
-