org.silverpeas.connecteurJDBC.control
Interface ConnecteurJDBCService

All Known Implementing Classes:
SimpleConnecteurJDBCService

public interface ConnecteurJDBCService


Method Summary
 ConnecteurJDBCConnectionInfoPK addConnection(ConnecteurJDBCConnectionInfoDetail detail)
           
 ConnecteurJDBCConnectionInfoDetail getConnection(ConnecteurJDBCConnectionInfoPK pk)
           
 Collection<ConnecteurJDBCConnectionInfoDetail> getConnectionList(ConnecteurJDBCConnectionInfoPK pk)
           
 void removeConnection(ConnecteurJDBCConnectionInfoPK pk)
           
 void updateConnection(ConnecteurJDBCConnectionInfoDetail detail)
           
 

Method Detail

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.