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