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, projectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSection, delete, persistSectionassemble, merge, projectionpublic AbstractSectionAssembler()
protected void addSection(Page page, F section) throws CillaServiceException
page - Page to add the section tosection - Section to be addedCillaServiceExceptionprotected void updateSection(F section) throws CillaServiceException
Section.section - Section to updateCillaServiceExceptionprotected void removeSection(F section) throws CillaServiceException
Section with all its dependencies.section - Section to be deletedCillaServiceExceptionCopyright © 2009–2016. All rights reserved.