Search in sources :

Example 6 with BookSectionImpl

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);
}
Also used : BookSection(org.olat.modules.edubase.BookSection) BookSectionImpl(org.olat.modules.edubase.model.BookSectionImpl)

Aggregations

BookSection (org.olat.modules.edubase.BookSection)6 BookSectionImpl (org.olat.modules.edubase.model.BookSectionImpl)6 Test (org.junit.Test)4