Interface IBookletEntry


public interface IBookletEntry
  • Method Details

    • getAllChapters

      List<IBookletChapter> getAllChapters()
    • getIdentifier

      String getIdentifier()
    • getLocalizedName

      String getLocalizedName()
    • getLocalizedNameWithFormatting

      String getLocalizedNameWithFormatting()
    • addChapter

      void addChapter(IBookletChapter chapter)
    • getChaptersForDisplay

      List<IBookletChapter> getChaptersForDisplay(String searchBarText)
    • getSortingPriority

      int getSortingPriority()
    • visibleOnFrontPage

      boolean visibleOnFrontPage()