Class NeutronVpnIpSecSiteConnectionsInterface
- java.lang.Object
 - 
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
 - 
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<Ipsecsiteconnection,IpsecSiteConnections,IpsecsiteconnectionKey,NeutronVpnIpSecSiteConnection>
 - 
- org.opendaylight.neutron.transcriber.NeutronVpnIpSecSiteConnectionsInterface
 
 
 
 
- 
- All Implemented Interfaces:
 AutoCloseable,INeutronCRUD<NeutronVpnIpSecSiteConnection>,INeutronVpnIpSecSiteConnectionsCRUD
@Singleton public final class NeutronVpnIpSecSiteConnectionsInterface extends AbstractNeutronInterface<Ipsecsiteconnection,IpsecSiteConnections,IpsecsiteconnectionKey,NeutronVpnIpSecSiteConnection> implements INeutronVpnIpSecSiteConnectionsCRUD
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NeutronVpnIpSecSiteConnectionsInterface(org.opendaylight.mdsal.binding.api.DataBroker db) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronVpnIpSecSiteConnectionfromMd(Ipsecsiteconnection ipsecSiteConnection)protected Collection<Ipsecsiteconnection>getDataObjectList(IpsecSiteConnections connections)protected IpsecsiteconnectiontoMd(NeutronVpnIpSecSiteConnection ipsecSiteConnection)- 
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractNeutronInterface
getMdParentClass 
- 
Methods inherited from class org.opendaylight.neutron.transcriber.AbstractTranscriberInterface
add, areAllDependenciesAvailable, checkedCommit, close, exists, fromMdAdminAttributes, fromMdBaseAttributes, fromMdIds, get, getAll, getDataBroker, ifNonNull, readMd, remove, toMd, toMdAdminAttributes, toMdBaseAttributes, toMdIds, toMdIds, toUuid, update 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDataObjectList
protected Collection<Ipsecsiteconnection> getDataObjectList(IpsecSiteConnections connections)
 
- 
fromMd
protected NeutronVpnIpSecSiteConnection fromMd(Ipsecsiteconnection ipsecSiteConnection)
- Specified by:
 fromMdin classAbstractTranscriberInterface<Ipsecsiteconnection,IpsecSiteConnections,IpsecsiteconnectionKey,NeutronVpnIpSecSiteConnection,Neutron>
 
- 
toMd
protected Ipsecsiteconnection toMd(NeutronVpnIpSecSiteConnection ipsecSiteConnection)
- Specified by:
 toMdin classAbstractTranscriberInterface<Ipsecsiteconnection,IpsecSiteConnections,IpsecsiteconnectionKey,NeutronVpnIpSecSiteConnection,Neutron>
 
 - 
 
 -