Interface AdminHelper


public interface AdminHelper
  • Method Details

    • escapeSections

      String[] escapeSections(String[] sections)
    • getDiffVersionsInfo

      com.liferay.diff.DiffVersionsInfo getDiffVersionsInfo(long groupId, long kbArticleResourcePrimKey, int sourceVersion, int targetVersion)
    • getKBArticleDiff

      String getKBArticleDiff(long resourcePrimKey, int sourceVersion, int targetVersion, String param) throws Exception
      Throws:
      Exception
    • unescapeSections

      String[] unescapeSections(String sections)