|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.axonframework.examples.addressbook.web.impl.AddressServiceImpl
@Service(value="addressService") @RemotingDestination(channels="my-amf") public class AddressServiceImpl
| Constructor Summary | |
|---|---|
AddressServiceImpl(ContactRepository repository)
|
|
| Method Summary | |
|---|---|
java.util.List<ContactDTO> |
obtainAllContacts()
|
java.util.List<AddressDTO> |
obtainContactAddresses(java.lang.String contactIdentifier)
|
java.util.List<AddressDTO> |
searchAddresses(AddressDTO searchAddress)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddressServiceImpl(ContactRepository repository)
| Method Detail |
|---|
@RemotingInclude public java.util.List<AddressDTO> searchAddresses(AddressDTO searchAddress)
searchAddresses in interface AddressService@RemotingInclude public java.util.List<ContactDTO> obtainAllContacts()
obtainAllContacts in interface AddressService@RemotingInclude public java.util.List<AddressDTO> obtainContactAddresses(java.lang.String contactIdentifier)
obtainContactAddresses in interface AddressService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||