use of org.olat.modules.edubase.model.BookSectionImpl in project openolat by klemens.
the class EdubaseBookSectionListController method doAddBookSection.
private void doAddBookSection() {
BookSection bookSection = new BookSectionImpl();
wrapBookSection(bookSection);
flc.setDirty(true);
}
Aggregations