Uses of Class
org.chorem.pollen.votecounting.dto.CommentDTO

Packages that use CommentDTO
org.chorem.pollen.votecounting.dto Data Transfert Objects. 
org.chorem.pollen.votecounting.services Services proposés par le module VoteCounting. 
 

Uses of CommentDTO in org.chorem.pollen.votecounting.dto
 

Methods in org.chorem.pollen.votecounting.dto that return types with arguments of type CommentDTO
 List<CommentDTO> PollDTO.getComments()
           
 

Method parameters in org.chorem.pollen.votecounting.dto with type arguments of type CommentDTO
 void PollDTO.setComments(List<CommentDTO> comments)
           
 

Uses of CommentDTO in org.chorem.pollen.votecounting.services
 

Methods in org.chorem.pollen.votecounting.services that return types with arguments of type CommentDTO
protected  List<CommentDTO> ImportExportService.toComments(List<org.jdom.Element> listComments)
           
 

Methods in org.chorem.pollen.votecounting.services with parameters of type CommentDTO
protected  org.jdom.Element ImportExportService.toDOM(CommentDTO comment)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.