Uses of Interface
org.qedeq.kernel.se.base.module.AuthorList

Packages that use AuthorList
org.qedeq.kernel.se.base.module The main functionalities of qedeq modules are described here. 
org.qedeq.kernel.se.dto.module Value objects for QEDEQ modules. 
org.qedeq.kernel.se.visitor The visitor design pattern allows you to decouple the classes for the data structure and the algorithms used upon them. 
org.qedeq.kernel.xml.dao Load and persist QEDEQ XML modules. 
org.qedeq.kernel.xml.mapper Contains mapper for XML objects. 
 

Uses of AuthorList in org.qedeq.kernel.se.base.module
 

Methods in org.qedeq.kernel.se.base.module that return AuthorList
 AuthorList Header.getAuthorList()
          Get author list.
 

Uses of AuthorList in org.qedeq.kernel.se.dto.module
 

Classes in org.qedeq.kernel.se.dto.module that implement AuthorList
 class AuthorListVo
          List of authors.
 

Methods in org.qedeq.kernel.se.dto.module that return AuthorList
 AuthorList HeaderVo.getAuthorList()
           
 

Uses of AuthorList in org.qedeq.kernel.se.visitor
 

Methods in org.qedeq.kernel.se.visitor with parameters of type AuthorList
 void QedeqNotNullTraverser.accept(AuthorList authorList)
           
 void QedeqTraverser.accept(AuthorList authorList)
          Traverse author list.
 void QedeqVisitor.visitEnter(AuthorList authorList)
          Visit certain element.
 void AbstractModuleVisitor.visitEnter(AuthorList authorList)
           
 void QedeqVisitor.visitLeave(AuthorList authorList)
          Visit certain element.
 void AbstractModuleVisitor.visitLeave(AuthorList authorList)
           
 

Uses of AuthorList in org.qedeq.kernel.xml.dao
 

Methods in org.qedeq.kernel.xml.dao with parameters of type AuthorList
 void Qedeq2Xml.visitEnter(AuthorList authorList)
           
 void Qedeq2Xml.visitLeave(AuthorList authorList)
           
 

Uses of AuthorList in org.qedeq.kernel.xml.mapper
 

Methods in org.qedeq.kernel.xml.mapper with parameters of type AuthorList
 void Context2SimpleXPath.visitEnter(AuthorList authorList)
           
 void Context2SimpleXPath.visitLeave(AuthorList authorList)
           
 



Copyright © 2014. All Rights Reserved.