Class NeutronVpnServiceInterface
- java.lang.Object
-
- org.opendaylight.neutron.transcriber.AbstractTranscriberInterface<T,U,K,S,Neutron>
-
- org.opendaylight.neutron.transcriber.AbstractNeutronInterface<Vpnservice,VpnServices,VpnserviceKey,NeutronVpnService>
-
- org.opendaylight.neutron.transcriber.NeutronVpnServiceInterface
-
- All Implemented Interfaces:
AutoCloseable
,INeutronCRUD<NeutronVpnService>
,INeutronVpnServiceCRUD
@Singleton public final class NeutronVpnServiceInterface extends AbstractNeutronInterface<Vpnservice,VpnServices,VpnserviceKey,NeutronVpnService> implements INeutronVpnServiceCRUD
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.neutron.spi.INeutronCRUD
INeutronCRUD.Result
-
-
Constructor Summary
Constructors Constructor Description NeutronVpnServiceInterface(org.opendaylight.mdsal.binding.api.DataBroker db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NeutronVpnService
fromMd(Vpnservice vpnService)
protected Collection<Vpnservice>
getDataObjectList(VpnServices services)
protected Vpnservice
toMd(NeutronVpnService vpnService)
-
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<Vpnservice> getDataObjectList(VpnServices services)
- Specified by:
getDataObjectList
in classAbstractTranscriberInterface<Vpnservice,VpnServices,VpnserviceKey,NeutronVpnService,Neutron>
-
fromMd
protected NeutronVpnService fromMd(Vpnservice vpnService)
- Specified by:
fromMd
in classAbstractTranscriberInterface<Vpnservice,VpnServices,VpnserviceKey,NeutronVpnService,Neutron>
-
toMd
protected Vpnservice toMd(NeutronVpnService vpnService)
- Specified by:
toMd
in classAbstractTranscriberInterface<Vpnservice,VpnServices,VpnserviceKey,NeutronVpnService,Neutron>
-
-