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