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
DaoException
List<Protocol> listAllProtocols() throws DaoException
DaoException
void addProtocol(Protocol protcol) throws DaoException
DaoException
void deleteProtocol(String protcolId) throws DaoException
DaoException
Protocol getProtocol(String protcolId) throws DaoException
DaoException
boolean isProtocolExist(String protcolId) throws DaoException
DaoException
List<Protocol> listAllProtocols(String gridId) throws DaoException
DaoException