Uses of Class
org.axonframework.examples.addressbook.web.dto.AddressDTO

Packages that use AddressDTO
org.axonframework.examples.addressbook.web   
org.axonframework.examples.addressbook.web.dto   
org.axonframework.examples.addressbook.web.impl   
org.axonframework.examples.addressbook.web.listener   
 

Uses of AddressDTO in org.axonframework.examples.addressbook.web
 

Methods in org.axonframework.examples.addressbook.web that return types with arguments of type AddressDTO
 java.util.List<AddressDTO> AddressService.obtainContactAddresses(java.lang.String contactIdentifier)
           
 java.util.List<AddressDTO> AddressService.searchAddresses(AddressDTO searchAddress)
           
 

Methods in org.axonframework.examples.addressbook.web with parameters of type AddressDTO
 java.util.List<AddressDTO> AddressService.searchAddresses(AddressDTO searchAddress)
           
 

Uses of AddressDTO in org.axonframework.examples.addressbook.web.dto
 

Methods in org.axonframework.examples.addressbook.web.dto that return AddressDTO
static AddressDTO AddressDTO.createFrom(AddressEntry addressEntry)
           
static AddressDTO AddressDTO.createFrom(Address address, java.util.UUID contactIdentifier, AddressType addressType)
           
 

Uses of AddressDTO in org.axonframework.examples.addressbook.web.impl
 

Methods in org.axonframework.examples.addressbook.web.impl that return types with arguments of type AddressDTO
 java.util.List<AddressDTO> AddressServiceImpl.obtainContactAddresses(java.lang.String contactIdentifier)
           
 java.util.List<AddressDTO> AddressServiceImpl.searchAddresses(AddressDTO searchAddress)
           
 

Methods in org.axonframework.examples.addressbook.web.impl with parameters of type AddressDTO
 java.util.List<AddressDTO> AddressServiceImpl.searchAddresses(AddressDTO searchAddress)
           
 

Uses of AddressDTO in org.axonframework.examples.addressbook.web.listener
 

Methods in org.axonframework.examples.addressbook.web.listener with parameters of type AddressDTO
 void UpdateMessageProducerForFlex.sendAddressUpdate(AddressDTO addressDTO)
           
 



Copyright © 2010. All Rights Reserved.