Hilbert II - Version 0.03.04

Uses of Class
org.qedeq.kernel.dto.module.ChapterVo

Packages that use ChapterVo
org.qedeq.kernel.bo.load Load QEDEQ module files from local system or from the internet.  
org.qedeq.kernel.bo.module Business objects for qedeq modules. 
org.qedeq.kernel.dto.module Value objects for qedeq modules.  
org.qedeq.kernel.xml.handler.module Handler to parse qedeq XML modules.  
 

Uses of ChapterVo in org.qedeq.kernel.bo.load
 

Methods in org.qedeq.kernel.bo.load with parameters of type ChapterVo
 void DefaultQedeqBo.addChapter(ChapterVo chapter)
          Add chapter to this module.
 

Uses of ChapterVo in org.qedeq.kernel.bo.module
 

Methods in org.qedeq.kernel.bo.module with parameters of type ChapterVo
 void QedeqBo.addChapter(ChapterVo chapter)
          Add chapter to this module.
 

Uses of ChapterVo in org.qedeq.kernel.dto.module
 

Methods in org.qedeq.kernel.dto.module with parameters of type ChapterVo
 void QedeqVo.addChapter(ChapterVo chapter)
          Add chapter to this module.
 void ChapterListVo.add(ChapterVo chapter)
          Add chapter to list.
 

Uses of ChapterVo in org.qedeq.kernel.xml.handler.module
 

Methods in org.qedeq.kernel.xml.handler.module that return ChapterVo
 ChapterVo ChapterHandler.getChapter()
          Get parsed chapter.
 


Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.