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

Packages that use EntryDTO
org.chorem.callao.service   
org.chorem.callao.service.convertObject   
 

Uses of EntryDTO in org.chorem.callao.service
 

Methods in org.chorem.callao.service that return types with arguments of type EntryDTO
 java.util.List<EntryDTO> EntryServiceImpl.searchEntryDTOWithTransaction(java.lang.String transactionTopiaId)
          Recherche les entrées comptables pour une transaction donnée au format DTO.
 java.util.List<EntryDTO> EntryServiceImpl.searchEntryDTOWithTransaction(Transaction transaction)
          Recherche toutes les entrées comptables d'une transaction, et renvoie au format DTO.
 java.util.List<EntryDTO> EntryServiceImpl.searchEntryDTOWithTransaction(TransactionDTO transactionDTO)
          Recherche les entrées comptables pour une transaction donnée au format DTO.
 

Methods in org.chorem.callao.service with parameters of type EntryDTO
 java.lang.String TransactionServiceImpl.addEntry(EntryDTO entryDTO)
          Permet d'ajouter une entrée comptable pour une transaction donnée.
 java.lang.String EntryServiceImpl.createEntry(EntryDTO entryDTO)
          Permet de créer une entrée comptable à partir de son DTO.
 java.lang.String EntryServiceImpl.modifyEntry(EntryDTO entryDTO)
          Permet de modifier une entrée comptable.
 java.lang.String TransactionServiceImpl.modifyEntry(EntryDTO entryDTO)
          Permet de modifier une entrée.
 java.lang.String EntryServiceImpl.removeEntry(EntryDTO entryDTO)
          Permet d'effacer une entrée comptable au format DTO.
 java.lang.String TransactionServiceImpl.removeEntry(EntryDTO entryDTO)
          Permet de supprimer une entrée à partir d'un DTO.
 

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

Methods in org.chorem.callao.service.convertObject that return EntryDTO
 EntryDTO ConvertEntry.entryEntityToDto(Entry entry)
          Permet de transformer une entité entry en objet DTO
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.