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
DaoException
List<AcceptableRemoteAddress> listAcceptableRemoteAddress() throws DaoException
DaoException
void addRemoteAddress(String address) throws DaoException
DaoException
void deleteRemoteAddress(String address) throws DaoException
DaoException
boolean contains(String remoteAddress) throws DaoException
DaoException