public interface ProtocolDao
| Modifier and Type | Method and Description |
|---|---|
void |
addProtocol(Protocol protcol) |
void |
clear() |
void |
deleteProtocol(String protcolId) |
Protocol |
getProtocol(String protcolId) |
boolean |
isProtocolExist(String protcolId) |
List<Protocol> |
listAllProtocols() |
List<Protocol> |
listAllProtocols(String gridId) |
void clear()
throws DaoException
DaoExceptionList<Protocol> listAllProtocols() throws DaoException
DaoExceptionvoid addProtocol(Protocol protcol) throws DaoException
DaoExceptionvoid deleteProtocol(String protcolId) throws DaoException
DaoExceptionProtocol getProtocol(String protcolId) throws DaoException
DaoExceptionboolean isProtocolExist(String protcolId) throws DaoException
DaoExceptionList<Protocol> listAllProtocols(String gridId) throws DaoException
DaoException