Class NeutronBgpvpnInterface
- java.lang.Object
 - 
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
 - 
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<Bgpvpn,Bgpvpns,BgpvpnKey,NeutronBgpvpn>
 - 
- org.opendaylight.neutron.transcriber.NeutronBgpvpnInterface
 
 
 
 
- 
- All Implemented Interfaces:
 AutoCloseable,INeutronBgpvpnCRUD,INeutronCRUD<NeutronBgpvpn>
@Singleton public final class NeutronBgpvpnInterface extends AbstractNeutronInterface<Bgpvpn,Bgpvpns,BgpvpnKey,NeutronBgpvpn> implements INeutronBgpvpnCRUD
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NeutronBgpvpnInterface(org.opendaylight.mdsal.binding.api.DataBroker db) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronBgpvpnfromMd(Bgpvpn bgpvpn)protected Collection<Bgpvpn>getDataObjectList(Bgpvpns bgpvpns)protected BgpvpntoMd(NeutronBgpvpn bgpvpn)- 
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<Bgpvpn> getDataObjectList(Bgpvpns bgpvpns)
- Specified by:
 getDataObjectListin classAbstractTranscriberInterface<Bgpvpn,Bgpvpns,BgpvpnKey,NeutronBgpvpn,Neutron>
 
- 
fromMd
protected NeutronBgpvpn fromMd(Bgpvpn bgpvpn)
- Specified by:
 fromMdin classAbstractTranscriberInterface<Bgpvpn,Bgpvpns,BgpvpnKey,NeutronBgpvpn,Neutron>
 
- 
toMd
protected Bgpvpn toMd(NeutronBgpvpn bgpvpn)
- Specified by:
 toMdin classAbstractTranscriberInterface<Bgpvpn,Bgpvpns,BgpvpnKey,NeutronBgpvpn,Neutron>
 
 - 
 
 -