org.nhind.config.rest
Interface AddressService
- All Known Implementing Classes:
- DefaultAddressService
public interface AddressService
|
Method Summary |
void |
addAddress(org.nhindirect.config.model.Address address)
|
void |
deleteAddress(java.lang.String address)
|
org.nhindirect.config.model.Address |
getAddress(java.lang.String address)
|
java.util.Collection<org.nhindirect.config.model.Address> |
getAddressesByDomain(java.lang.String domainName)
|
void |
updateAddress(org.nhindirect.config.model.Address address)
|
getAddress
org.nhindirect.config.model.Address getAddress(java.lang.String address)
throws org.nhindirect.common.rest.exceptions.ServiceException
- Throws:
org.nhindirect.common.rest.exceptions.ServiceException
getAddressesByDomain
java.util.Collection<org.nhindirect.config.model.Address> getAddressesByDomain(java.lang.String domainName)
throws org.nhindirect.common.rest.exceptions.ServiceException
- Throws:
org.nhindirect.common.rest.exceptions.ServiceException
addAddress
void addAddress(org.nhindirect.config.model.Address address)
throws org.nhindirect.common.rest.exceptions.ServiceException
- Throws:
org.nhindirect.common.rest.exceptions.ServiceException
updateAddress
void updateAddress(org.nhindirect.config.model.Address address)
throws org.nhindirect.common.rest.exceptions.ServiceException
- Throws:
org.nhindirect.common.rest.exceptions.ServiceException
deleteAddress
void deleteAddress(java.lang.String address)
throws org.nhindirect.common.rest.exceptions.ServiceException
- Throws:
org.nhindirect.common.rest.exceptions.ServiceException
Copyright © 2014. All Rights Reserved.