@Component @Transactional(propagation=MANDATORY) public class SectionContentBuilderImpl extends java.lang.Object implements SectionContentBuilder
| Constructor and Description |
|---|
SectionContentBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
HistorySectionContent |
buildHistorySectionContent(Document document,
SectionTemplate sectionTemplate) |
ReferenceSectionContent |
buildReferenceSectionContent(Document document,
SectionTemplate sectionTemplate) |
TermSectionContent |
buildTermSectionContent(Document document,
SectionTemplate sectionTemplate) |
TextSectionContent |
buildTextSectionContent(Document document,
SectionTemplate sectionTemplate) |
TitleSectionContent |
buildTitleSectionContent(Document document,
SectionTemplate sectionTemplate) |
TocSectionContent |
buildTocSectionContent(Document document,
SectionTemplate sectionTemplate) |
public HistorySectionContent buildHistorySectionContent(Document document, SectionTemplate sectionTemplate)
buildHistorySectionContent in interface SectionContentBuilderpublic ReferenceSectionContent buildReferenceSectionContent(Document document, SectionTemplate sectionTemplate)
buildReferenceSectionContent in interface SectionContentBuilderpublic TermSectionContent buildTermSectionContent(Document document, SectionTemplate sectionTemplate)
buildTermSectionContent in interface SectionContentBuilderpublic TextSectionContent buildTextSectionContent(Document document, SectionTemplate sectionTemplate)
buildTextSectionContent in interface SectionContentBuilderpublic TitleSectionContent buildTitleSectionContent(Document document, SectionTemplate sectionTemplate)
buildTitleSectionContent in interface SectionContentBuilderpublic TocSectionContent buildTocSectionContent(Document document, SectionTemplate sectionTemplate)
buildTocSectionContent in interface SectionContentBuilder