Uses of Class
fr.ird.observe.dto.referential.ReferentialLocale
-
Packages that use ReferentialLocale Package Description fr.ird.observe.dto fr.ird.observe.dto.decoration fr.ird.observe.dto.referential fr.ird.observe.spi -
-
Uses of ReferentialLocale in fr.ird.observe.dto
Methods in fr.ird.observe.dto with parameters of type ReferentialLocale Modifier and Type Method Description RDtoToReference. toReference(ReferentialLocale referentialLocale) -
Uses of ReferentialLocale in fr.ird.observe.dto.decoration
Methods in fr.ird.observe.dto.decoration that return ReferentialLocale Modifier and Type Method Description ReferentialLocaleDecoratorServiceSupport. getReferentialLocale()ReferentialLocaleReferentialLocaleConfig. getReferentialLocale()Methods in fr.ird.observe.dto.decoration with parameters of type ReferentialLocale Modifier and Type Method Description voidDecoratorServiceSupport. setReferentialLocale(ReferentialLocale referentialLocale) -
Uses of ReferentialLocale in fr.ird.observe.dto.referential
Methods in fr.ird.observe.dto.referential that return ReferentialLocale Modifier and Type Method Description static ReferentialLocaleReferentialLocale. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferentialLocaleReferentialLocale. valueOf(Locale locale)Returns the enum constant of this type with the specified name.static ReferentialLocale[]ReferentialLocale. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.ird.observe.dto.referential with parameters of type ReferentialLocale Modifier and Type Method Description StringI18nReferentialDto. getLabel(ReferentialLocale referentialLocale) -
Uses of ReferentialLocale in fr.ird.observe.spi
Methods in fr.ird.observe.spi with parameters of type ReferentialLocale Modifier and Type Method Description static <D extends IdDto,R extends DtoReference<D,R>>
RDtoModelHelper. toReference(ReferentialLocale referentialLocale, D dto)
-