Uses of Class
com.fluig.sdk.api.social.ArticleVO
-
Packages that use ArticleVO Package Description com.fluig.sdk.service -
-
Uses of ArticleVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return ArticleVO Modifier and Type Method Description ArticleVOArticleService. changeCover(ArticleVO sdkVO)Update the cover image of an existing article.
Return the article that was updated in a community.ArticleVOArticleService. create(ArticleVO vo)Create an article.
Return the article that was updated in a community.ArticleVOArticleService. createDraft(ArticleVO vo)Create an article in draft mode.
Return the article that was created in a draft mode.ArticleVOArticleService. get(String alias, long articleId, boolean draft)Retrieve an article
Return an article published in a community.ArticleVOArticleService. getNextOrPrev(Long folderId, Long articleId, String order)Retrive the next or previous article of one specific article.
Return the article that is the next or previous of the article passed by parameter.ArticleVOArticleService. removeCover(ArticleVO sdkVO)Remove the cover image of an existing article.
Return the article that was updated in a community.ArticleVOArticleService. update(ArticleVO vo)Save and update an article.
Return the article that was updated in a community.Methods in com.fluig.sdk.service that return types with arguments of type ArticleVO Modifier and Type Method Description List<ArticleVO>ArticleService. list(String alias, Long categoryId, Integer limit, Integer offset, String filterBy, String orderBy, String searchBy)Retrieve a list of article
Return a list of article published in a community.Methods in com.fluig.sdk.service with parameters of type ArticleVO Modifier and Type Method Description ArticleVOArticleService. changeCover(ArticleVO sdkVO)Update the cover image of an existing article.
Return the article that was updated in a community.ArticleVOArticleService. create(ArticleVO vo)Create an article.
Return the article that was updated in a community.ArticleVOArticleService. createDraft(ArticleVO vo)Create an article in draft mode.
Return the article that was created in a draft mode.ArticleVOArticleService. removeCover(ArticleVO sdkVO)Remove the cover image of an existing article.
Return the article that was updated in a community.ArticleVOArticleService. update(ArticleVO vo)Save and update an article.
Return the article that was updated in a community.
-