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