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

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

Uses of AccountDTO in org.chorem.callao.service
 

Methods in org.chorem.callao.service that return AccountDTO
 AccountDTO AccountServiceImpl.searchAccountDTO(java.lang.String accountNumber)
          Recherche un compte DTO.
 

Methods in org.chorem.callao.service that return types with arguments of type AccountDTO
 java.util.List<AccountDTO> AccountServiceImpl.getAllAccount()
          Permet de convertir tous les comptes en DTO.
 

Methods in org.chorem.callao.service with parameters of type AccountDTO
 java.lang.String AccountServiceImpl.createAccount(AccountDTO accountDTO)
          Permet de creer un compte à partir d'un objet DTO
 java.lang.String AccountServiceImpl.modifyAccount(AccountDTO accountDTO)
          Permet de modifier un compte à partir d'un compte DTO.
 java.lang.String AccountServiceImpl.removeAccount(AccountDTO accountDTO)
          Permet d'effacer un compte à partir d'un compte DTO.
 java.lang.String AccountServiceImpl.updateDTO(AccountDTO accountDTO)
          Permet de mettre à jour le compte DTO ainsi que tous ses fils.
 

Method parameters in org.chorem.callao.service with type arguments of type AccountDTO
 void FilesServiceImpl.accountXML(java.util.List<AccountDTO> listAccountDTO, org.jdom.Element accounts)
          Converti la liste des comptes pour être ajouté au document xml.
 

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

Methods in org.chorem.callao.service.convertObject that return AccountDTO
 AccountDTO ConvertAccount.accountEntityToDto(Account account, java.util.List<Account> accountChild)
          Transforme une entité Account en DTO.
 

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

Methods in org.chorem.callao.service.dto that return AccountDTO
 AccountDTO EntryDTO.getAccountDTO()
           
 

Methods in org.chorem.callao.service.dto that return types with arguments of type AccountDTO
 java.util.List<AccountDTO> AccountDTO.getAccountChildDTO()
           
 

Methods in org.chorem.callao.service.dto with parameters of type AccountDTO
 void AccountDTO.addAccountChild(AccountDTO accountChildDTO)
          Permet d'ajouter un compte fils
 boolean AccountDTO.existAccountChild(AccountDTO accountDTO)
          Permet de vérifier si un compte DTO fait parti des enfants
 void AccountDTO.removeAccountChild(AccountDTO accountChildDTO)
          Permet d'enlever un compte fils
 void EntryDTO.setAccountDTO(AccountDTO accountDTO)
           
 

Method parameters in org.chorem.callao.service.dto with type arguments of type AccountDTO
 void AccountDTO.setAccountChildDTO(java.util.List<AccountDTO> accountChildDTO)
           
 

Constructors in org.chorem.callao.service.dto with parameters of type AccountDTO
EntryDTO(java.lang.String id, java.lang.String description, java.lang.String amount, boolean debit, java.lang.String lettering, java.lang.String detail, TransactionDTO transactionDTO, AccountDTO accountDTO)
           
 

Constructor parameters in org.chorem.callao.service.dto with type arguments of type AccountDTO
AccountDTO(java.lang.String id, java.lang.String accountNumber, java.lang.String label, java.lang.String masterAccount, java.util.List<AccountDTO> accountChildDTO, java.lang.String type)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.