}
}
private void processChapterWithParentId(CHAPTER chapter, Integer parentId, String parentReference) {
final CfrSection cfrSection = new CfrChapterSectionAdapter(chapter, parentReference);
final Integer newID = storeSectionInDatabaseWithParentId(cfrSection, parentId);
this.didFinishProcessingChapter(chapter, newID);
}