public abstract class AbstractSectionAssembler<F extends Section,T extends SectionDto> extends AbstractAssembler<F,T> implements SectionAssembler<F,T>
AbstractAssembler
for sections, implementing the SectionAssembler
.Constructor and Description |
---|
AbstractSectionAssembler() |
Modifier and Type | Method and Description |
---|---|
protected void |
addSection(Page page,
F section)
|
protected void |
removeSection(F section)
Removes a
Section with all its dependencies. |
protected void |
updateSection(F section)
Updates a
Section . |
bulkAssemble, merge, projection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createSection, delete, persistSection
assemble, merge, projection
public AbstractSectionAssembler()
protected void addSection(Page page, F section) throws CillaServiceException
page
- Page
to add the section tosection
- Section
to be addedCillaServiceException
protected void updateSection(F section) throws CillaServiceException
Section
.section
- Section
to updateCillaServiceException
protected void removeSection(F section) throws CillaServiceException
Section
with all its dependencies.section
- Section
to be deletedCillaServiceException
Copyright © 2009–2016. All rights reserved.