org.silverpeas.connecteurJDBC.service
Class SimpleConnecteurJDBCService

java.lang.Object
  extended by org.silverpeas.connecteurJDBC.service.SimpleConnecteurJDBCService
All Implemented Interfaces:
ConnecteurJDBCService

@Named
public class SimpleConnecteurJDBCService
extends Object
implements ConnecteurJDBCService


Constructor Summary
SimpleConnecteurJDBCService()
           
 
Method Summary
 ConnecteurJDBCConnectionInfoPK addConnection(ConnecteurJDBCConnectionInfoDetail detail)
           
 ConnecteurJDBCConnectionInfoDetail getConnection(ConnecteurJDBCConnectionInfoPK pk)
           
 Collection<ConnecteurJDBCConnectionInfoDetail> getConnectionList(ConnecteurJDBCConnectionInfoPK pk)
           
protected  com.stratelia.webactiv.persistence.SilverpeasBeanDAO<ConnecteurJDBCConnectionInfoDetail> getDao()
           
 void removeConnection(ConnecteurJDBCConnectionInfoPK pk)
           
 void updateConnection(ConnecteurJDBCConnectionInfoDetail detail)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConnecteurJDBCService

public SimpleConnecteurJDBCService()
Method Detail

getConnectionList

public Collection<ConnecteurJDBCConnectionInfoDetail> getConnectionList(ConnecteurJDBCConnectionInfoPK pk)
                                                                 throws com.stratelia.webactiv.persistence.PersistenceException
Specified by:
getConnectionList in interface ConnecteurJDBCService
Throws:
com.stratelia.webactiv.persistence.PersistenceException

getConnection

public ConnecteurJDBCConnectionInfoDetail getConnection(ConnecteurJDBCConnectionInfoPK pk)
                                                 throws com.stratelia.webactiv.persistence.PersistenceException
Specified by:
getConnection in interface ConnecteurJDBCService
Throws:
com.stratelia.webactiv.persistence.PersistenceException

addConnection

public ConnecteurJDBCConnectionInfoPK addConnection(ConnecteurJDBCConnectionInfoDetail detail)
                                             throws com.stratelia.webactiv.persistence.PersistenceException
Specified by:
addConnection in interface ConnecteurJDBCService
Throws:
com.stratelia.webactiv.persistence.PersistenceException

updateConnection

public void updateConnection(ConnecteurJDBCConnectionInfoDetail detail)
                      throws com.stratelia.webactiv.persistence.PersistenceException
Specified by:
updateConnection in interface ConnecteurJDBCService
Throws:
com.stratelia.webactiv.persistence.PersistenceException

removeConnection

public void removeConnection(ConnecteurJDBCConnectionInfoPK pk)
                      throws com.stratelia.webactiv.persistence.PersistenceException
Specified by:
removeConnection in interface ConnecteurJDBCService
Throws:
com.stratelia.webactiv.persistence.PersistenceException

getDao

protected com.stratelia.webactiv.persistence.SilverpeasBeanDAO<ConnecteurJDBCConnectionInfoDetail> getDao()
                                                                                                   throws com.stratelia.webactiv.persistence.PersistenceException
Throws:
com.stratelia.webactiv.persistence.PersistenceException


Copyright © 2016 Silverpeas. All Rights Reserved.