Uses of Class
fr.ird.observe.dto.referential.ReferentialLocale
-
Packages that use ReferentialLocale Package Description fr.ird.observe.binder fr.ird.observe.dto.referential fr.ird.observe.spi fr.ird.observe.spi.context -
-
Uses of ReferentialLocale in fr.ird.observe.binder
Methods in fr.ird.observe.binder with parameters of type ReferentialLocale Modifier and Type Method Description abstract RDtoReferenceBinder. toReference(ReferentialLocale referentialLocale, D dto) -
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 ReferentialDto,R extends ReferentialDtoReference<D,R>>
RDtoModelHelper. toReference(ReferentialLocale referentialLocale, D dto) -
Uses of ReferentialLocale in fr.ird.observe.spi.context
Methods in fr.ird.observe.spi.context with parameters of type ReferentialLocale Modifier and Type Method Description <RR extends DataDtoReference<D,RR>>
RRDataDtoContext. toReference(ReferentialLocale referentialLocale, D dto)<RR extends ReferentialDtoReference<D,RR>>
RRReferentialDtoContext. toReference(ReferentialLocale referentialLocale, D dto)
-