org.silverpeas.connecteurJDBC.service
Class SimpleConnecteurJDBCService
java.lang.Object
org.silverpeas.connecteurJDBC.service.SimpleConnecteurJDBCService
- All Implemented Interfaces:
- ConnecteurJDBCService
@Named
public class SimpleConnecteurJDBCService
- extends Object
- implements ConnecteurJDBCService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleConnecteurJDBCService
public SimpleConnecteurJDBCService()
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.