org.silverpeas.connecteurJDBC.control
Interface ConnecteurJDBCService
- All Known Implementing Classes:
- SimpleConnecteurJDBCService
public interface ConnecteurJDBCService
getConnectionList
Collection<ConnecteurJDBCConnectionInfoDetail> getConnectionList(ConnecteurJDBCConnectionInfoPK pk)
throws com.stratelia.webactiv.persistence.PersistenceException
- Throws:
com.stratelia.webactiv.persistence.PersistenceException
removeConnection
void removeConnection(ConnecteurJDBCConnectionInfoPK pk)
throws com.stratelia.webactiv.persistence.PersistenceException
- Throws:
com.stratelia.webactiv.persistence.PersistenceException
getConnection
ConnecteurJDBCConnectionInfoDetail getConnection(ConnecteurJDBCConnectionInfoPK pk)
throws com.stratelia.webactiv.persistence.PersistenceException
- Throws:
com.stratelia.webactiv.persistence.PersistenceException
addConnection
ConnecteurJDBCConnectionInfoPK addConnection(ConnecteurJDBCConnectionInfoDetail detail)
throws com.stratelia.webactiv.persistence.PersistenceException
- Throws:
com.stratelia.webactiv.persistence.PersistenceException
updateConnection
void updateConnection(ConnecteurJDBCConnectionInfoDetail detail)
throws com.stratelia.webactiv.persistence.PersistenceException
- Throws:
com.stratelia.webactiv.persistence.PersistenceException
Copyright © 2016 Silverpeas. All Rights Reserved.