Uses of Interface
io.thestencil.persistence.api.ZoePersistence.Article
-
-
Uses of ZoePersistence.Article in io.thestencil.persistence.api
Classes in io.thestencil.persistence.api that implement ZoePersistence.Article Modifier and Type Class Description classImmutableArticleImmutable implementation ofZoePersistence.Article.Methods in io.thestencil.persistence.api that return types with arguments of type ZoePersistence.Article Modifier and Type Method Description io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Article>>CreateBuilder. article(CreateBuilder.CreateArticle init)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Article>>DeleteBuilder. article(String articleId)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Article>>UpdateBuilder. article(UpdateBuilder.ArticleMutator changes)com.google.common.collect.ImmutableMap<String,ZoePersistence.Entity<ZoePersistence.Article>>ImmutableSiteState. getArticles()Map<String,ZoePersistence.Entity<ZoePersistence.Article>>ZoePersistence.SiteState. getArticles()Methods in io.thestencil.persistence.api with parameters of type ZoePersistence.Article Modifier and Type Method Description static ImmutableArticleImmutableArticle. copyOf(ZoePersistence.Article instance)Creates an immutable copy of aZoePersistence.Articlevalue.ImmutableArticle.BuilderImmutableArticle.Builder. from(ZoePersistence.Article instance)Fill a builder with attribute values from the providedArticleinstance.Method parameters in io.thestencil.persistence.api with type arguments of type ZoePersistence.Article Modifier and Type Method Description ImmutableSiteState.BuilderImmutableSiteState.Builder. articles(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Article>> entries)Sets or replaces all mappings from the specified map as entries for thearticlesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putAllArticles(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Article>> entries)Put all mappings from the specified map as entries toarticlesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putArticles(String key, ZoePersistence.Entity<ZoePersistence.Article> value)Put one entry to thearticlesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putArticles(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Article>> entry)Put one entry to thearticlesmap.ImmutableSiteStateImmutableSiteState. withArticles(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Article>> entries)Copy the current immutable object by replacing thearticlesmap with the specified map.
-