public interface AcceptableRemoteAddressDao
| Modifier and Type | Method and Description |
|---|---|
void |
addRemoteAddress(String address) |
void |
clear() |
boolean |
contains(String remoteAddress) |
void |
deleteRemoteAddress(String address) |
List<AcceptableRemoteAddress> |
listAcceptableRemoteAddress() |
void clear()
throws DaoException
DaoExceptionList<AcceptableRemoteAddress> listAcceptableRemoteAddress() throws DaoException
DaoExceptionvoid addRemoteAddress(String address) throws DaoException
DaoExceptionvoid deleteRemoteAddress(String address) throws DaoException
DaoExceptionboolean contains(String remoteAddress) throws DaoException
DaoException