public interface AddressService
| Modifier and Type | Method and Description |
|---|---|
void |
addAddress(java.util.Collection<org.nhindirect.config.store.Address> address)
Add an Address.
|
java.util.Collection<org.nhindirect.config.store.Address> |
getAddress(java.util.Collection<java.lang.String> addressNames,
org.nhindirect.config.store.EntityStatus status)
Get a collection of all Addresses matching the parameters.
|
int |
getAddressCount()
Get a count of Addresses.
|
java.util.Collection<org.nhindirect.config.store.Address> |
listAddresss(java.lang.String lastAddressName,
int maxResults)
Return a list of Addresses matching the parameters.
|
void |
removeAddress(java.lang.String addressName)
Remove an Address.
|
void |
updateAddress(org.nhindirect.config.store.Address address)
Update an Address.
|
void addAddress(java.util.Collection<org.nhindirect.config.store.Address> address)
throws ConfigurationServiceException
address - The Address to add.ConfigurationServiceExceptionvoid updateAddress(org.nhindirect.config.store.Address address)
throws ConfigurationServiceException
address - The Address to update.ConfigurationServiceExceptionint getAddressCount()
throws ConfigurationServiceException
ConfigurationServiceExceptionjava.util.Collection<org.nhindirect.config.store.Address> getAddress(java.util.Collection<java.lang.String> addressNames,
org.nhindirect.config.store.EntityStatus status)
throws ConfigurationServiceException
addressNames - A collection of address names.status - An EntityStatus object.ConfigurationServiceExceptionvoid removeAddress(java.lang.String addressName)
throws ConfigurationServiceException
addressName - The address name.ConfigurationServiceExceptionjava.util.Collection<org.nhindirect.config.store.Address> listAddresss(java.lang.String lastAddressName,
int maxResults)
throws ConfigurationServiceException
lastAddressName - The last address name.maxResults - The maximum number of results.ConfigurationServiceExceptionCopyright © 2018. All Rights Reserved.