public interface AddressService
| Modifier and Type | Method and Description |
|---|---|
void |
addAddress(org.nhindirect.config.model.Address address) |
void |
deleteAddress(String address) |
org.nhindirect.config.model.Address |
getAddress(String address) |
Collection<org.nhindirect.config.model.Address> |
getAddressesByDomain(String domainName) |
void |
updateAddress(org.nhindirect.config.model.Address address) |
org.nhindirect.config.model.Address getAddress(String address) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCollection<org.nhindirect.config.model.Address> getAddressesByDomain(String domainName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid addAddress(org.nhindirect.config.model.Address address)
throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid updateAddress(org.nhindirect.config.model.Address address)
throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid deleteAddress(String address) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCopyright © 2021. All rights reserved.