}
}
private void processPartWithParentId(PART part, Integer parentId) {
final CfrSection cfrSection = new CfrPartSectionAdapter(part);
final Integer newID = storeSectionInDatabaseWithParentId(cfrSection, parentId);
this.didFinishProcessingPart(part, newID);
}