org.axonframework.examples.addressbook.web
Interface AddressService

All Known Implementing Classes:
AddressServiceImpl

public interface AddressService

Author:
Jettro Coenradie

Method Summary
 java.util.List<ContactDTO> obtainAllContacts()
           
 java.util.List<AddressDTO> obtainContactAddresses(java.lang.String contactIdentifier)
           
 java.util.List<AddressDTO> searchAddresses(AddressDTO searchAddress)
           
 

Method Detail

searchAddresses

java.util.List<AddressDTO> searchAddresses(AddressDTO searchAddress)

obtainAllContacts

java.util.List<ContactDTO> obtainAllContacts()

obtainContactAddresses

java.util.List<AddressDTO> obtainContactAddresses(java.lang.String contactIdentifier)


Copyright © 2010. All Rights Reserved.