Uses of Interface
io.thestencil.persistence.api.ZoePersistence.Locale
-
-
Uses of ZoePersistence.Locale in io.thestencil.persistence.api
Classes in io.thestencil.persistence.api that implement ZoePersistence.Locale Modifier and Type Class Description classImmutableLocaleImmutable implementation ofZoePersistence.Locale.Methods in io.thestencil.persistence.api that return types with arguments of type ZoePersistence.Locale Modifier and Type Method Description com.google.common.collect.ImmutableMap<String,ZoePersistence.Entity<ZoePersistence.Locale>>ImmutableSiteState. getLocales()Map<String,ZoePersistence.Entity<ZoePersistence.Locale>>ZoePersistence.SiteState. getLocales()io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Locale>>CreateBuilder. locale(CreateBuilder.CreateLocale init)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Locale>>DeleteBuilder. locale(String localeId)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Locale>>UpdateBuilder. locale(UpdateBuilder.LocaleMutator changes)Methods in io.thestencil.persistence.api with parameters of type ZoePersistence.Locale Modifier and Type Method Description static ImmutableLocaleImmutableLocale. copyOf(ZoePersistence.Locale instance)Creates an immutable copy of aZoePersistence.Localevalue.ImmutableLocale.BuilderImmutableLocale.Builder. from(ZoePersistence.Locale instance)Fill a builder with attribute values from the providedLocaleinstance.Method parameters in io.thestencil.persistence.api with type arguments of type ZoePersistence.Locale Modifier and Type Method Description ImmutableSiteState.BuilderImmutableSiteState.Builder. locales(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Locale>> entries)Sets or replaces all mappings from the specified map as entries for thelocalesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putAllLocales(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Locale>> entries)Put all mappings from the specified map as entries tolocalesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putLocales(String key, ZoePersistence.Entity<ZoePersistence.Locale> value)Put one entry to thelocalesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putLocales(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Locale>> entry)Put one entry to thelocalesmap.ImmutableSiteStateImmutableSiteState. withLocales(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Locale>> entries)Copy the current immutable object by replacing thelocalesmap with the specified map.
-