Interface IBookletEntry
public interface IBookletEntry
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChapter(IBookletChapter chapter) getChaptersForDisplay(String searchBarText) intboolean
-
Method Details
-
getAllChapters
List<IBookletChapter> getAllChapters() -
getIdentifier
String getIdentifier() -
getLocalizedName
String getLocalizedName() -
getLocalizedNameWithFormatting
String getLocalizedNameWithFormatting() -
addChapter
-
getChaptersForDisplay
-
getSortingPriority
int getSortingPriority() -
visibleOnFrontPage
boolean visibleOnFrontPage()
-