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 String
ModelHelper. getDefaultLocalization(ILocalizationProviding<?,?> localizationProvider, String i18nKey, Locale locale)
Get the localization for the given default i18n key.static String
ModelHelper. getDefaultLocalization(ILocalizationProviding<?,?> localizationProvider, String i18nKey, Locale locale, String defaultI18nKey)
Get the localization for the given default i18n key.static String
ModelHelper. 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 class
ClientPortalConfig
Entity model for client portal config.class
Projekt
The entityProjekt
contains the core functionality of the system.class
UserPortal
Entity model for user portals.class
UserPortalAuthConfig
Entity model for authenticator configurations foruser portals
.class
UserPortalState
Entity model for user portal states.class
UserPortalTag
Entity model for user portal tags.
-