Interface KBArticleFinder


@ProviderType public interface KBArticleFinder
Generated:
  • Method Details

    • countByUrlTitle

      int countByUrlTitle(long groupId, String kbFolderUrlTitle, String kbArticleUrlTitle, int[] status)
    • filterCountByKeywords

      int filterCountByKeywords(long groupId, String keywords, int status)
    • filterFindByKeywords

      List<KBArticle> filterFindByKeywords(long groupId, String keywords, int status, int start, int end)
    • findByUrlTitle

      List<KBArticle> findByUrlTitle(long groupId, String kbFolderUrlTitle, String kbArticleUrlTitle, int[] status, int start, int end)