Uses of Class
org.chorem.callao.service.dto.JournalDTO

Packages that use JournalDTO
org.chorem.callao.service   
org.chorem.callao.service.convertObject   
org.chorem.callao.service.dto   
 

Uses of JournalDTO in org.chorem.callao.service
 

Methods in org.chorem.callao.service that return JournalDTO
 JournalDTO JournalServiceImpl.searchJournalDTOWithLabel(java.lang.String label)
          Permet de rechercher un journal existant à partir du label.
 JournalDTO JournalServiceImpl.searchJournalDTOWithTopiaId(java.lang.String topiaId)
          Permet de rechercher un journal existant à partir du topiaId.
 

Methods in org.chorem.callao.service that return types with arguments of type JournalDTO
 java.util.List<JournalDTO> JournalServiceImpl.getAllJournal()
           
 

Methods in org.chorem.callao.service with parameters of type JournalDTO
 java.lang.String JournalServiceImpl.createJournal(JournalDTO journalDTO)
          Création d'un journal à partir de son DTO.
 java.lang.String JournalServiceImpl.removeJournal(JournalDTO journalDTO)
          Permet d'effacer un journal dans la base de données.
 

Uses of JournalDTO in org.chorem.callao.service.convertObject
 

Methods in org.chorem.callao.service.convertObject that return JournalDTO
 JournalDTO ConvertJournal.journalEntityToDto(Journal journal)
          Permet de transformer une entité journal en objet DTO
 

Uses of JournalDTO in org.chorem.callao.service.dto
 

Methods in org.chorem.callao.service.dto that return JournalDTO
 JournalDTO TransactionDTO.getJournalDTO()
           
 

Methods in org.chorem.callao.service.dto with parameters of type JournalDTO
 void TransactionDTO.setJournalDTO(JournalDTO journalDTO)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.