Uses of Class
de.xima.fc.entities.common.i18n.LocalizationId
-
Packages that use LocalizationId Package Description de.xima.fc.entities.common.i18n de.xima.fc.entities.interfaces.i18n -
-
Uses of LocalizationId in de.xima.fc.entities.common.i18n
Methods in de.xima.fc.entities.common.i18n that return LocalizationId Modifier and Type Method Description LocalizationId
LocalizationId. cloneBasics()
LocalizationId
ALocalization. getId()
static <TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,Id extends Serializable & Comparable<Id>>
LocalizationIdLocalizationId. ofLocalization(ILocalization<TBase,Id> localization)
Creates a newLocalizationId
with the data from the givenILocalization
.Methods in de.xima.fc.entities.common.i18n with parameters of type LocalizationId Modifier and Type Method Description int
LocalizationId. compareTo(LocalizationId other)
void
ALocalization. setId(LocalizationId id)
-
Uses of LocalizationId in de.xima.fc.entities.interfaces.i18n
Classes in de.xima.fc.entities.interfaces.i18n with type parameters of type LocalizationId Modifier and Type Interface Description interface
ILocalizationProviding<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TLocale extends ILocalization<TBase,LocalizationId>>
Common interface for all objects (mainly entities) that have got localisation entities for the purpose of internationalisation.
-